summaryrefslogtreecommitdiffstats
path: root/hw/usb-net.c
Commit message (Expand)AuthorAgeFilesLines
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+2
* Introduce fw_name field to DeviceInfo structure.Gleb Natapov2010-12-111-0/+1
* Out off array access in usb-netGleb Natapov2010-11-161-1/+1
* QemuOpts: make most qemu_*_opts staticGerd Hoffmann2010-08-221-1/+1
* usb: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-3/+2
* usb: class specific interface requestsMax Reitz2010-03-311-5/+0
* qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster2010-03-161-1/+1
* Fix -usbdevice crashPaul Brook2010-02-251-0/+3
* Fix QEMU_WARN_UNUSED_RESULTKevin Wolf2010-01-191-1/+1
* usb-net: use qdev for -usbdeviceGerd Hoffmann2009-12-181-31/+47
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-2/+2
* qdev: Separate USB product description from qdev nameMarkus Armbruster2009-12-121-0/+1
* net: convert usb-net to NICStateMark McLoughlin2009-12-031-26/+31
* net: remove NICInfo::vcMark McLoughlin2009-12-031-7/+7
* net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin2009-10-271-1/+1
* net: add a client type codeMark McLoughlin2009-10-271-1/+2
* net: allow NICs to be connected to netdevsMark McLoughlin2009-10-151-1/+2
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-7/+7
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-13/+32
* Don't leak VLANClientState on PCI hot removeMark McLoughlin2009-07-091-5/+5
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-4/+5
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-4/+4
* net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-091-1/+1
* net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-1/+2
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-3/+11
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-1/+1
* Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori2009-01-071-4/+2
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-1/+1
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-3/+2
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-2/+2
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-1/+1
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-5/+5
* Fix OpenBSD linker warningsblueswir12008-08-211-3/+5
* Move audio/sys-queue.h => sys-queue.haliguori2008-07-291-1/+1
* Remove the NIC from vlan on usb destroy.balrog2008-07-171-1/+2
* Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).balrog2008-07-171-0/+1470
OpenPOWER on IntegriCloud