Il 24/09/2012 23:55, Luiz Capitulino ha scritto: > 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(-) >
Reviewed-by: Paolo Bonzini <pbonz...@redhat.com>