summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-01-11Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-1/+13
2013-01-11Merge remote-tracking branch 'kraxel/q35.1' into stagingAnthony Liguori3-13/+40
2013-01-11Merge remote-tracking branch 'afaerber-or/prep-up' into stagingAnthony Liguori4-32/+461
2013-01-11hw/pc.c: Fix converting of ioport_register* to MemoryRegionJulien Grall1-0/+12
2013-01-11Replace remaining gmtime, localtime by gmtime_r, localtime_rStefan Weil1-1/+1
2013-01-11pc: rename machine typesGerd Hoffmann2-6/+6
2013-01-11q35: add ich9 intel hda controllerGerd Hoffmann1-7/+34
2013-01-10virtio-scsi: abort in-flight I/O when the device is resetPaolo Bonzini1-0/+4
2013-01-10qdev: add qbus_reset_allPaolo Bonzini2-1/+18
2013-01-10Make all static TypeInfos constAndreas Färber247-335/+335
2013-01-10Merge branch 'master' of git://git.qemu.org/qemu into prep-upAndreas Färber646-12708/+32412
2013-01-10Merge remote-tracking branch 'awilliam/tags/qemu-1.4-vfio-20130109.0' into st...Anthony Liguori1-6/+28
2013-01-08vfio-pci: Loosen sanity checks to allow future featuresAlex Williamson1-2/+2
2013-01-08vfio-pci: Make host MSI-X enable track guestAlex Williamson1-4/+26
2013-01-08qdev: Don't assume existence of parent bus on unparentingAndreas Färber1-3/+5
2013-01-08qdev: Include qdev code into *-user, tooEduardo Habkost1-2/+7
2013-01-08Merge remote-tracking branch 'kraxel/usb.75' into stagingAnthony Liguori21-330/+3279
2013-01-08uhci: stop using portio listsGerd Hoffmann1-76/+30
2013-01-08usbredir: Add support for buffered bulk input (v2)Hans de Goede7-20/+2717
2013-01-07exynos4210: Add EHCI supportLiming Wang2-1/+8
2013-01-07usb/ehci: Add SysBus EHCI device for Exynos4210Andreas Färber2-0/+17
2013-01-07usb/ehci: Move capsbase and opregbase into SysBus EHCI classAndreas Färber2-2/+26
2013-01-07usb/ehci: Clean up SysBus and PCI EHCI splitAndreas Färber3-24/+60
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