Re: [libvirt PATCH] qemuProcessUpdateGuestCPU: Check cpu if check=full is set

2021-02-25 Thread Jiri Denemark
On Thu, Feb 25, 2021 at 08:17:09 +0100, Tim Wiederhake wrote: > libvirt performs cpu checking if "check" is set to "partial", but skips > checking the cpu if "check" is set to "full". This is intentional because QEMU knows better. I wish we had no CPU comparison in libvirt at all, but we can't do

[libvirt PATCH] qemuProcessUpdateGuestCPU: Check cpu if check=full is set

2021-02-24 Thread Tim Wiederhake
libvirt performs cpu checking if "check" is set to "partial", but skips checking the cpu if "check" is set to "full". See https://bugzilla.redhat.com/show_bug.cgi?id=1840770 Signed-off-by: Tim Wiederhake --- src/qemu/qemu_process.c | 8 1 file changed, 8 insertions(+) diff --git