]> git.proxmox.com Git - qemu.git/commit
net: Dump client type 'info network'
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 20 Jul 2011 10:20:21 +0000 (12:20 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 23 Jul 2011 15:19:50 +0000 (10:19 -0500)
commit44e798d3959e6face1adc0b2fd1873b25f66a5e7
tree18a683175dc8778a714726d70f5fce6172026b38
parent6f7b3b1be229e3a686a4507d6c11dfcf5f12cef4
net: Dump client type 'info network'

Include the client type name into the output of 'info network'. The
result looks like this:

(qemu) info network
VLAN 0 devices:
  rtl8139.0: type=nic,model=rtl8139,macaddr=52:54:00:12:34:57
Devices not on any VLAN:
  virtio-net-pci.0: type=nic,model=virtio-net-pci,macaddr=52:54:00:12:34:56
   \ network1: type=tap,fd=5

CC: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c