Re: [libvirt] [PATCH 1/2] qemu: Introduce QEMU_CAPS_SCREENDUMP_DEVICE

2018-05-17 Thread Jiri Denemark
On Thu, May 17, 2018 at 17:18:28 +0200, Michal Privoznik wrote: > As of v2.12.0-rc0~32^2 QEMU is capable specifying which display > device and head should the screendump be taken from. Track this > capability so that we can use it later in our virDomainScreenshot > API. > > Signed-off-by: Michal P

[libvirt] [PATCH 1/2] qemu: Introduce QEMU_CAPS_SCREENDUMP_DEVICE

2018-05-17 Thread Michal Privoznik
As of v2.12.0-rc0~32^2 QEMU is capable specifying which display device and head should the screendump be taken from. Track this capability so that we can use it later in our virDomainScreenshot API. Signed-off-by: Michal Privoznik --- src/qemu/qemu_capabilities.c | 2 ++ sr