[PATCH v2 0/2] netdev qapification

Eric Blake posted 2 patches 5 years, 6 months ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200317201711.322764-1-eblake@redhat.com
Maintainers: Jason Wang <jasowang@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Eric Blake <eblake@redhat.com>
include/net/net.h |  2 +-
monitor/misc.c    |  6 +-----
net/net.c         | 39 ++++++++++++---------------------------
qapi/net.json     | 14 +-------------
4 files changed, 15 insertions(+), 46 deletions(-)
[PATCH v2 0/2] netdev qapification
Posted by Eric Blake 5 years, 6 months ago
In v2:
- patch 1 contents unchanged, but commit message improved [Markus]
- patch 2 is new

Eric Blake (2):
  net: Complete qapi-fication of netdev_add
  net: Track netdevs in NetClientState rather than QemuOpt

 include/net/net.h |  2 +-
 monitor/misc.c    |  6 +-----
 net/net.c         | 39 ++++++++++++---------------------------
 qapi/net.json     | 14 +-------------
 4 files changed, 15 insertions(+), 46 deletions(-)

-- 
2.25.1


Re: [PATCH v2 0/2] netdev qapification
Posted by Markus Armbruster 5 years, 6 months ago
Eric Blake <eblake@redhat.com> writes:

> In v2:
> - patch 1 contents unchanged, but commit message improved [Markus]
> - patch 2 is new

Queued, thanks!