summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-08ehci_free_packet: Discard finished packets when the queue is haltedqemu-kvm-1.2-f18Hans de Goede1-7/+11
2013-04-03ehci: Fixup q->qtdaddr after cancelling an already completed packetHans de Goede1-0/+4
2013-04-03ehci: Don't access packet after freeing itHans de Goede1-4/+5
2013-04-03qxl: Add rom_size compat property, fix migration from 1.2Cole Robinson2-5/+12
2013-04-03qxl: change rom size to 8192Alon Levy1-6/+7
2013-04-03pci-assign: Enable MSIX on device to match guestAlex Williamson1-2/+15
2013-04-03qxl: better vga init in enter_vga_modeGerd Hoffmann1-1/+1
2013-04-03vmware_vga: fix out of bounds and invalid rects updatingMichael Tokarev1-0/+18
2013-04-03iscsi: look for pkg-config file tooPaolo Bonzini1-1/+7
2013-04-03scsi: fix segfault with 0-byte diskPaolo Bonzini1-2/+2
2013-04-03Revert "serial: fix retry logic"Michael Tokarev1-3/+1
2013-04-03e1000: Discard oversized packets based on SBP|LPEMichael Contreras1-2/+5
2013-04-03seccomp: adding new syscalls (bugzilla 855162)Eduardo Otubo1-17/+139
2013-04-03libcacard: fix missing symbol in libcacard.soAlon Levy1-1/+1
2013-04-03configure: move vscclient binary under libcacardAlon Levy4-9/+14
2013-04-03libcacard: fix missing symbols in libcacard.soAlon Levy1-1/+1
2013-04-03dtrace backend: add function to reserved wordsAlon Levy1-1/+1
2013-04-03arm_boot: Change initrd load address to "halfway through RAM"Peter Maydell2-15/+27
2013-04-03configure: Add --disable-kvm-optionsCole Robinson1-1/+10
2013-04-03mips: Fix link error with 'piix4_pm_init'Cole Robinson1-0/+1
2013-04-03usb-redir: Don't make migration fail in none seamless caseHans de Goede1-4/+9
2013-04-03usb-redir: Change usbredir_open_chardev into usbredir_create_parserHans de Goede1-6/+5
2013-04-03usb-redir: Adjust pkg-config check for usbredirparser .pc file rename (v2)Hans de Goede1-3/+3
2013-04-03ehci: Fix interrupt packet MULT handlingHans de Goede1-20/+19
2013-04-03usb-redir: Revert usb-redir part of commit 93bfef4cHans de Goede1-1/+0
2013-04-03usb-redir: Add chardev open / close debug loggingHans de Goede1-0/+6
2013-04-03usb-redir: Add support for migrationHans de Goede1-3/+346
2013-04-03usb-redir: Store max_packet_size in endp_dataHans de Goede1-1/+3
2013-04-03usb-redir: Add an already_in_flight packet-id queueHans de Goede1-0/+43
2013-04-03usb-redir: Change cancelled packet code into a generic packet-id queueHans de Goede1-31/+71
2013-04-03xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann1-65/+75
2013-04-03xhci: support multiple interruptersGerd Hoffmann1-5/+1
2013-04-03xhci: pick target interrupterGerd Hoffmann1-6/+16
2013-04-03xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann1-43/+57
2013-04-03xhci: add XHCIInterrupterGerd Hoffmann2-148/+161
2013-04-03xhci: move register update into xhci_intr_raiseGerd Hoffmann1-9/+5
2013-04-03xhci: add msix supportGerd Hoffmann2-1/+49
2013-04-03xhci: rework interrupt handlingGerd Hoffmann1-14/+33
2013-04-03xhci: fix & cleanup msi.Gerd Hoffmann1-18/+9
2013-04-03usb-storage: usb3 supportGerd Hoffmann1-3/+43
2013-04-03usb3: bos decriptorGerd Hoffmann4-0/+141
2013-04-03usb3: superspeed endpoint companionGerd Hoffmann3-20/+62
2013-04-03usb3: superspeed descriptorsGerd Hoffmann2-1/+10
2013-04-03xhci: update port handlingGerd Hoffmann1-40/+97
2013-04-03xhci: update register layoutGerd Hoffmann1-8/+13
2013-04-03xhci: add trace_usb_xhci_ep_set_dequeueGerd Hoffmann2-1/+2
2013-04-03xhci: trace cc codes in cleartextGerd Hoffmann2-2/+48
2013-04-03xhci: iso xfer supportGerd Hoffmann1-16/+101
2013-04-03xhci: implement mfindexGerd Hoffmann1-7/+46
2013-04-03xhci: move device lookup into xhci_setup_packetGerd Hoffmann1-36/+38