]> git.proxmox.com Git - qemu.git/commit - net.c
net: re-name vc->fd_read() to vc->receive()
authorMark McLoughlin <markmc@redhat.com>
Mon, 18 May 2009 12:13:16 +0000 (13:13 +0100)
committerMark McLoughlin <markmc@redhat.com>
Tue, 9 Jun 2009 10:38:49 +0000 (11:38 +0100)
commitcda9046ba7dbba45f3016e5d60caffa2d72960fa
treeda29fa06d782170b8214be44382549735eafa3b3
parent463af5349a787160642f023dad10eaf0cb419fb7
net: re-name vc->fd_read() to vc->receive()

VLANClientState's fd_read() handler doesn't read from file
descriptors, it adds a buffer to the client's receive queue.

Re-name the handlers to make things a little less confusing.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
20 files changed:
hw/dp8393x.c
hw/e1000.c
hw/eepro100.c
hw/etraxfs_eth.c
hw/mcf_fec.c
hw/mipsnet.c
hw/musicpal.c
hw/ne2000.c
hw/pcnet.c
hw/qdev.c
hw/rtl8139.c
hw/smc91c111.c
hw/stellaris_enet.c
hw/usb-net.c
hw/virtio-net.c
hw/xen_nic.c
net.c
net.h
savevm.c
tap-win32.c