qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/3] screendump async command


From: Alon Levy
Subject: [Qemu-devel] [PATCH v3 0/3] screendump async command
Date: Mon, 5 Mar 2012 17:56:26 +0200

v2->v3:
 pass a closure to hw_screen_dump_async

Alon Levy (3):
  monitor, console: add QEVENT_SCREEN_DUMP_COMPLETE
  console: add hw_screen_dump_async
  add qmp screendump-async

 QMP/qmp-events.txt   |   15 +++++++++++
 console.c            |   66 ++++++++++++++++++++++++++++++++++++++++++++++++-
 console.h            |    9 +++++++
 hw/blizzard.c        |    2 +-
 hw/cirrus_vga.c      |    4 +-
 hw/exynos4210_fimd.c |    3 +-
 hw/g364fb.c          |    2 +-
 hw/jazz_led.c        |    3 +-
 hw/milkymist-vgafb.c |    2 +-
 hw/musicpal.c        |    2 +-
 hw/omap_dss.c        |    4 ++-
 hw/omap_lcdc.c       |    2 +-
 hw/pl110.c           |    2 +-
 hw/pxa2xx_lcd.c      |    2 +-
 hw/qxl.c             |    3 +-
 hw/sm501.c           |    4 +-
 hw/ssd0303.c         |    2 +-
 hw/ssd0323.c         |    2 +-
 hw/tc6393xb.c        |    1 +
 hw/tcx.c             |    4 +-
 hw/vga-isa-mm.c      |    3 +-
 hw/vga-isa.c         |    3 +-
 hw/vga-pci.c         |    3 +-
 hw/vga_int.h         |    1 +
 hw/vmware_vga.c      |    3 +-
 hw/xenfb.c           |    2 +
 monitor.c            |    7 +++++
 monitor.h            |    1 +
 qapi-schema.json     |   20 +++++++++++++++
 qmp-commands.hx      |   26 +++++++++++++++++++
 30 files changed, 178 insertions(+), 25 deletions(-)

-- 
1.7.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]