qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v3 0/3] screendump async command
Date: Mon, 05 Mar 2012 11:17:41 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

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 <address@hidden>

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

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