All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH v2 0/5] Trivial patch about qemu-char
@ 2014-11-03  9:44 ` zhanghailiang
  0 siblings, 0 replies; 28+ messages in thread
From: zhanghailiang @ 2014-11-03  9:44 UTC (permalink / raw)
  To: qemu-trivial
  Cc: zhanghailiang, mjt, peter.huangpeng, qemu-devel, pbonzini, eblake

Patch 1~3 fix wrong check about in-parameter.
The last two patches convert some open functions to use Error API.

v2:
- don't use error_setg when followed by exit(), it does not report an error (Eric Blake)
- check the parameter in qemu_chr_parse_* functions and remove the check in qemu_chr_open_* functions. (Michael Tokarev)

Thanks very much for their reviews and suggestions;)

---
zhanghailiang (5):
  qemu-char: fix parameter check for some qemu_chr_parse_* functions
  qemu-char: remove unnecessary in-parameter check for
    qemu_chr_parse_pipe
  spice-qemu-char: fix parameter check for qemu_chr_parse_* functions
  qemu-char: convert some open functions to use Error API
  spice-qemu-char: convert qemu_chr_open_spice_vmc to use Error API

 include/ui/qemu-spice.h     |  2 +-
 qemu-char.c                 | 65 +++++++++++++++++++++------------------------
 spice-qemu-char.c           | 19 ++++---------
 stubs/qemu-chr-open-spice.c |  2 +-
 4 files changed, 38 insertions(+), 50 deletions(-)

-- 
1.7.12.4



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

end of thread, other threads:[~2014-11-04  2:29 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-03  9:44 [Qemu-trivial] [PATCH v2 0/5] Trivial patch about qemu-char zhanghailiang
2014-11-03  9:44 ` [Qemu-devel] " zhanghailiang
2014-11-03  9:44 ` [Qemu-trivial] [PATCH v2 1/5] qemu-char: fix parameter check for some qemu_chr_parse_* functions zhanghailiang
2014-11-03  9:44   ` [Qemu-devel] " zhanghailiang
2014-11-03  9:44 ` [Qemu-trivial] [PATCH v2 2/5] qemu-char: remove unnecessary in-parameter check for qemu_chr_parse_pipe zhanghailiang
2014-11-03  9:44   ` [Qemu-devel] " zhanghailiang
2014-11-03  9:44 ` [Qemu-trivial] [PATCH v2 3/5] spice-qemu-char: fix parameter checks for qemu_chr_parse_* functions zhanghailiang
2014-11-03  9:44   ` [Qemu-devel] " zhanghailiang
2014-11-03  9:44 ` [Qemu-trivial] [PATCH v2 4/5] qemu-char: convert some open functions to use Error API zhanghailiang
2014-11-03  9:44   ` [Qemu-devel] " zhanghailiang
2014-11-03  9:44 ` [Qemu-trivial] [PATCH v2 5/5] spice-qemu-char: convert qemu_chr_open_spice_vmc " zhanghailiang
2014-11-03  9:44   ` [Qemu-devel] " zhanghailiang
2014-11-03 10:04   ` [Qemu-trivial] " Michael Tokarev
2014-11-03 10:04     ` [Qemu-devel] " Michael Tokarev
2014-11-03 11:17     ` [Qemu-trivial] " zhanghailiang
2014-11-03 11:17       ` [Qemu-devel] " zhanghailiang
2014-11-03 10:03 ` [Qemu-trivial] [PATCH v2 0/5] Trivial patch about qemu-char Michael Tokarev
2014-11-03 10:03   ` [Qemu-devel] " Michael Tokarev
2014-11-03 11:39   ` [Qemu-trivial] " zhanghailiang
2014-11-03 11:39     ` [Qemu-devel] " zhanghailiang
2014-11-03 14:10     ` [Qemu-trivial] " Michael Tokarev
2014-11-03 14:10       ` [Qemu-devel] " Michael Tokarev
2014-11-04  2:17       ` [Qemu-trivial] " zhanghailiang
2014-11-04  2:17         ` [Qemu-devel] " zhanghailiang
2014-11-03 15:33     ` [Qemu-trivial] " Markus Armbruster
2014-11-03 15:33       ` Markus Armbruster
2014-11-04  2:20       ` [Qemu-trivial] " zhanghailiang
2014-11-04  2:20         ` zhanghailiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.