qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 00/16]: qapi: convert netdev_add & netdev_del


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH v3 00/16]: qapi: convert netdev_add & netdev_del
Date: Wed, 25 Apr 2012 17:46:24 -0300

v3

- fix patch split (a hunk pertaining to patch 09/16 was in patch 15/16)

 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 +-
 qapi-schema.json     |   43 ++++++++++++
 qemu-char.c          |    8 ++-
 qemu-config.c        |   43 +++++++++---
 qemu-config.h        |    3 +
 qemu-option.c        |  176 ++++++++++++++++++++++++++++++++++----------------
 qemu-option.h        |   11 +++-
 qemu-sockets.c       |    8 +--
 qerror.c             |    4 ++
 qerror.h             |    3 +
 qmp-commands.hx      |   10 +--
 vl.c                 |   22 ++++---
 32 files changed, 382 insertions(+), 169 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]