mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
slirp: Drop statistic code
As agreed on the mailing list, there is no interest in keeping the usually disabled slirp statistics in the tree. So this patch removes them. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
0d62c4cfe2
commit
0fe6a7f284
21 changed files with 6 additions and 485 deletions
5
net.c
5
net.c
|
@ -1112,11 +1112,6 @@ void net_slirp_smb(const char *exported_dir)
|
|||
|
||||
#endif /* !defined(_WIN32) */
|
||||
|
||||
void do_info_slirp(Monitor *mon)
|
||||
{
|
||||
slirp_stats();
|
||||
}
|
||||
|
||||
struct GuestFwd {
|
||||
CharDriverState *hd;
|
||||
struct in_addr server;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue