qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3]: qapi: convert add_client
@ 2012-09-20 20:28 Luiz Capitulino
  2012-09-20 20:28 ` [Qemu-devel] [PATCH 1/3] pci-assign: use monitor_handle_fd_param Luiz Capitulino
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Luiz Capitulino @ 2012-09-20 20:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: eblake, pbonzini

The first two patches work on adding an Error * argument to monitor_get_fd().
The second patch is the actual conversion of add_client.

v2

 o add Error * argument to monitor_get_fd()
 o fix schema doc mistakes

 dump.c              |  3 +--
 hw/kvm/pci-assign.c | 12 +++---------
 migration-fd.c      |  2 +-
 monitor.c           | 48 ++++++------------------------------------------
 monitor.h           |  2 +-
 qapi-schema.json    | 23 +++++++++++++++++++++++
 qmp-commands.hx     |  5 +----
 qmp.c               | 43 +++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 79 insertions(+), 59 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Qemu-devel] [PATCH v3 0/3] qapi: convert add_client
@ 2012-09-24 21:55 Luiz Capitulino
  2012-09-24 21:55 ` [Qemu-devel] [PATCH 2/3] monitor: add Error * argument to monitor_get_fd Luiz Capitulino
  0 siblings, 1 reply; 7+ messages in thread
From: Luiz Capitulino @ 2012-09-24 21:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, eblake

v3

 - qmp_add_client(): don't use errp to test for error

Luiz Capitulino (1):
  qapi: convert add_client

Paolo Bonzini (2):
  pci-assign: use monitor_handle_fd_param
  monitor: add Error * argument to monitor_get_fd

 dump.c              |  3 +--
 hw/kvm/pci-assign.c | 12 +++---------
 migration-fd.c      |  2 +-
 monitor.c           | 48 ++++++------------------------------------------
 monitor.h           |  2 +-
 qapi-schema.json    | 23 +++++++++++++++++++++++
 qmp-commands.hx     |  5 +----
 qmp.c               | 43 +++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 79 insertions(+), 59 deletions(-)

-- 
1.7.12.315.g682ce8b

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Qemu-devel] [PATCH v4 0/3] qapi: convert add_client
@ 2012-09-25 20:24 Luiz Capitulino
  2012-09-25 20:24 ` [Qemu-devel] [PATCH 2/3] monitor: add Error * argument to monitor_get_fd Luiz Capitulino
  0 siblings, 1 reply; 7+ messages in thread
From: Luiz Capitulino @ 2012-09-25 20:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, eblake, armbru

v4

 - Fix misworded error message in monitor_get_fd() [Markus]
 - small doc & commit log improvements [Markus]

Luiz Capitulino (1):
  qapi: convert add_client

Paolo Bonzini (2):
  pci-assign: use monitor_handle_fd_param
  monitor: add Error * argument to monitor_get_fd

 dump.c              |  3 +--
 hw/kvm/pci-assign.c | 12 +++---------
 migration-fd.c      |  2 +-
 monitor.c           | 48 ++++++------------------------------------------
 monitor.h           |  2 +-
 qapi-schema.json    | 25 +++++++++++++++++++++++++
 qmp-commands.hx     |  5 +----
 qmp.c               | 43 +++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 81 insertions(+), 59 deletions(-)

-- 
1.7.12.315.g682ce8b

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

end of thread, other threads:[~2012-09-25 20:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 20:28 [Qemu-devel] [PATCH v2 0/3]: qapi: convert add_client Luiz Capitulino
2012-09-20 20:28 ` [Qemu-devel] [PATCH 1/3] pci-assign: use monitor_handle_fd_param Luiz Capitulino
2012-09-20 20:28 ` [Qemu-devel] [PATCH 2/3] monitor: add Error * argument to monitor_get_fd Luiz Capitulino
2012-09-20 20:28 ` [Qemu-devel] [PATCH 3/3] qapi: convert add_client Luiz Capitulino
  -- strict thread matches above, loose matches on Subject: below --
2012-09-24 21:55 [Qemu-devel] [PATCH v3 0/3] " Luiz Capitulino
2012-09-24 21:55 ` [Qemu-devel] [PATCH 2/3] monitor: add Error * argument to monitor_get_fd Luiz Capitulino
2012-09-25 11:06   ` Markus Armbruster
2012-09-25 20:24 [Qemu-devel] [PATCH v4 0/3] qapi: convert add_client Luiz Capitulino
2012-09-25 20:24 ` [Qemu-devel] [PATCH 2/3] monitor: add Error * argument to monitor_get_fd Luiz Capitulino

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).