From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7x6K-0006v7-9X for qemu-devel@nongnu.org; Wed, 14 Mar 2012 18:55:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7x6I-0005pz-Cv for qemu-devel@nongnu.org; Wed, 14 Mar 2012 18:55:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7x6I-0005pk-4m for qemu-devel@nongnu.org; Wed, 14 Mar 2012 18:55:22 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q2EMtK7m007957 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 14 Mar 2012 18:55:20 -0400 From: Alon Levy Date: Thu, 15 Mar 2012 00:55:09 +0200 Message-Id: <1331765714-26209-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/5] screendump qapi convertion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, lcapitulino@redhat.com Cc: mlureau@redhat.com The blockdev patch is more RFC'ish, and not actually related. It is just a natural candidate to reuse the error_set_file_open_failed introduced by the first patch for usage in ppm_save but also useful for other places that all call fopen. v2 changes: split screendump convertion to an addition "add Error** param" handle various errors of fopen with new qerror codes Alon Levy (4): error: add error_set_file_open_failed vga_hw_screen_dump: add Error** param qapi: convert screendump blockdev: use error_set_file_open_failed Luiz Capitulino (1): vga: ppm_save(): Return error on failure blockdev.c | 11 +++++++---- console.c | 5 +++-- console.h | 6 ++++-- cpus.c | 4 ++-- error.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ error.h | 4 ++++ hmp-commands.hx | 3 +-- hmp.c | 8 ++++++++ hmp.h | 1 + hw/blizzard.c | 5 +++-- hw/g364fb.c | 4 +++- hw/omap_lcdc.c | 4 +++- hw/qxl.c | 8 +++++--- hw/tcx.c | 13 +++++++++---- hw/vga.c | 15 ++++++++++----- hw/vga_int.h | 3 ++- hw/vmware_vga.c | 8 +++++--- monitor.c | 6 ------ qapi-schema.json | 13 +++++++++++++ qerror.c | 36 ++++++++++++++++++++++++++++++++++++ qerror.h | 27 +++++++++++++++++++++++++++ qga/commands-posix.c | 2 +- qmp-commands.hx | 5 +---- qmp.c | 5 +++++ 24 files changed, 197 insertions(+), 43 deletions(-) -- 1.7.9.3