Age | Commit message (Expand) | Author |
2013-03-01 | hw: include hw header files with full paths | Paolo Bonzini |
2013-02-19 | usb-core: usb3 streams | Gerd Hoffmann |
2013-02-19 | usb: make usb_packet_copy operate on combined packets | Gerd Hoffmann |
2013-02-19 | usb: add usb_ep_set_halted | Gerd Hoffmann |
2013-02-19 | usb-host: remove usb_host_device_close | Gerd Hoffmann |
2013-01-17 | HMP: add QDict to info callback handler | Wenchao Xia |
2013-01-08 | usbredir: Add support for buffered bulk input (v2) | Hans de Goede |
2013-01-07 | usb: Add an usb_device_ep_stopped USBDevice method | Hans de Goede |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-10 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2012-12-07 | Fix spelling in comments and documentation | Stefan Weil |
2012-12-04 | usb: Allow overriding of usb_desc at the device level | Hans de Goede |
2012-12-04 | usb: Don't allow USB_RET_ASYNC for interrupt packets | Hans de Goede |
2012-11-08 | usb: split packet result into actual_length + status | Hans de Goede |
2012-11-01 | usb: Add packet combining functions | Hans de Goede |
2012-11-01 | usb/ehci-pci: add helper to create ich9 usb controllers | Gerd Hoffmann |
2012-10-25 | usb: Add an int_req flag to USBPacket | Hans de Goede |
2012-10-25 | usb: Move short-not-ok handling to the core | Hans de Goede |
2012-10-25 | usb: Move clearing of queue on halt to the core | Hans de Goede |
2012-10-25 | usb: Add USB_RET_ADD_TO_QUEUE packet result code | Hans de Goede |
2012-10-25 | usb: Rename __usb_packet_complete to usb_packet_complete_one | Hans de Goede |
2012-09-11 | usb3: bos decriptor | Gerd Hoffmann |
2012-09-11 | usb3: superspeed endpoint companion | Gerd Hoffmann |
2012-09-11 | usb-core: Add a usb_ep_find_packet_by_id() helper function | Hans de Goede |
2012-08-31 | usb: unique packet ids | Gerd Hoffmann |
2012-08-31 | usb: Halt ep queue en cancel pending packets on a packet error | Hans de Goede |
2012-07-17 | hw/block-common: Move BlockConf & friends from block.h | Markus Armbruster |
2012-07-09 | usb: fix interface initialization | Gerd Hoffmann |
2012-07-09 | usb: split endpoint init and reset | Gerd Hoffmann |
2012-06-27 | usb: Convert usb_packet_{map, unmap} to universal DMA helpers | David Gibson |
2012-06-18 | qdev: Convert busses to QEMU Object Model | Anthony Liguori |
2012-04-17 | usb/vmstate: add parent dev path | Gerd Hoffmann |
2012-03-13 | usb: improve packet state sanity checks | Gerd Hoffmann |
2012-03-07 | usb: add shortcut for control transfers | Gerd Hoffmann |
2012-03-07 | usb: add pipelining option to usb endpoints | Gerd Hoffmann |
2012-03-07 | usb: add USB_RET_IOERROR | Hans de Goede |
2012-02-27 | usb: Resolve warnings about unassigned bus on usb device creation | Jan Kiszka |
2012-02-10 | usb: add USBBusOps->wakeup_endpoint | Gerd Hoffmann |
2012-02-10 | usb: pass USBEndpoint to usb_wakeup | Gerd Hoffmann |
2012-02-10 | usb: maintain async packet list per endpoint | Gerd Hoffmann |
2012-02-10 | usb: Set USBEndpoint in usb_packet_setup(). | Gerd Hoffmann |
2012-02-10 | usb: add USBEndpoint->{nr,pid} | Gerd Hoffmann |
2012-02-10 | usb: USBPacket: add status, rename owner -> ep | Gerd Hoffmann |
2012-02-10 | usb: kill handle_packet callback | Gerd Hoffmann |
2012-02-10 | usb: add usb_find_device() | Gerd Hoffmann |
2012-02-10 | usb: kill usb_send_msg | Gerd Hoffmann |
2012-02-10 | usb: kill USB_MSG_RESET | Gerd Hoffmann |
2012-02-10 | usb: kill USB_MSG_{ATTACH,DETACH} | Gerd Hoffmann |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori |
2012-02-03 | usb: separate out legacy usb registration from type registration | Anthony Liguori |