mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
slirp: Add info usernet for dumping connection states
Break out sockstats from the slirp statistics and present them under the new info category "usernet". This patch also improves the current output /wrt proper reporting connection source and destination. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
4a82347a47
commit
6dbe553fe9
9 changed files with 102 additions and 55 deletions
2
net.h
2
net.h
|
@ -81,6 +81,8 @@ void qemu_handler_true(void *opaque);
|
|||
void do_info_network(Monitor *mon);
|
||||
int do_set_link(Monitor *mon, const char *name, const char *up_or_down);
|
||||
|
||||
void do_info_usernet(Monitor *mon);
|
||||
|
||||
/* NIC info */
|
||||
|
||||
#define MAX_NICS 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue