On 05/21/12 19:41, Luiz Capitulino wrote: > v5 > > - Simplify set_option_parameter() [Laszlo]
patches changed: 3 & 4 > - Fix bad patch split in patch 15/16, hunk changing net_init_netdev() > pertains to patch 14/16 [Laszlo] hunk squashed from 15 into 14 > > blockdev.c | 2 +- > hmp-commands.hx | 6 +- > hmp.c | 30 +++++++++ > hmp.h | 2 + > hw/pci-hotplug.c | 8 ++- > hw/qdev-monitor.c | 7 +- > hw/usb/dev-network.c | 7 +- > hw/usb/dev-storage.c | 2 +- > hw/watchdog.c | 2 +- > net.c | 104 ++++++++++++++++++++---------- > net.h | 6 +- > net/dump.c | 2 +- > net/dump.h | 3 +- > net/slirp.c | 5 +- > net/slirp.h | 5 +- > net/socket.c | 8 +-- > net/socket.h | 3 +- > net/tap-win32.c | 2 +- > net/tap.c | 9 ++- > net/tap.h | 5 +- > net/vde.c | 2 +- > net/vde.h | 2 +- > qapi-schema.json | 42 ++++++++++++ > qemu-char.c | 8 ++- > qemu-config.c | 43 ++++++++++--- > qemu-config.h | 3 + > qemu-option.c | 175 > ++++++++++++++++++++++++++++++++++---------------- > qemu-option.h | 11 +++- > qemu-sockets.c | 8 +-- > qerror.c | 4 ++ > qerror.h | 3 + > qmp-commands.hx | 10 +-- > vl.c | 22 ++++--- > 33 files changed, 380 insertions(+), 171 deletions(-) Reviewed-By: Laszlo Ersek <ler...@redhat.com>