]> git.proxmox.com Git - mirror_qemu.git/commit - net/dump.c
net: Remove the deprecated way of dumping network packets
authorThomas Huth <thuth@redhat.com>
Wed, 21 Feb 2018 10:18:34 +0000 (11:18 +0100)
committerJason Wang <jasowang@redhat.com>
Mon, 5 Mar 2018 02:30:15 +0000 (10:30 +0800)
commit857d20873d18b3e90c7e7141fe7822f25b707159
treea147f7125fa4d63fc014d30c4a15f69a416fcebd
parentaa09a485c239b163701a70b8da257537c663f71f
net: Remove the deprecated way of dumping network packets

"-net dump" has been marked as deprecated since QEMU v2.10, since it
only works with the deprecated 'vlan' parameter (or hubs). Network
dumping should be done with "-object filter-dump" nowadays instead.
Since nobody complained so far about the deprecation message, let's
finally get rid of "-net dump" now.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/dump.c
net/net.c
qapi/net.json
qemu-doc.texi
qemu-options.hx