]> git.proxmox.com Git - mirror_qemu.git/commit - net/slirp.c
net: Remove the deprecated -tftp, -bootp, -redir and -smb options
authorThomas Huth <thuth@redhat.com>
Wed, 22 Aug 2018 13:43:30 +0000 (15:43 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 31 Aug 2018 07:53:03 +0000 (09:53 +0200)
commitd18572dd9a4ee3f66d205912edae4d87a58ec11f
tree9e8149ceb75cbeb5f78a4b19ddd3ef0fe881fdc4
parentfdaf2d5885209634bf9d9f643cec5323efb4525c
net: Remove the deprecated -tftp, -bootp, -redir and -smb options

These options likely do not work as expected as soon as the user
tries to use more than one network interface at once. The parameters
have been marked as deprecated since QEMU v2.6, so users had plenty
of time to move their scripts to the new syntax. Time to remove the
old parameters now.

Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Acked-by: Peter Krempa <pkrempa@redhat.com>
Acked-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/net/net.h
include/net/slirp.h
net/slirp.c
os-posix.c
qemu-deprecated.texi
qemu-options.hx
vl.c