Re: [PATCH v3 0/2] net: Drop legacy "name" from -net and remove NetLegacy

2020-06-15 Thread Jason Wang
On 2020/6/15 下午8:06, Thomas Huth wrote: On 18/05/2020 20.01, Thomas Huth wrote: Since commit b4983c570c7a ("net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'"), the "name" parameter is not used internally anymore. And it's been marked as deprecated since QEMU v3.1,

Re: [PATCH v3 0/2] net: Drop legacy "name" from -net and remove NetLegacy

2020-06-15 Thread Thomas Huth
On 18/05/2020 20.01, Thomas Huth wrote: > Since commit b4983c570c7a ("net: Remove deprecated [hub_id name] tuple of > 'hostfwd_add' / 'hostfwd_remove'"), the "name" parameter is not used > internally anymore. And it's been marked as deprecated since QEMU v3.1, > so it is time to remove the "name" p

[PATCH v3 0/2] net: Drop legacy "name" from -net and remove NetLegacy

2020-05-18 Thread Thomas Huth
Since commit b4983c570c7a ("net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'"), the "name" parameter is not used internally anymore. And it's been marked as deprecated since QEMU v3.1, so it is time to remove the "name" parameter from -net now. Once this has been done,