[Qemu-devel] [PATCH 0/3] net: Remove "-net channel" and update "-net nic" docs

Thomas Huth posted 3 patches 6 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1513697336-2863-1-git-send-email-thuth@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
include/net/slirp.h |  2 --
net/net.c           |  7 -------
net/slirp.c         | 34 ----------------------------------
qemu-doc.texi       | 38 +++++++++++++++++++++-----------------
qemu-options.hx     | 14 ++++++++------
5 files changed, 29 insertions(+), 66 deletions(-)
[Qemu-devel] [PATCH 0/3] net: Remove "-net channel" and update "-net nic" docs
Posted by Thomas Huth 6 years, 3 months ago
Remove the deprecated (and even undocumented) "-net channel" parameter,
and update our docs with regards to the possibility to use "netdev=..."
together with the "-net nic" option for embedded NICs.

Thomas Huth (3):
  net: Remove the legacy "-net channel" parameter
  qemu-doc: The "-net nic" option can be used with "netdev=...", too
  qemu-doc: Update the deprecation information of -tftp, -bootp, -redir
    and -smb

 include/net/slirp.h |  2 --
 net/net.c           |  7 -------
 net/slirp.c         | 34 ----------------------------------
 qemu-doc.texi       | 38 +++++++++++++++++++++-----------------
 qemu-options.hx     | 14 ++++++++------
 5 files changed, 29 insertions(+), 66 deletions(-)

-- 
1.8.3.1


Re: [Qemu-devel] [PATCH 0/3] net: Remove "-net channel" and update "-net nic" docs
Posted by Jason Wang 6 years, 3 months ago

On 2017年12月19日 23:28, Thomas Huth wrote:
> Remove the deprecated (and even undocumented) "-net channel" parameter,
> and update our docs with regards to the possibility to use "netdev=..."
> together with the "-net nic" option for embedded NICs.
>
> Thomas Huth (3):
>    net: Remove the legacy "-net channel" parameter
>    qemu-doc: The "-net nic" option can be used with "netdev=...", too
>    qemu-doc: Update the deprecation information of -tftp, -bootp, -redir
>      and -smb
>
>   include/net/slirp.h |  2 --
>   net/net.c           |  7 -------
>   net/slirp.c         | 34 ----------------------------------
>   qemu-doc.texi       | 38 +++++++++++++++++++++-----------------
>   qemu-options.hx     | 14 ++++++++------
>   5 files changed, 29 insertions(+), 66 deletions(-)
>

Applied.

Thanks