[libvirt] [PATCH 2/2] qemu: Implement multiple screen support for virDomainScreenshot

Jiri Denemark jdenemar at redhat.com
Thu May 17 15:53:17 UTC 2018


On Thu, May 17, 2018 at 17:18:29 +0200, Michal Privoznik wrote:
> According to virDomainScreenshot() documentation, screens are
> numbered sequentially.  e.g. having two graphics cards, both with
> four heads, screen ID 5 addresses the second head on the second
> card.
> 
> But apart from that, there's nothing special happening here.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  src/qemu/qemu_driver.c       | 38 +++++++++++++++++++++++++++++++-------
>  src/qemu/qemu_monitor.c      |  4 +++-
>  src/qemu/qemu_monitor.h      |  2 ++
>  src/qemu/qemu_monitor_json.c |  4 ++++
>  src/qemu/qemu_monitor_json.h |  2 ++
>  tests/qemumonitorjsontest.c  |  2 +-
>  6 files changed, 43 insertions(+), 9 deletions(-)

Reviewed-by: Jiri Denemark <jdenemar at redhat.com>




More information about the libvir-list mailing list