]> git.proxmox.com Git - qemu.git/history - hw/usb-net.c
Fix sys-queue.h conflict for good
[qemu.git] / hw / usb-net.c
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-09 Gerd Hoffmannqdev/usb: add usb bus support to qdev, convert drivers.
2009-07-09 Mark McLoughlinDon't leak VLANClientState on PCI hot remove
2009-06-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-09 Mark McLoughlinnet: add return value to packet receive handler
2009-06-09 Mark McLoughlinnet: pass VLANClientState* as first arg to receive...
2009-06-09 Mark McLoughlinnet: re-name vc->fd_read() to vc->receive()
2009-06-09 Mark McLoughlinnet: add fd_readv() handler to qemu_new_vlan_client...
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-07 aliguoriAdd a -net name=foo parameter (Mark McLoughlin)
2009-01-07 aliguoriAdd qemu_format_nic_info_str() (Mark McLoughlin)
2009-01-07 aliguoriAdd a model string to VLANClientState (Mark McLoughlin)
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
2008-08-21 blueswir1Fix OpenBSD linker warnings
2008-07-29 aliguoriMove audio/sys-queue.h => sys-queue.h
2008-07-17 balrogRemove the NIC from vlan on usb destroy.
2008-07-17 balrogAdd CDC-Ethernet usb NIC (original patch from Thomas...