Re: [PATCH 1/2] net: Drop the legacy "name" parameter from the -net option

2019-12-10 Thread Thomas Huth
On 10/12/2019 12.06, Markus Armbruster wrote: > Thomas Huth writes: > >> It's been deprecated since QEMU v3.1, so it's time to finally >> remove it. The "id" parameter can simply be used instead. >> >> Signed-off-by: Thomas Huth > [...] >> diff --git a/qapi/net.json b/qapi/net.json >> index 3352

Re: [PATCH 1/2] net: Drop the legacy "name" parameter from the -net option

2019-12-10 Thread Markus Armbruster
Thomas Huth writes: > It's been deprecated since QEMU v3.1, so it's time to finally > remove it. The "id" parameter can simply be used instead. > > Signed-off-by: Thomas Huth [...] > diff --git a/qapi/net.json b/qapi/net.json > index 335295be50..ff280ccd16 100644 > --- a/qapi/net.json > +++ b/qa

Re: [PATCH 1/2] net: Drop the legacy "name" parameter from the -net option

2019-12-06 Thread Eric Blake
On 12/5/19 11:36 PM, Thomas Huth wrote: It's been deprecated since QEMU v3.1, so it's time to finally remove it. The "id" parameter can simply be used instead. Signed-off-by: Thomas Huth --- net/net.c| 10 +- qapi/net.json| 4 +--- qemu-deprecated.texi | 12

[PATCH 1/2] net: Drop the legacy "name" parameter from the -net option

2019-12-05 Thread Thomas Huth
It's been deprecated since QEMU v3.1, so it's time to finally remove it. The "id" parameter can simply be used instead. Signed-off-by: Thomas Huth --- net/net.c| 10 +- qapi/net.json| 4 +--- qemu-deprecated.texi | 12 +++- 3 files changed, 9 insertions(+), 1