]> git.proxmox.com Git - qemu.git/commit - net.c
net: add a client type code
authorMark McLoughlin <markmc@redhat.com>
Thu, 22 Oct 2009 16:43:38 +0000 (17:43 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 27 Oct 2009 17:29:00 +0000 (12:29 -0500)
commitbb6e636443d49f7444f49ab64dc7ec6aae1493a7
tree67f2e6436aec330d4ebbd3430e3c0dd9ad84f0f8
parentbaf74c95802347e218721dbaa331997e11fbf903
net: add a client type code

This is so as to allow APIs which operate on specific client types
without having to add a function table entry which is only implemented
by a single client type.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/dp8393x.c
hw/etraxfs_eth.c
hw/mcf_fec.c
hw/mipsnet.c
hw/usb-net.c
hw/xen_nic.c
net.c
net.h
tap-win32.c