mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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>
This commit is contained in:
parent
d9caeb09b1
commit
3a22ee2734
4 changed files with 0 additions and 48 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue