qemu-devel
[Top][All Lists]
Advanced

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

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


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH 00/18]: qapi: convert netdev_add & netdev_del
Date: Tue, 17 Apr 2012 16:36:03 -0300

As device_add depends on some qom stuff, I've switched to netdev_add/del as
most patches are common.

Will appreciate your review, specially the qemu-option changes (which are
boring and thus easy to make mistakes).


 blockdev.c               |    2 +-
 hmp-commands.hx          |    6 +-
 hmp.c                    |   42 +++++++++++
 hmp.h                    |    2 +
 hw/pci-hotplug.c         |    8 ++-
 hw/usb/dev-network.c     |    7 +-
 hw/usb/dev-storage.c     |    2 +-
 hw/watchdog.c            |    2 +-
 net.c                    |  110 +++++++++++++++++++----------
 net.h                    |    4 +-
 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         |   42 +++++++++++
 qemu-char.c              |   20 ++++--
 qemu-config.c            |   43 +++++++++---
 qemu-config.h            |    3 +
 qemu-option.c            |  173 ++++++++++++++++++++++++++++++----------------
 qemu-option.h            |   11 ++-
 qemu-sockets.c           |    8 +--
 qerror.c                 |    4 ++
 qerror.h                 |    3 +
 qmp-commands.hx          |   10 +--
 qstring.c                |    9 +++
 qstring.h                |    1 +
 scripts/qapi-commands.py |   91 ++++++++++++++++++++++++
 scripts/qapi.py          |    2 +
 tests/check-qstring.c    |   17 +++++
 vl.c                     |   22 +++---
 36 files changed, 514 insertions(+), 174 deletions(-)



reply via email to

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