diff options
author | Thomas Huth <thuth@redhat.com> | 2017-12-19 16:28:54 +0100 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2017-12-22 10:05:26 +0800 |
commit | 3a22ee27340aee063b442daa37ae684e9a114a91 (patch) | |
tree | 52a2b478df5b7707e4812a3f7bb3e7d74ca7b00b /include/net/slirp.h | |
parent | d9caeb09b107e91122d10ba4a08a4af2b59c69cf (diff) | |
download | qemu-3a22ee27340aee063b442daa37ae684e9a114a91.zip qemu-3a22ee27340aee063b442daa37ae684e9a114a91.tar.gz qemu-3a22ee27340aee063b442daa37ae684e9a114a91.tar.bz2 |
net: Remove the legacy "-net channel" parameter
It has never been documented, so hardly anybody knows about this
parameter, and it is marked as deprecated since QEMU v2.6.
Time to let it go now.
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'include/net/slirp.h')
-rw-r--r-- | include/net/slirp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/slirp.h b/include/net/slirp.h index 64b795c..0c98e46 100644 --- a/include/net/slirp.h +++ b/include/net/slirp.h @@ -36,8 +36,6 @@ void hmp_hostfwd_remove(Monitor *mon, const QDict *qdict); int net_slirp_redir(const char *redir_str); -int net_slirp_parse_legacy(QemuOptsList *opts_list, const char *optarg, int *ret); - int net_slirp_smb(const char *exported_dir); void hmp_info_usernet(Monitor *mon, const QDict *qdict); |