From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SY0No-0004y0-7M for qemu-devel@nongnu.org; Fri, 25 May 2012 15:41:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SY0Nl-0004BS-Ds for qemu-devel@nongnu.org; Fri, 25 May 2012 15:41:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SY0Nk-0004Az-Vm for qemu-devel@nongnu.org; Fri, 25 May 2012 15:41:05 -0400 From: Luiz Capitulino Date: Fri, 25 May 2012 16:41:05 -0300 Message-Id: <1337974879-3656-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH qmp-next 00/14]: qapi: convert screendump List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, alevy@redhat.com, armbru@redhat.com Converting the screendump command is simple and shouldn't take more than or or two patches, the complicated part is to report all errors correctly. I hope I didn't go too far there, but at least this series does the right thing (or is very near to). console.c | 7 ++-- console.h | 5 +-- cutils.c | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ hmp-commands.hx | 5 ++- hmp.c | 9 +++++ hmp.h | 1 + hw/blizzard.c | 4 +-- hw/g364fb.c | 51 ++++++++++++++++++++-------- hw/omap_lcdc.c | 60 +++++++++++++++++++++++---------- hw/qxl.c | 7 ++-- hw/tcx.c | 96 ++++++++++++++++++++++++++++++++++++++++------------ hw/vga.c | 38 +++++++++++++-------- hw/vga_int.h | 3 +- hw/vmware_vga.c | 7 ++-- monitor.c | 6 ---- qapi-schema.json | 24 +++++++++++++ qemu-common.h | 7 ++++ qerror.c | 28 ++++++++++++++-- qerror.h | 22 ++++++++++-- qmp-commands.hx | 5 +-- 20 files changed, 390 insertions(+), 95 deletions(-)