index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-08
usb: split packet result into actual_length + status
Hans de Goede
1
-10
/
+14
2012-11-01
usb: Add packet combining functions
Hans de Goede
1
-0
/
+13
2012-11-01
usb/ehci-pci: add helper to create ich9 usb controllers
Gerd Hoffmann
1
-0
/
+2
2012-10-25
usb: Add an int_req flag to USBPacket
Hans de Goede
1
-1
/
+2
2012-10-25
usb: Move short-not-ok handling to the core
Hans de Goede
1
-1
/
+3
2012-10-25
usb: Move clearing of queue on halt to the core
Hans de Goede
1
-0
/
+1
2012-10-25
usb: Add USB_RET_ADD_TO_QUEUE packet result code
Hans de Goede
1
-6
/
+15
2012-10-25
usb: Rename __usb_packet_complete to usb_packet_complete_one
Hans de Goede
1
-0
/
+1
2012-09-11
usb3: bos decriptor
Gerd Hoffmann
1
-0
/
+6
2012-09-11
usb3: superspeed endpoint companion
Gerd Hoffmann
1
-0
/
+1
2012-09-11
usb-core: Add a usb_ep_find_packet_by_id() helper function
Hans de Goede
1
-0
/
+2
2012-08-31
usb: unique packet ids
Gerd Hoffmann
1
-1
/
+2
2012-08-31
usb: Halt ep queue en cancel pending packets on a packet error
Hans de Goede
1
-0
/
+1
2012-07-17
hw/block-common: Move BlockConf & friends from block.h
Markus Armbruster
1
-1
/
+0
2012-07-09
usb: fix interface initialization
Gerd Hoffmann
1
-0
/
+2
2012-07-09
usb: split endpoint init and reset
Gerd Hoffmann
1
-0
/
+1
2012-06-27
usb: Convert usb_packet_{map, unmap} to universal DMA helpers
David Gibson
1
-1
/
+1
2012-06-18
qdev: Convert busses to QEMU Object Model
Anthony Liguori
1
-0
/
+3
2012-04-17
usb/vmstate: add parent dev path
Gerd Hoffmann
1
-0
/
+5
2012-03-13
usb: improve packet state sanity checks
Gerd Hoffmann
1
-0
/
+1
2012-03-07
usb: add shortcut for control transfers
Gerd Hoffmann
1
-0
/
+1
2012-03-07
usb: add pipelining option to usb endpoints
Gerd Hoffmann
1
-0
/
+2
2012-03-07
usb: add USB_RET_IOERROR
Hans de Goede
1
-5
/
+6
2012-02-27
usb: Resolve warnings about unassigned bus on usb device creation
Jan Kiszka
1
-3
/
+4
2012-02-10
usb: add USBBusOps->wakeup_endpoint
Gerd Hoffmann
1
-0
/
+1
2012-02-10
usb: pass USBEndpoint to usb_wakeup
Gerd Hoffmann
1
-1
/
+1
2012-02-10
usb: maintain async packet list per endpoint
Gerd Hoffmann
1
-2
/
+7
2012-02-10
usb: Set USBEndpoint in usb_packet_setup().
Gerd Hoffmann
1
-3
/
+1
2012-02-10
usb: add USBEndpoint->{nr,pid}
Gerd Hoffmann
1
-0
/
+2
2012-02-10
usb: USBPacket: add status, rename owner -> ep
Gerd Hoffmann
1
-3
/
+16
2012-02-10
usb: kill handle_packet callback
Gerd Hoffmann
1
-12
/
+0
2012-02-10
usb: add usb_find_device()
Gerd Hoffmann
1
-0
/
+10
2012-02-10
usb: kill usb_send_msg
Gerd Hoffmann
1
-1
/
+0
2012-02-10
usb: kill USB_MSG_RESET
Gerd Hoffmann
1
-4
/
+2
2012-02-10
usb: kill USB_MSG_{ATTACH,DETACH}
Gerd Hoffmann
1
-2
/
+0
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-1
/
+0
2012-02-03
usb: separate out legacy usb registration from type registration
Anthony Liguori
1
-3
/
+3
2012-01-27
usb: convert to QEMU Object Model
Anthony Liguori
1
-11
/
+39
2012-01-19
Merge remote-tracking branch 'kraxel/usb.37' into staging
Anthony Liguori
1
-1
/
+43
2012-01-17
usb: link packets to endpoints not devices
Gerd Hoffmann
1
-1
/
+3
2012-01-17
usb: add max_packet_size to USBEndpoint
Gerd Hoffmann
1
-0
/
+4
2012-01-17
usb/debug: add usb_ep_dump
Gerd Hoffmann
1
-0
/
+1
2012-01-17
usb: add ifnum to USBEndpoint
Gerd Hoffmann
1
-0
/
+3
2012-01-17
usb: add USBEndpoint
Gerd Hoffmann
1
-0
/
+14
2012-01-13
vmstate: extract declarations out of hw/hw.h
Paolo Bonzini
1
-0
/
+12
2012-01-13
usb: add audio device model
H. Peter Anvin
1
-0
/
+7
2012-01-13
usb: track altsetting in USBDevice
Gerd Hoffmann
1
-0
/
+8
2012-01-13
usb: track configuration and interface count in USBDevice.
Gerd Hoffmann
1
-0
/
+3
2011-10-13
usb: fix port reset
Gerd Hoffmann
1
-0
/
+1
2011-09-07
usb-musb: Add reset function
Juha Riihimäki
1
-0
/
+1
[next]