qemu/include/net
Eric Blake 08712fcb85 net: Track netdevs in NetClientState rather than QemuOpt
As mentioned in the previous patch, our use of QemuOpt group "netdev"
has two purposes: collect the CLI arguments, and serve as a witness
for monitor hotplug actions.  As the latter didn't use anything but an
id, it felt rather unclean to have to touch QemuOpts at all when going
through QMP, so let's instead track things with a bool field in
NetClientState.

Suggested-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200317201711.322764-3-eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2020-03-17 21:50:36 +01:00
..
announce.h net/announce: Add optional ID 2019-07-02 10:21:06 +08:00
can_emu.h Include qemu/queue.h slightly less 2019-08-16 13:31:52 +02:00
can_host.h
checksum.h
eth.h
filter.h net/filter.c: Add Options to insert filters anywhere in the filter list 2020-03-03 18:04:47 +08:00
net.h net: Track netdevs in NetClientState rather than QemuOpt 2020-03-17 21:50:36 +01:00
queue.h
slirp.h
tap.h
vhost_net.h
vhost-user.h