Re: [PATCH] qemu: softfail for TCG capabilities probe

2020-03-24 Thread Ján Tomko
[please wrap the lines to something sensible like 72 columns, especially in the commit message] On a Monday in 2020, Tobin Feldman-Fitzthum wrote: As of version 2.10, QEMU can be built without the TCG. When libvirt determines that capabilities of a QEMU binary using QMP, it launches a QEMU

[PATCH] qemu: softfail for TCG capabilities probe

2020-03-23 Thread Tobin Feldman-Fitzthum
As of version 2.10, QEMU can be built without the TCG. When libvirt determines that capabilities of a QEMU binary using QMP, it launches a QEMU process with KVM acceleration and TCG as a fallback. If QEMU supports KVM, a second probe is performed, forcing QEMU to use only TCG. This causes an