On 03/05/2012 09:56 AM, Alon Levy wrote:
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

Reviewed-by: Anthony Liguori <aligu...@us.ibm.com>

Regards,

Anthony Liguori


  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(-)



Reply via email to