aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-net.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin1-5/+5
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-4/+5
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin1-4/+4
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin1-1/+1
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin1-1/+2
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-3/+11
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori1-1/+1
2009-01-07Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori1-4/+2
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori1-1/+1
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-3/+2
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-2/+2
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-1/+1
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-5/+5
2008-08-21Fix OpenBSD linker warningsblueswir11-3/+5
2008-07-29Move audio/sys-queue.h => sys-queue.haliguori1-1/+1
2008-07-17Remove the NIC from vlan on usb destroy.balrog1-1/+2
2008-07-17Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).balrog1-0/+1470