mbox series

[for-2.11,0/2] Remove deprecated net parameters

Message ID 1512669717-8359-1-git-send-email-thuth@redhat.com
Headers show
Series Remove deprecated net parameters | expand

Message

Thomas Huth Dec. 7, 2017, 6:01 p.m. UTC
These parameters have been marked as deprecated since QEMU v2.6.0.
And since QEMU 2.10, we've documented the policy that deprecated
interfaces can be removed after two public releases in case nobody
came up with real good reasons to keep them. As far as I know,
nobody complained, so it's time to remove these legacy options now.

Thomas Huth (2):
  net: Remove the legacy "-net channel" parameter
  net: Remove the deprecated -tftp, -bootp, -redir and -smb options

 include/net/net.h   |  3 --
 include/net/slirp.h |  6 ----
 net/net.c           |  7 ----
 net/slirp.c         | 92 -----------------------------------------------------
 os-posix.c          |  8 -----
 qemu-doc.texi       | 29 -----------------
 qemu-options.hx     | 15 ---------
 vl.c                | 18 -----------
 8 files changed, 178 deletions(-)

Comments

Thomas Huth Dec. 7, 2017, 6:06 p.m. UTC | #1
Sorry, typo in the "Subject:" line ... this was of course not for 2.11,
but for 2.12 - just resent the patches with the correct subject.

 Thomas