Commit f5ab20a4 authored by Thomas Huth's avatar Thomas Huth Committed by Jason Wang
Browse files

net/dump: Issue a warning for the deprecated "-net dump"



Network dumping should be done with "-object filter-dump" nowadays.
Using "-net dump" via the VLAN mechanism is considered as deprecated
and might be removed in a future release. So warn the users now
to inform them to user the filter-dump method instead.

Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
Signed-off-by: default avatarJason Wang <jasowang@redhat.com>
parent 4348300e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -194,6 +194,9 @@ int net_init_dump(const Netdev *netdev, const char *name,

    assert(peer);

    error_report("'-net dump' is deprecated. "
                 "Please use '-object filter-dump' instead.");

    if (dump->has_file) {
        file = dump->file;
    } else {