]> git.proxmox.com Git - mirror_qemu.git/commit
net/slirp: Deprecate the [hub_id name] parameter tuple
authorThomas Huth <thuth@redhat.com>
Thu, 20 Sep 2018 08:22:27 +0000 (10:22 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 25 Sep 2018 15:26:17 +0000 (17:26 +0200)
commit68cb29ea6585c6fb87ee598583c561cde246873b
tree0b09de3054939723edaf72de9ad92caa84f30753
parent101625a4d4ac7e96227a156bc5f6d21a9cc383cd
net/slirp: Deprecate the [hub_id name] parameter tuple

The "name" in the [hub_id name] parameter tuple is the same as a
"netdev_id" (which should be unique), so specifying the hub_id here
is just redundant (it was likely just necessary in the past when
the network subsystem was still using "vlans" only and when it did
not use unique "id"s yet).

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
net/slirp.c
qemu-deprecated.texi