qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] screendump qapi convertion
@ 2012-03-14 22:55 Alon Levy
  2012-03-14 22:55 ` [Qemu-devel] [PATCH v2 1/5] error: add error_set_file_open_failed Alon Levy
                   ` (5 more replies)
  0 siblings, 6 replies; 31+ messages in thread
From: Alon Levy @ 2012-03-14 22:55 UTC (permalink / raw)
  To: qemu-devel, lcapitulino; +Cc: mlureau

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2012-03-26 20:17 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-14 22:55 [Qemu-devel] [PATCH v2 0/5] screendump qapi convertion Alon Levy
2012-03-14 22:55 ` [Qemu-devel] [PATCH v2 1/5] error: add error_set_file_open_failed Alon Levy
2012-03-15 14:52   ` Luiz Capitulino
2012-03-15 15:21     ` Alon Levy
2012-03-15 16:00       ` Luiz Capitulino
2012-03-14 22:55 ` [Qemu-devel] [PATCH v2 2/5] vga_hw_screen_dump: add Error** param Alon Levy
2012-03-15 14:54   ` Luiz Capitulino
2012-03-15 15:22     ` Alon Levy
2012-03-14 22:55 ` [Qemu-devel] [PATCH v2 3/5] qapi: convert screendump Alon Levy
2012-03-15 14:55   ` Luiz Capitulino
2012-03-15 15:23     ` Alon Levy
2012-03-14 22:55 ` [Qemu-devel] [PATCH v2 4/5] vga: ppm_save(): Return error on failure Alon Levy
2012-03-14 22:55 ` [Qemu-devel] [PATCH v2 5/5] blockdev: use error_set_file_open_failed Alon Levy
2012-03-15 14:56   ` Luiz Capitulino
2012-03-15 15:23     ` Alon Levy
2012-03-18 18:29 ` [Qemu-devel] [PATCH v3 0/5] screendump qapi convertion Alon Levy
2012-03-18 18:29   ` [Qemu-devel] [PATCH v3 1/5] qerror: add error codes for fopen failure Alon Levy
2012-03-23 14:21     ` Luiz Capitulino
2012-03-23 19:53       ` Alon Levy
2012-03-23 20:48         ` Luiz Capitulino
2012-03-26 18:44       ` Alon Levy
2012-03-26 18:51       ` Alon Levy
2012-03-18 18:29   ` [Qemu-devel] [PATCH v3 2/5] add qemu_fopen_err Alon Levy
2012-03-23 14:22     ` Luiz Capitulino
2012-03-23 19:55       ` Alon Levy
2012-03-18 18:29   ` [Qemu-devel] [PATCH v3 3/5] vga_hw_screen_dump: add Error** param Alon Levy
2012-03-18 18:29   ` [Qemu-devel] [PATCH v3 4/5] qapi: convert screendump Alon Levy
2012-03-23 14:25     ` Luiz Capitulino
2012-03-18 18:29   ` [Qemu-devel] [PATCH v3 5/5] vga: ppm_save(): Return error on failure Alon Levy
2012-03-23 14:27     ` Luiz Capitulino
2012-03-23 19:54       ` Alon Levy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).