index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb-net.c
Age
Commit message (
Expand
)
Author
2011-12-12
hw/usb-net.c: Fix precedence bug when checking rndis_state
Peter Maydell
2011-11-14
Revert bugfix e7852674d5 until tested or until after the release.
Andrzej Zaborowski
2011-11-14
hw/usb-net.c: Fix precedence bug when checking rndis_state
Peter Maydell
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-04
usb: use iovecs in USBPacket
Gerd Hoffmann
2011-07-20
usb-net doesn't support migration
Gerd Hoffmann
2011-05-26
usb: Pass the packet to the device's handle_control callback
Hans de Goede
2011-01-11
usb: move remote wakeup handling to common code
Gerd Hoffmann
2011-01-11
usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code
Gerd Hoffmann
2011-01-11
usb: move USB_REQ_SET_ADDRESS handling to common code
Gerd Hoffmann
2011-01-11
usb network: use new descriptor infrastructure.
Gerd Hoffmann
2010-12-11
Add bootindex parameter to net/block/fd device
Gleb Natapov
2010-12-11
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
2010-11-16
Out off array access in usb-net
Gleb Natapov
2010-08-22
QemuOpts: make most qemu_*_opts static
Gerd Hoffmann
2010-04-25
usb: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-03-31
usb: class specific interface requests
Max Reitz
2010-03-16
qemu-option: Move the implied first name into QemuOptsList
Markus Armbruster
2010-02-25
Fix -usbdevice crash
Paul Brook
2010-01-19
Fix QEMU_WARN_UNUSED_RESULT
Kevin Wolf
2009-12-18
usb-net: use qdev for -usbdevice
Gerd Hoffmann
2009-12-12
qdev: Replace device names containing whitespace
Markus Armbruster
2009-12-12
qdev: Separate USB product description from qdev name
Markus Armbruster
2009-12-03
net: convert usb-net to NICState
Mark McLoughlin
2009-12-03
net: remove NICInfo::vc
Mark McLoughlin
2009-10-27
net: add receive_raw parameter to qemu_new_vlan_client()
Mark McLoughlin
2009-10-27
net: add a client type code
Mark McLoughlin
2009-10-15
net: allow NICs to be connected to netdevs
Mark McLoughlin
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-09
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
2009-07-09
Don't leak VLANClientState on PCI hot remove
Mark McLoughlin
2009-06-09
net: add return value to packet receive handler
Mark McLoughlin
2009-06-09
net: pass VLANClientState* as first arg to receive handlers
Mark McLoughlin
2009-06-09
net: re-name vc->fd_read() to vc->receive()
Mark McLoughlin
2009-06-09
net: add fd_readv() handler to qemu_new_vlan_client() args
Mark McLoughlin
2009-04-17
Introduce VLANClientState::cleanup() (Mark McLoughlin)
aliguori
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-01-07
Add a -net name=foo parameter (Mark McLoughlin)
aliguori
2009-01-07
Add qemu_format_nic_info_str() (Mark McLoughlin)
aliguori
2009-01-07
Add a model string to VLANClientState (Mark McLoughlin)
aliguori
2008-12-22
Use the ARRAY_SIZE() macro where appropriate.
malc
2008-09-20
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
blueswir1
2008-09-14
Fix warnings that would be caused by gcc flag -Wwrite-strings
blueswir1
2008-09-06
Fix most warnings that would be caused by gcc flag -Wundef
blueswir1
2008-08-21
Fix OpenBSD linker warnings
blueswir1
2008-07-29
Move audio/sys-queue.h => sys-queue.h
aliguori
2008-07-17
Remove the NIC from vlan on usb destroy.
balrog
2008-07-17
Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).
balrog