]> git.proxmox.com Git - qemu.git/history - hw/usb-net.c
Fix -usbdevice crash
[qemu.git] / hw / usb-net.c
2010-06-09 Paul BrookFix -usbdevice crash
2010-01-19 Kevin WolfFix QEMU_WARN_UNUSED_RESULT
2010-01-06 Anthony LiguoriMerge remote branch 'mst/stable-0.12' into stable-0.12
2009-12-19 Gerd Hoffmannusb-net: use qdev for -usbdevice
2009-12-12 Markus Armbrusterqdev: Replace device names containing whitespace
2009-12-12 Markus Armbrusterqdev: Separate USB product description from qdev name
2009-12-03 Mark McLoughlinnet: convert usb-net to NICState
2009-12-03 Mark McLoughlinnet: remove NICInfo::vc
2009-10-27 Mark McLoughlinnet: add receive_raw parameter to qemu_new_vlan_client()
2009-10-27 Mark McLoughlinnet: add a client type code
2009-10-15 Mark McLoughlinnet: allow NICs to be connected to netdevs
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...