On 6/15/21 12:01 PM, Peter Krempa wrote: > Thomas' recent qemu patch strives to add proper detectability of SDL > support: > > https://listman.redhat.com/archives/libvir-list/2021-June/msg00398.html > > This series is the libvirt counterpart. > > Note that all capability files we have for now claim support so the > actual effect of this patch will be seen just later. > > Peter Krempa (4): > qemu: capabilities: Introduce QEMU_CAPS_QUERY_DISPLAY_OPTIONS > qemu: capabilities: Un-retire QEMU_CAPS_SDL > tests: qemuxml2*: Add QEMU_CAPS_SDL to fake-caps tests using SDL > graphics > qemu: capabilities: Fill SDL graphics support only when it's really > supported > > src/qemu/qemu_capabilities.c | 11 ++++++++++- > src/qemu/qemu_capabilities.h | 3 ++- > tests/qemucapabilitiesdata/caps_2.11.0.s390x.xml | 1 + > tests/qemucapabilitiesdata/caps_2.11.0.x86_64.xml | 1 + [...] > tests/qemucapabilitiesdata/caps_6.1.0.x86_64.xml | 2 ++ > tests/qemuxml2argvtest.c | 9 +++++---- > tests/qemuxml2xmltest.c | 7 ++++--- > 42 files changed, 85 insertions(+), 9 deletions(-) > Reviewed-by: Ján Tomko <jtomko@xxxxxxxxxx> Jano