aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-02pci: avoid losing config updates to MSI/MSIX cap regsKnut Omang1-3/+4
2014-09-02virtio-net: don't run bh on vm stoppedMichael S. Tsirkin1-2/+12
2014-09-02ioh3420: remove unused ioh3420_init() declarationGonglei1-4/+0
2014-09-02vhost_net: cleanup start/stop conditionMichael S. Tsirkin1-8/+0
2014-08-28intel-iommu: add IOTLB using hash tableLe Tan3-7/+251
2014-08-28intel-iommu: add context-cache to cache context-entryLe Tan4-35/+199
2014-08-28intel-iommu: add supports for queued invalidation interfaceLe Tan2-7/+393
2014-08-28intel-iommu: fix coding style issues around in q35.c and machine.cLe Tan2-8/+13
2014-08-28intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu...Le Tan6-1/+74
2014-08-28intel-iommu: add DMAR table to ACPI tablesLe Tan2-0/+79
2014-08-28intel-iommu: introduce Intel IOMMU (VT-d) emulationLe Tan4-0/+1680
2014-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan5-5/+8
2014-08-25pcie: fix trailing whitespaceMichael S. Tsirkin1-1/+1
2014-08-25ioh3420: Enable ARI forwardingKnut Omang1-0/+2
2014-08-25ioh3420: Remove obsoleted, unused ioh3420_init functionKnut Omang1-24/+0
2014-08-25pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*Knut Omang4-10/+13
2014-08-25pcie: Fix incorrect write to the ari capability next function fieldKnut Omang1-1/+1
2014-08-25ssdt-tpm: add generated hex file to gitMichael S. Tsirkin1-0/+95
2014-08-25Add ACPI tables for TPMStefan Berger7-8/+138
2014-08-25pc: reserve more memory for ACPI for new machine typesMichael S. Tsirkin4-3/+13
2014-08-25pcihp: fix possible array out of boundsGonglei1-1/+1
2014-08-25pci_bridge: manually destroy memory regions within PCIBridgeWindowsPaolo Bonzini1-0/+6
2014-08-20hostmem: set MPOL_MF_MOVEMichael S. Tsirkin1-1/+1
2014-08-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140819'...Peter Maydell19-88/+563
2014-08-19Revert "memory: Use canonical path component as the name"Peter Maydell2-1/+4
2014-08-19arm: stellaris: Remove misleading address_space_mem varPeter Crosthwaite1-2/+1
2014-08-19arm: armv7m: Rename address_space_mem -> system_memoryPeter Crosthwaite2-5/+5
2014-08-19aarch64: Allow -kernel option to take a gzip-compressed kernel.Richard W.M. Jones1-0/+7
2014-08-19loader: Add load_image_gzipped function.Richard W.M. Jones2-0/+49
2014-08-19arm: cortex-a9: Fix cache-line size and associativityPeter Crosthwaite1-2/+2
2014-08-19arm/virt: Use PSCI v0.2 function IDs in the DT when KVM uses PSCI v0.2Christoffer Dall2-5/+53
2014-08-19target-arm: Rename QEMU PSCI v0.1 definitionsChristoffer Dall2-15/+15
2014-08-19target-arm: Implement MDSCR_EL1 as having statePeter Maydell1-1/+3
2014-08-19target-arm: Implement ARMv8 single-stepping for AArch32 codePeter Maydell2-2/+95
2014-08-19target-arm: Implement ARMv8 single-step handling for A64 codePeter Maydell6-5/+131
2014-08-19target-arm: A64: Avoid duplicate exit_tb(0) in non-linked goto_tbPeter Maydell1-2/+3
2014-08-19target-arm: Set PSTATE.SS correctly on exception return from AArch64Peter Maydell2-0/+81
2014-08-19target-arm: Correctly handle PSTATE.SS when taking exception to AArch32Peter Maydell1-0/+4
2014-08-19target-arm: Don't allow AArch32 to access RES0 CPSR bitsPeter Maydell3-9/+18
2014-08-19target-arm: Adjust debug ID registers per-CPUPeter Maydell4-7/+31
2014-08-19target-arm: Provide both 32 and 64 bit versions of debug registersPeter Maydell1-14/+20
2014-08-19target-arm: Allow STATE_BOTH reginfo descriptions for more than cp14Peter Maydell1-3/+8
2014-08-19target-arm: Collect up the debug cp register definitionsPeter Maydell1-32/+53
2014-08-19target-arm: Fix return address for A64 BRK instructionsPeter Maydell1-1/+1
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell62-308/+183
2014-08-19Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell4-25/+17
2014-08-18monitor: fix use after freeMichael S. Tsirkin3-6/+7
2014-08-18dump.c: Fix memory leak issue in cleanup processing for dump_init()Chen Gang1-13/+5
2014-08-18monitor: Remove hardcoded watchdog event namesHani Benhabiles1-6/+5
2014-08-18Merge remote-tracking branch 'remotes/amit/for-2.2' into stagingPeter Maydell2-0/+34