Re: [libvirt PATCH v4 3/3] add virQEMUCapsProbeQMPTCGState function to set QEMU_CAPS_TCG_DISABLED

2020-04-24 Thread Michal Privoznik
On 4/24/20 9:58 AM, Peter Krempa wrote: On Wed, Apr 22, 2020 at 17:50:44 -0400, Tobin Feldman-Fitzthum wrote: Add virQEMUCapsProbeQMPTCGState to set TCG_DISABLED cap if version is > 2.10, KVM is enabled, and tcg-accel is not present in qom-list-types result. Signed-off-by: Tobin Feldman-Fitzthu

Re: [libvirt PATCH v4 3/3] add virQEMUCapsProbeQMPTCGState function to set QEMU_CAPS_TCG_DISABLED

2020-04-24 Thread Peter Krempa
On Wed, Apr 22, 2020 at 17:50:44 -0400, Tobin Feldman-Fitzthum wrote: > Add virQEMUCapsProbeQMPTCGState to set TCG_DISABLED cap if version > is > 2.10, KVM is enabled, and tcg-accel is not present in > qom-list-types result. > > Signed-off-by: Tobin Feldman-Fitzthum > --- > src/qemu/qemu_capab

[libvirt PATCH v4 3/3] add virQEMUCapsProbeQMPTCGState function to set QEMU_CAPS_TCG_DISABLED

2020-04-22 Thread Tobin Feldman-Fitzthum
Add virQEMUCapsProbeQMPTCGState to set TCG_DISABLED cap if version is > 2.10, KVM is enabled, and tcg-accel is not present in qom-list-types result. Signed-off-by: Tobin Feldman-Fitzthum --- src/qemu/qemu_capabilities.c | 34 -- 1 file changed, 32 insertions(+),