index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-13
usb: the big rename
Gerd Hoffmann
1
-663
/
+0
2012-03-07
usb: add shortcut for control transfers
Gerd Hoffmann
1
-0
/
+59
2012-03-07
usb: add pipelining option to usb endpoints
Gerd Hoffmann
1
-1
/
+10
2012-03-07
usb: queue can have async packets
Gerd Hoffmann
1
-0
/
+3
2012-02-27
usb: add tracepoint for usb packet state changes.
Gerd Hoffmann
1
-22
/
+5
2012-02-10
usb: add USBBusOps->wakeup_endpoint
Gerd Hoffmann
1
-0
/
+4
2012-02-10
usb: pass USBEndpoint to usb_wakeup
Gerd Hoffmann
1
-1
/
+3
2012-02-10
usb: maintain async packet list per endpoint
Gerd Hoffmann
1
-26
/
+101
2012-02-10
usb: Set USBEndpoint in usb_packet_setup().
Gerd Hoffmann
1
-9
/
+12
2012-02-10
usb: add USBEndpoint->{nr,pid}
Gerd Hoffmann
1
-0
/
+5
2012-02-10
usb: USBPacket: add status, rename owner -> ep
Gerd Hoffmann
1
-7
/
+11
2012-02-10
usb: fold usb_generic_handle_packet into usb_handle_packet
Gerd Hoffmann
1
-33
/
+25
2012-02-10
usb: kill handle_packet callback
Gerd Hoffmann
1
-11
/
+4
2012-02-10
usb: handle dev == NULL in usb_handle_packet()
Gerd Hoffmann
1
-0
/
+4
2012-02-10
usb: add usb_find_device()
Gerd Hoffmann
1
-0
/
+13
2012-02-10
usb: kill usb_send_msg
Gerd Hoffmann
1
-13
/
+0
2012-02-10
usb: kill USB_MSG_RESET
Gerd Hoffmann
1
-11
/
+13
2012-02-10
usb: kill USB_MSG_{ATTACH,DETACH}
Gerd Hoffmann
1
-11
/
+3
2012-01-27
usb: convert to QEMU Object Model
Anthony Liguori
1
-14
/
+10
2012-01-17
usb: link packets to endpoints not devices
Gerd Hoffmann
1
-2
/
+10
2012-01-17
usb: add max_packet_size to USBEndpoint
Gerd Hoffmann
1
-4
/
+33
2012-01-17
usb/debug: add usb_ep_dump
Gerd Hoffmann
1
-0
/
+40
2012-01-17
usb: add ifnum to USBEndpoint
Gerd Hoffmann
1
-0
/
+14
2012-01-17
usb: add USBEndpoint
Gerd Hoffmann
1
-0
/
+30
2011-10-13
usb: fix port reset
Gerd Hoffmann
1
-0
/
+12
2011-09-07
usb: claim port at device initialization time.
Gerd Hoffmann
1
-19
/
+16
2011-09-07
usb: fix use after free
Gerd Hoffmann
1
-1
/
+1
2011-08-04
usb: use iovecs in USBPacket
Gerd Hoffmann
1
-14
/
+72
2011-07-05
usb: assert on calling usb_attach(port, NULL) on a port without a dev
Hans de Goede
1
-5
/
+4
2011-07-05
usb: Make port wakeup and complete ops take a USBPort instead of a Device
Hans de Goede
1
-2
/
+2
2011-05-26
usb: move cancel callback to USBDeviceInfo
Gerd Hoffmann
1
-1
/
+1
2011-05-26
usb: keep track of packet owner.
Gerd Hoffmann
1
-0
/
+32
2011-05-26
usb: add usb_handle_packet
Gerd Hoffmann
1
-2
/
+15
2011-05-26
usb-linux: use usb_generic_handle_packet()
Hans de Goede
1
-3
/
+38
2011-05-26
usb: Pass the packet to the device's handle_control callback
Hans de Goede
1
-4
/
+7
2011-05-04
usb: control buffer fixes
Hans de Goede
1
-0
/
+6
2011-01-11
usb: add attach callback
Gerd Hoffmann
1
-1
/
+6
2011-01-11
usb: add usb_wakeup() + wakeup callback to port ops
Gerd Hoffmann
1
-0
/
+7
2011-01-11
usb: rework attach/detach workflow
Gerd Hoffmann
1
-1
/
+19
2011-01-11
usb: create USBPortOps, move attach there.
Gerd Hoffmann
1
-1
/
+1
2009-09-09
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
1
-8
/
+8
2008-08-21
usb: generic packet handler cleanup and documentation (Max Krasnyansky)
aliguori
1
-119
/
+146
2007-11-17
Break up vl.h.
pbrook
1
-1
/
+2
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-4
/
+4
2007-07-11
Spelling fixes, by Stefan Weil.
ths
1
-1
/
+1
2006-08-12
SCSI and USB async IO support.
pbrook
1
-11
/
+21
2006-07-19
usb destroy API change (Lonnie Mendez)
bellard
1
-4
/
+1
2006-05-25
Rearrange SCSI disk emulation code.
pbrook
1
-1
/
+4
2006-04-24
separate file for usb hub device
bellard
1
-497
/
+0
2006-04-24
usb setup state machine fix when driver reads or writes too many bytes
bellard
1
-4
/
+4
[next]