aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-net.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori1-4/+3
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann1-3/+3
2012-02-10usb: kill handle_packet callbackGerd Hoffmann1-1/+0
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-11/+15
2012-02-03usb: separate out legacy usb registration from type registrationAnthony Liguori1-1/+2
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori1-18/+23
2012-01-27qdev: don't access name through infoAnthony Liguori1-1/+1
2012-01-27qdev: move qdev->info to classAnthony Liguori1-1/+1
2012-01-13usb: add audio device modelH. Peter Anvin1-3/+0
2012-01-13usb: track altsetting in USBDeviceGerd Hoffmann1-11/+0
2011-12-12hw/usb-net.c: Fix precedence bug when checking rndis_statePeter Maydell1-2/+3
2011-11-14Revert bugfix e7852674d5 until tested or until after the release.Andrzej Zaborowski1-3/+2
2011-11-14hw/usb-net.c: Fix precedence bug when checking rndis_statePeter Maydell1-2/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-43/+22
2011-07-20usb-net doesn't support migrationGerd Hoffmann1-0/+6
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede1-3/+3
2011-01-11usb: move remote wakeup handling to common codeGerd Hoffmann1-25/+0
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann1-30/+15
2011-01-11usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann1-5/+0
2011-01-11usb network: use new descriptor infrastructure.Gerd Hoffmann1-244/+209
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-0/+2
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov1-0/+1
2010-11-16Out off array access in usb-netGleb Natapov1-1/+1
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann1-1/+1
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+2
2010-03-31usb: class specific interface requestsMax Reitz1-5/+0
2010-03-16qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster1-1/+1
2010-02-25Fix -usbdevice crashPaul Brook1-0/+3
2010-01-19Fix QEMU_WARN_UNUSED_RESULTKevin Wolf1-1/+1
2009-12-18usb-net: use qdev for -usbdeviceGerd Hoffmann1-31/+47
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-2/+2
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster1-0/+1
2009-12-03net: convert usb-net to NICStateMark McLoughlin1-26/+31
2009-12-03net: remove NICInfo::vcMark McLoughlin1-7/+7
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin1-1/+1
2009-10-27net: add a client type codeMark McLoughlin1-1/+2
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin1-1/+2
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-7/+7
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-13/+32
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