summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-09-14Spelling fixes in comments and documentationStefan Weil2-9/+9
2012-09-14srp: Don't use QEMU_PACKED for single elements of a structured typeStefan Weil1-4/+4
2012-09-13uhci: Don't queue up packets after one with the SPD flag setHans de Goede1-1/+4
2012-09-13usb-redir: Revert usb-redir part of commit 93bfef4cHans de Goede1-5/+3
2012-09-13usb-redir: Add chardev open / close debug loggingHans de Goede1-0/+6
2012-09-13usb-redir: Add support for migrationHans de Goede1-3/+346
2012-09-13usb-redir: Store max_packet_size in endp_dataHans de Goede1-1/+3
2012-09-13usb-redir: Add an already_in_flight packet-id queueHans de Goede1-0/+43
2012-09-13usb-redir: Change cancelled packet code into a generic packet-id queueHans de Goede1-31/+71
2012-09-13ehci: Walk async schedule before and after migrationHans de Goede1-0/+28
2012-09-13ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede1-6/+18
2012-09-13hw/qxl: support client monitor configuration via deviceAlon Levy1-0/+79
2012-09-13qxl: add trace-event for QXL_IO_LOGAlon Levy1-0/+1
2012-09-13hw/qxl: tracing fixesAlon Levy1-3/+5
2012-09-12ahci: properly reset PxCMD on HBA resetJason Baron1-1/+1
2012-09-12ide: Fix error messages from static code analysis (no real error)Stefan Weil1-9/+2
2012-09-12ATAPI: STARTSTOPUNIT only eject/load media if powercondition is 0Ronnie Sahlberg1-0/+6
2012-09-12ehci: Don't process too much frames in 1 timer tick (v2)Hans de Goede1-0/+14
2012-09-12ehci: Fix interrupts stopping when Interrupt Threshold Control is 8Hans de Goede1-1/+1
2012-09-12ehci: switch to new-style memory opsGerd Hoffmann1-89/+84
2012-09-12qxl: better cleanup for surface destroyUri Lublin1-0/+1
2012-09-12usb-host: allow emulated (non-async) control requests without USBPacketGerd Hoffmann1-1/+1
2012-09-12qxl: Ignore set_client_capabilities pre/post migrateHans de Goede1-0/+5
2012-09-12qxl: dont update invalid areaDunrong Huang1-0/+7
2012-09-12spice: switch to queue for vga mode updatesGerd Hoffmann1-3/+3
2012-09-11VGA: Flush coalesced MMIO on related MMIO/PIO accessesJan Kiszka5-0/+15
2012-09-11xhci: allow bytewise capability register readsGerd Hoffmann1-1/+3
2012-09-11xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann1-65/+75
2012-09-11xhci: support multiple interruptersGerd Hoffmann1-5/+1
2012-09-11xhci: pick target interrupterGerd Hoffmann1-6/+16
2012-09-11xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann1-43/+57
2012-09-11xhci: add XHCIInterrupterGerd Hoffmann1-147/+160
2012-09-11xhci: move register update into xhci_intr_raiseGerd Hoffmann1-9/+5
2012-09-11xhci: add msix supportGerd Hoffmann1-1/+46
2012-09-11xhci: rework interrupt handlingGerd Hoffmann1-14/+33
2012-09-11xhci: fix & cleanup msi.Gerd Hoffmann1-18/+9
2012-09-11usb-storage: usb3 supportGerd Hoffmann1-3/+43
2012-09-11usb3: bos decriptorGerd Hoffmann3-0/+140
2012-09-11usb3: superspeed endpoint companionGerd Hoffmann3-20/+62
2012-09-11usb3: superspeed descriptorsGerd Hoffmann2-1/+10
2012-09-11xhci: update port handlingGerd Hoffmann1-40/+97
2012-09-11xhci: update register layoutGerd Hoffmann1-8/+13
2012-09-11xhci: fix runtime write tracepointGerd Hoffmann1-1/+1
2012-09-11xhci: add trace_usb_xhci_ep_set_dequeueGerd Hoffmann1-1/+1
2012-09-11xhci: trace cc codes in cleartextGerd Hoffmann1-1/+47
2012-09-11xhci: iso xfer supportGerd Hoffmann1-16/+101
2012-09-11xhci: implement mfindexGerd Hoffmann1-7/+46
2012-09-11xhci: move device lookup into xhci_setup_packetGerd Hoffmann1-36/+38
2012-09-11xhci: drop bufferingGerd Hoffmann1-114/+71
2012-09-11xhci: rip out background transfer codeGerd Hoffmann1-219/+4