summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-01-07xhci: call set-address with dummy usbpacketGerd Hoffmann1-1/+6
2013-01-07usb-redir: Add debugging to bufpq save / restoreHans de Goede1-3/+11
2013-01-07usbredir: Add usbredir_init_endpoints() helperHans de Goede1-9/+13
2013-01-07usbredir: Verify we have 32 bits bulk length cap when redirecting to xhciHans de Goede1-0/+2
2013-01-07usbredir: Add ep_stopped USBDevice methodHans de Goede1-0/+9
2013-01-07usbredir: Add USBEP2I and I2USBEP helper macrosHans de Goede1-3/+7
2013-01-07usbredir: Add an usbredir_stop_ep helper functionHans de Goede1-22/+19
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede6-5/+68
2013-01-07usb: Fix usb_ep_find_packet_by_idHans de Goede1-1/+1
2013-01-07hid: Change idle handling to use a timerHans de Goede3-13/+43
2013-01-07uhci: Maximize how many frames we catch up when behindHans de Goede1-0/+8
2013-01-07uhci: Limit amount of frames processed in one goHans de Goede1-16/+27
2013-01-07uhci: Add a QH_VALID defineHans de Goede1-4/+5
2013-01-07uhci: Fix pending interrupts getting lost on migrationHans de Goede1-1/+2
2013-01-07uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede1-11/+13
2013-01-07ehci: Don't call commit_irq after raising PCDHans de Goede1-2/+0
2013-01-07ehci: Further speedup rescanning if async schedule after raising an interruptHans de Goede1-1/+4
2013-01-07ehci: Use uframe precision for interrupt threshold checking (v2)Hans de Goede1-23/+47
2013-01-07ehci: Verify a queue's ep direction does not changeHans de Goede2-0/+20
2013-01-07ehci: Add an ehci_get_pid helper functionHans de Goede1-16/+16
2013-01-07ehci: Verify qtd for async completed packetsHans de Goede1-14/+1
2013-01-07ehci: writeback_async_complete_packet: verify qh and qtdHans de Goede1-0/+14
2013-01-07ehci: Move get / put_dwords upwardsHans de Goede1-42/+42
2013-01-07ehci: Verify guest does not change the token of inflight qtd-sHans de Goede1-6/+4
2013-01-07ehci: Add ehci_verify_qh and ehci_verify_qtd helper functionsHans de Goede1-16/+35
2013-01-07ehci: Add a ehci_writeback_async_complete_packet helper functionHans de Goede1-11/+17
2013-01-07rtl8139: preserve link state across device resetAmos Kong1-1/+2
2013-01-07e1000: no need auto-negotiation if link was downAmos Kong1-0/+5
2013-01-07e1000: Discard oversized packets based on SBP|LPEMichael Contreras1-2/+5
2013-01-06Revert "virtio-pci: replace byte swap hack"Blue Swirl1-1/+16
2013-01-06virtio-pci: replace byte swap hackBlue Swirl1-16/+1
2013-01-05hw/i386: Fix broken build for non POSIX hostsStefan Weil1-0/+5
2013-01-04Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori3-2/+6
2013-01-04Merge remote-tracking branch 'kraxel/testdev.1' into stagingAnthony Liguori5-49/+283
2013-01-04hw/mcf5206: Reduce size of lookup tableStefan Weil1-1/+1
2013-01-04pseries: Remove unneeded include statement (fixes MinGW builds)Stefan Weil1-1/+1
2013-01-04pc_sysfw: Check for qemu_find_file() failureMarkus Armbruster1-0/+4
2013-01-04pc: remove bochs bios debug portsGerd Hoffmann1-41/+0
2013-01-04hw: Add test device for unittests executionLucas Meneghel Rodrigues2-0/+183
2013-01-04add isa-debug-exit device.Gerd Hoffmann2-1/+76
2013-01-04switch debugcon to memory apiGerd Hoffmann1-7/+24
2013-01-04apci: assign memory regions to ich9 lpc deviceGerd Hoffmann3-4/+8
2013-01-04apci: assign memory regions to piix4 acpi deviceGerd Hoffmann1-7/+13
2013-01-04acpi: autoload dsdtGerd Hoffmann4-0/+26
2013-01-03dataplane: use linux-headers/ for virtio includesStefan Hajnoczi2-4/+3
2013-01-02Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori15-5/+1527
2013-01-02virtio-blk: Return UNSUPP for unknown request typesAlexey Zaytsev1-1/+5
2013-01-02virtio-blk: add x-data-plane=on|off performance featureStefan Hajnoczi2-1/+46
2013-01-02dataplane: add virtio-blk data plane codeStefan Hajnoczi4-1/+496
2013-01-02virtio-blk: restore VirtIOBlkConf->config_wce flagStefan Hajnoczi3-2/+6