mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
net: Make "info network" output more readable info
Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
b20c6b9e47
commit
1a8595931a
3 changed files with 15 additions and 7 deletions
1
net.h
1
net.h
|
@ -100,6 +100,7 @@ void qemu_check_nic_model(NICInfo *nd, const char *model);
|
|||
int qemu_find_nic_model(NICInfo *nd, const char * const *models,
|
||||
const char *default_model);
|
||||
|
||||
void print_net_client(Monitor *mon, NetClientState *nc);
|
||||
void do_info_network(Monitor *mon);
|
||||
|
||||
/* NIC info */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue