Hi, Out of curiosity, I got 2 questions:
1. Where does the domcapabilities are being retrieved from? 2. Is is possible to change some flags (in the CPU section) from 'require' to disable and vice versa? (i'm talking system wide, not per VM) if so, how? Thanks On Fri, Mar 15, 2019 at 6:42 PM Pavel Hrdina <[email protected]> wrote: > Pavel Hrdina (8): > domcapabilities: fix detection if host-model is safe to use > tests: xmlparse: use set_special_mode function > tests: capabilities: remove testCPUAPI > domcapabilities: fix CPUModel usable attribute > domcapabilities: get list of CPU models from domcapabilities > domcapabilities: introduce get_cpu_security_features > domain: cpu: introduce set_model function > domain: cpu: automatically add CPU security features for "custom" mode > > tests/capabilities.py | 32 ---------- > .../compare/virt-install-qemu-plain.xml | 2 + > .../virt-install-singleton-config-2.xml | 4 ++ > tests/xmlparse.py | 16 +++-- > virtManager/connection.py | 3 - > virtManager/details.py | 2 +- > virtManager/domain.py | 2 +- > virtinst/capabilities.py | 25 -------- > virtinst/cli.py | 2 +- > virtinst/domain/cpu.py | 42 ++++++++----- > virtinst/domcapabilities.py | 60 ++++++++++++++++++- > virtinst/support.py | 6 +- > 12 files changed, 106 insertions(+), 90 deletions(-) > > -- > 2.20.1 > > _______________________________________________ > virt-tools-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/virt-tools-list >
_______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
