mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Currently we will only apply the default `--cpu mode=host-passthrough` config when _no_ `--cpu` config is passed. But this means if a user configures ex. cpu `<topology>`, we don't set `host-passthrough` and they get the libvirt/qemu default baseline CPU. Instead, only skip the default config if the user manually specified a `mode` or `model` value directly https://issues.redhat.com/browse/RHEL-65371 Signed-off-by: Cole Robinson <crobinso@redhat.com>