index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb-net.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: the big rename
Gerd Hoffmann
2012-03-13
1
-1423
/
+0
*
usb: Resolve warnings about unassigned bus on usb device creation
Jan Kiszka
2012-02-27
1
-2
/
+2
*
Merge remote-tracking branch 'kraxel/usb.38' into staging
Anthony Liguori
2012-02-15
1
-4
/
+3
|
\
|
*
usb: Set USBEndpoint in usb_packet_setup().
Gerd Hoffmann
2012-02-10
1
-3
/
+3
|
*
usb: kill handle_packet callback
Gerd Hoffmann
2012-02-10
1
-1
/
+0
*
|
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+3
|
/
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-11
/
+15
*
usb: separate out legacy usb registration from type registration
Anthony Liguori
2012-02-03
1
-1
/
+2
*
usb: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-18
/
+23
*
qdev: don't access name through info
Anthony Liguori
2012-01-27
1
-1
/
+1
*
qdev: move qdev->info to class
Anthony Liguori
2012-01-27
1
-1
/
+1
*
usb: add audio device model
H. Peter Anvin
2012-01-13
1
-3
/
+0
*
usb: track altsetting in USBDevice
Gerd Hoffmann
2012-01-13
1
-11
/
+0
*
hw/usb-net.c: Fix precedence bug when checking rndis_state
Peter Maydell
2011-12-12
1
-2
/
+3
*
Revert bugfix e7852674d5 until tested or until after the release.
Andrzej Zaborowski
2011-11-14
1
-3
/
+2
*
hw/usb-net.c: Fix precedence bug when checking rndis_state
Peter Maydell
2011-11-14
1
-2
/
+3
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-3
/
+3
*
usb: use iovecs in USBPacket
Gerd Hoffmann
2011-08-04
1
-43
/
+22
*
usb-net doesn't support migration
Gerd Hoffmann
2011-07-20
1
-0
/
+6
*
usb: Pass the packet to the device's handle_control callback
Hans de Goede
2011-05-26
1
-3
/
+3
*
usb: move remote wakeup handling to common code
Gerd Hoffmann
2011-01-11
1
-25
/
+0
*
usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code
Gerd Hoffmann
2011-01-11
1
-30
/
+15
*
usb: move USB_REQ_SET_ADDRESS handling to common code
Gerd Hoffmann
2011-01-11
1
-5
/
+0
*
usb network: use new descriptor infrastructure.
Gerd Hoffmann
2011-01-11
1
-244
/
+209
*
Add bootindex parameter to net/block/fd device
Gleb Natapov
2010-12-11
1
-0
/
+2
*
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
2010-12-11
1
-0
/
+1
*
Out off array access in usb-net
Gleb Natapov
2010-11-16
1
-1
/
+1
*
QemuOpts: make most qemu_*_opts static
Gerd Hoffmann
2010-08-22
1
-1
/
+1
*
usb: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-04-25
1
-3
/
+2
*
usb: class specific interface requests
Max Reitz
2010-03-31
1
-5
/
+0
*
qemu-option: Move the implied first name into QemuOptsList
Markus Armbruster
2010-03-16
1
-1
/
+1
*
Fix -usbdevice crash
Paul Brook
2010-02-25
1
-0
/
+3
*
Fix QEMU_WARN_UNUSED_RESULT
Kevin Wolf
2010-01-19
1
-1
/
+1
*
usb-net: use qdev for -usbdevice
Gerd Hoffmann
2009-12-18
1
-31
/
+47
*
qdev: Replace device names containing whitespace
Markus Armbruster
2009-12-12
1
-2
/
+2
*
qdev: Separate USB product description from qdev name
Markus Armbruster
2009-12-12
1
-0
/
+1
*
net: convert usb-net to NICState
Mark McLoughlin
2009-12-03
1
-26
/
+31
*
net: remove NICInfo::vc
Mark McLoughlin
2009-12-03
1
-7
/
+7
*
net: add receive_raw parameter to qemu_new_vlan_client()
Mark McLoughlin
2009-10-27
1
-1
/
+1
*
net: add a client type code
Mark McLoughlin
2009-10-27
1
-1
/
+2
*
net: allow NICs to be connected to netdevs
Mark McLoughlin
2009-10-15
1
-1
/
+2
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-7
/
+7
*
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
2009-09-09
1
-13
/
+32
*
Don't leak VLANClientState on PCI hot remove
Mark McLoughlin
2009-07-09
1
-5
/
+5
*
net: add return value to packet receive handler
Mark McLoughlin
2009-06-09
1
-4
/
+5
*
net: pass VLANClientState* as first arg to receive handlers
Mark McLoughlin
2009-06-09
1
-4
/
+4
*
net: re-name vc->fd_read() to vc->receive()
Mark McLoughlin
2009-06-09
1
-1
/
+1
*
net: add fd_readv() handler to qemu_new_vlan_client() args
Mark McLoughlin
2009-06-09
1
-1
/
+2
*
Introduce VLANClientState::cleanup() (Mark McLoughlin)
aliguori
2009-04-17
1
-3
/
+11
*
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-2
/
+0
[next]