aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-net.c
AgeCommit message (Expand)Author
2012-03-13usb: the big renameGerd Hoffmann
2012-02-27usb: Resolve warnings about unassigned bus on usb device creationJan Kiszka
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann
2012-02-10usb: kill handle_packet callbackGerd Hoffmann
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-02-03usb: separate out legacy usb registration from type registrationAnthony Liguori
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: don't access name through infoAnthony Liguori
2012-01-27qdev: move qdev->info to classAnthony Liguori
2012-01-13usb: add audio device modelH. Peter Anvin
2012-01-13usb: track altsetting in USBDeviceGerd Hoffmann
2011-12-12hw/usb-net.c: Fix precedence bug when checking rndis_statePeter Maydell
2011-11-14Revert bugfix e7852674d5 until tested or until after the release.Andrzej Zaborowski
2011-11-14hw/usb-net.c: Fix precedence bug when checking rndis_statePeter Maydell
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-07-20usb-net doesn't support migrationGerd Hoffmann
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede
2011-01-11usb: move remote wakeup handling to common codeGerd Hoffmann
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann
2011-01-11usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann
2011-01-11usb network: use new descriptor infrastructure.Gerd Hoffmann
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov
2010-11-16Out off array access in usb-netGleb Natapov
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-03-31usb: class specific interface requestsMax Reitz
2010-03-16qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster
2010-02-25Fix -usbdevice crashPaul Brook
2010-01-19Fix QEMU_WARN_UNUSED_RESULTKevin Wolf
2009-12-18usb-net: use qdev for -usbdeviceGerd Hoffmann
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster
2009-12-03net: convert usb-net to NICStateMark McLoughlin
2009-12-03net: remove NICInfo::vcMark McLoughlin
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin
2009-10-27net: add a client type codeMark McLoughlin
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin
2009-06-09net: add return value to packet receive handlerMark McLoughlin
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori