On 3/15/19 12:41 PM, Pavel Hrdina wrote:
Currently we just call libvirt API which will return all CPU models for
specific architecture known to libvirt and we offer all of them to users
in GUI. Let's switch to domain capabilities where we have more details
about these CPUs such as whether each model is usable with current QEMU
binary. If libvirt can detect the usability we will offer only CPU
models that QEMU can actually run.
Signed-off-by: Pavel Hrdina <[email protected]>
---
virtManager/connection.py | 3 ---
virtManager/details.py | 2 +-
virtinst/capabilities.py | 25 -------------------------
virtinst/domcapabilities.py | 11 +++++++++++
virtinst/support.py | 2 --
5 files changed, 12 insertions(+), 31 deletions(-)
This means we won't get CPU model listing in the UI for the test driver
since it lacks domcapabilities but does implement getCPUModelNames, but
that's no big loss
- Cole
_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list