All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] netdev qapification
@ 2020-03-17 20:17 Eric Blake
  2020-03-17 20:17 ` [PATCH v2 1/2] net: Complete qapi-fication of netdev_add Eric Blake
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Eric Blake @ 2020-03-17 20:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: lekiravi, jasowang, armbru, dgilbert

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-03-17 20:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-17 20:17 [PATCH v2 0/2] netdev qapification Eric Blake
2020-03-17 20:17 ` [PATCH v2 1/2] net: Complete qapi-fication of netdev_add Eric Blake
2020-03-17 20:36   ` Markus Armbruster
2020-03-17 20:50   ` Markus Armbruster
2020-03-17 20:17 ` [PATCH v2 2/2] net: Track netdevs in NetClientState rather than QemuOpt Eric Blake
2020-03-17 20:35   ` Markus Armbruster
2020-03-17 20:53 ` [PATCH v2 0/2] netdev qapification Markus Armbruster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.