]> git.proxmox.com Git - qemu.git/commit
Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstable
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 10 Sep 2012 13:04:36 +0000 (15:04 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 10 Sep 2012 13:04:36 +0000 (15:04 +0200)
commite22b1e9907833d72f4a959b34c5eefc3533c7711
tree662cf685e04726bb68d8eeee94a06d694f35f95a
parenta32354e206895400d17c3de9a8df1de96d3df289
parent0ab6b63655ba59d7c05089017acb721a44979526
Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstable

* 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstable:
  tcx: tcx_screen_dump(): add error handling
  tcx: tcx24_screen_dump(): add error handling
  g364fb: g364fb_screen_dump(): add error handling
  omap_lcdc: omap_ppm_save(): add error handling
  omap_lcdc: rename ppm_save() to omap_ppm_save()
  vga: ppm_save(): add error handling
  qapi: convert screendump
  console: vga_hw_screen_dump_ptr: take Error argument
  error: add error_setg()
  json-parser: Fix potential NULL pointer segfault
  qapi: Fix potential NULL pointer segfault
  qapi: convert sendkey
  monitor: move key_defs[] table and introduce two help functions
  qapi: add the QKeyCode enum
  qapi: generate list struct and visit_list for enum
  hmp: rename arguments
  monitor: rename keyname '<' to 'less'
  fix doc of using raw values with sendkey
  Add support for pretty-printing response in qmp-shell