This patchset adds some features for virt-install Lin Ma (7): tests: Check missing_xorriso in osinfo-netinst-unattended test case domcaps: tpm: Add function supports_tpm_v2() virtinst/guest: Use tpm 1.2 if 2.0 isn't in domcapabilities cli: Add kvm.pv-ipi.state to --features cli: Add --memdev target.address_base for virtio-mem and virtio-pmem cli: Add 'blob' to virtio video device cli: Add --disk driver.discard_no_unref=on option .../data/cli/compare/virt-install-amd-sev.xml | 4 +- .../cli/compare/virt-install-many-devices.xml | 11 +++++ .../compare/virt-install-memory-hotplug.xml | 40 ++++++++++++++++++- tests/data/xmlparse/change-guest-out.xml | 1 + tests/test_cli.py | 14 +++++-- tests/test_xmlparse.py | 1 + virtinst/cli.py | 5 +++ virtinst/devices/disk.py | 1 + virtinst/devices/memory.py | 1 + virtinst/devices/video.py | 1 + virtinst/domain/features.py | 1 + virtinst/domcapabilities.py | 8 ++++ virtinst/guest.py | 2 + 13 files changed, 83 insertions(+), 7 deletions(-) -- 2.41.0