[virt-tools-list] [virt-manager] [PATCH 0/4] Add VM generation ID support

Lin Ma lma at suse.com
Tue Mar 26 09:42:31 UTC 2019


qemu supports it since 2.9.0, libvirt supports it since 4.4.0.
The details of VM generation ID, Please refer to:
http://go.microsoft.com/fwlink/?LinkId=260709

Lin Ma (4):
  cli: Add --genid option to support VM generation ID
  details: Add VM genid support
  testdriver: Add genid example
  uitests: Add genid tests

 .../compare/virt-install-many-devices.xml     |  1 +
 tests/clitest.py                              |  2 +
 tests/testdriver.xml                          |  1 +
 tests/uitests/details.py                      |  1 +
 tests/uitests/newvm.py                        |  5 +++
 ui/details.ui                                 | 38 ++++++++++++++++---
 virt-install                                  | 15 ++++++++
 virtManager/details.py                        | 17 ++++++++-
 virtManager/domain.py                         |  7 +++-
 virtinst/guest.py                             |  3 +-
 10 files changed, 81 insertions(+), 9 deletions(-)

-- 
2.21.0




More information about the virt-tools-list mailing list