[Qemu-devel] [PATCH v2 5/8] net: Remove the deprecated way of dumping network packets

2018-02-20 Thread Thomas Huth
"-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 du

Re: [Qemu-devel] [PATCH v2 5/8] net: Remove the deprecated way of dumping network packets

2018-02-20 Thread Eric Blake
On 02/20/2018 11:40 AM, Thomas Huth wrote: "-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 deprecati

Re: [Qemu-devel] [PATCH v2 5/8] net: Remove the deprecated way of dumping network packets

2018-02-20 Thread Thomas Huth
On 20.02.2018 23:35, Eric Blake wrote: > On 02/20/2018 11:40 AM, Thomas Huth wrote: >> "-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. >>