summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2014-08-29usb-ehci: add ehci-pci device exit functionGonglei
2014-08-29usb-ehci: add ehci unrealize funcitonGonglei
2014-08-29usb-ehci: add vmstate properity for EHCIStateGonglei
2014-08-29usb-uhci: clean up uhci resource when pci-uhci exitGonglei
2014-08-29usb-ohci: add exit functionGonglei
2014-08-29usb-ohci: Fix memory leak for ohci timerGonglei
2014-08-29usb: add usb_bus_release functionGonglei
2014-08-29Revert "xhci: Fix number of streams allocated when using streams"Gerd Hoffmann
2014-08-29xhci: use (1u << i)Gerd Hoffmann
2014-08-29Fix OHCI ISO TD state never being written back.Jack Un
2014-08-29xhci: fix debug print compiling errorGonglei
2014-08-29usb: Fix bootindex for portnr > 9Markus Armbruster
2014-08-29ide: Fix bootindex for bus_id > 9Markus Armbruster
2014-08-28intel-iommu: add IOTLB using hash tableLe Tan
2014-08-28intel-iommu: add context-cache to cache context-entryLe Tan
2014-08-28intel-iommu: add supports for queued invalidation interfaceLe Tan
2014-08-28intel-iommu: fix coding style issues around in q35.c and machine.cLe Tan
2014-08-28intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu...Le Tan
2014-08-28intel-iommu: add DMAR table to ACPI tablesLe Tan
2014-08-28intel-iommu: introduce Intel IOMMU (VT-d) emulationLe Tan
2014-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan
2014-08-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-28Merge remote-tracking branch 'remotes/kvm/tags/for-upstream' into stagingPeter Maydell
2014-08-27mc146818rtc: reinitialize irq_reinject_on_ack_count on resetPaolo Bonzini
2014-08-26virtio-scsi: Report error if num_queues is 0 or too largeFam Zheng
2014-08-26scsi-generic: remove superfluous DPRINTF avoid to break compilingGonglei
2014-08-26scsi-bus: Convert DeviceClass init to realizeFam Zheng
2014-08-26block: Pass errp in blkconf_geometryFam Zheng
2014-08-26Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014082...Peter Maydell
2014-08-25vfio: Enable NVIDIA 88000 region quirk regardless of VGAAlex Williamson
2014-08-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-08-25spapr: Add support for new NMI interfaceAlexey Kardashevskiy
2014-08-25s390x: Migrate to new NMI interfaceAlexey Kardashevskiy
2014-08-25s390x: Convert QEMUMachine to MachineClassAlexey Kardashevskiy
2014-08-25cpus: Define callback for QEMU "nmi" commandAlexey Kardashevskiy
2014-08-25pcie: fix trailing whitespaceMichael S. Tsirkin
2014-08-25ioh3420: Enable ARI forwardingKnut Omang
2014-08-25ioh3420: Remove obsoleted, unused ioh3420_init functionKnut Omang
2014-08-25pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*Knut Omang
2014-08-25pcie: Fix incorrect write to the ari capability next function fieldKnut Omang
2014-08-25ssdt-tpm: add generated hex file to gitMichael S. Tsirkin
2014-08-25Add ACPI tables for TPMStefan Berger
2014-08-25pc: reserve more memory for ACPI for new machine typesMichael S. Tsirkin
2014-08-25pcihp: fix possible array out of boundsGonglei
2014-08-25pci_bridge: manually destroy memory regions within PCIBridgeWindowsPaolo Bonzini
2014-08-24vmxnet3: Pad short frames to minimum size (60 bytes)Ben Draper
2014-08-24dma: axidma: Variablise repeated s->streams[i] sub-exprPeter Crosthwaite
2014-08-24microblaze: ml605: Get rid of ddr_base variablePeter Crosthwaite
2014-08-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-08-20virtio-blk: fix reference a pointer which might be freedzhanghailiang