aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-11-08hw/ppc/spapr_rng: Introduce CONFIG_SPAPR_RNG switch for spapr_rng.cThomas Huth3-24/+25
2018-11-08PPC: e500: convert SysBus init method to a realize methodCédric Le Goater1-8/+6
2018-11-08ppc4xx_pci: convert SysBus init method to a realize methodCédric Le Goater1-8/+6
2018-11-08ppc440_pcix: convert SysBus init method to a realize methodCédric Le Goater1-8/+6
2018-11-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181106'...Peter Maydell2-2/+5
2018-11-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell19-186/+713
2018-11-06hw/arm/exynos4210: Zero memory allocated for Exynos4210StatePeter Maydell1-1/+1
2018-11-06milkymist: Check for failure trying to load BIOS imagePeter Maydell1-1/+4
2018-11-05vhost-scsi: prevent using uninitialized vqsyuchenlin1-1/+1
2018-11-05piix_pci: fix i440fx data sheet linkLi Qiang1-1/+1
2018-11-05piix: use TYPE_FOO constants than string constatsLi Qiang1-4/+7
2018-11-05i440fx: use ARRAY_SIZE for pam_regionsLi Qiang1-2/+2
2018-11-05pci_bridge: fix typo in commentMao Zhongyi1-1/+1
2018-11-05hw/pci-bridge/ioh3420: Remove unuseful headerPhilippe Mathieu-Daudé2-7/+1
2018-11-05hw/pci-bridge/xio3130: Remove unused functionsPhilippe Mathieu-Daudé4-71/+2
2018-11-05hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned baseLaszlo Ersek2-2/+2
2018-11-05hw/pci-host/x86: extract get_pci_hole64_start_value() helpersLaszlo Ersek2-8/+22
2018-11-05pci-testdev: add optional memory barGerd Hoffmann1-0/+19
2018-11-05x86_iommu/amd: Enable Guest virtual APIC supportSingh, Brijesh2-7/+8
2018-11-05x86_iommu/amd: Add interrupt remap support when VAPIC is enabledSingh, Brijesh3-1/+106
2018-11-05i386: acpi: add IVHD device entry for IOAPICSingh, Brijesh1-1/+27
2018-11-05x86_iommu/amd: Add interrupt remap support when VAPIC is not enabledSingh, Brijesh3-2/+250
2018-11-05x86_iommu/amd: Prepare for interrupt remap supportSingh, Brijesh3-2/+123
2018-11-05x86_iommu/amd: make the address space naming consistent with intel-iommuSingh, Brijesh1-7/+27
2018-11-05x86_iommu/amd: remove V=1 check from amdvi_validate_dte()Singh, Brijesh1-3/+7
2018-11-05x86_iommu: move vtd_generate_msi_message in common fileSingh, Brijesh2-28/+28
2018-11-05x86_iommu: move the kernel-irqchip check in common codeSingh, Brijesh2-7/+9
2018-11-05vhost-user-blk: start vhost when guest kicksYongji Xie1-0/+25
2018-11-05intel_iommu: handle invalid ce for shadow syncPeter Xu1-0/+17
2018-11-05intel_iommu: move ce fetching out when sync shadowPeter Xu1-28/+13
2018-11-05intel_iommu: better handling of dmar state switchPeter Xu1-7/+14
2018-11-05intel_iommu: introduce vtd_reset_caches()Peter Xu1-4/+9
2018-11-05virtio-blk: fix comment for virtio_blk_rw_completeYaowei Bai1-2/+2
2018-11-05s390x/vfio-ap: report correct errorCornelia Huck1-1/+1
2018-11-02hw/arm: versal: Add a virtual Xilinx Versal boardEdgar E. Iglesias2-1/+495
2018-11-02hw/arm: versal: Add a model of Xilinx Versal SoCEdgar E. Iglesias2-0/+324
2018-11-02hw/arm/xilinx_zynq: Use the ARRAY_SIZE macroPhilippe Mathieu-Daudé1-1/+1
2018-11-02strongarm: mask off high[31:28] bits from dir and state registersPrasad J Pandit1-2/+2
2018-11-02hw/arm/nrf51_soc: Connect UART to nRF51 SoCJulia Suvorova2-0/+22
2018-11-02hw/char: Implement nRF51 SoC UARTJulia Suvorova3-0/+335
2018-11-02hw/arm/virt: Set VIRT_COMPAT_3_0 compatEric Auger1-0/+4
2018-11-01Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-10-29-2...Peter Maydell1-0/+1
2018-10-30tpm: Zero-init structure to avoid uninitialized variables in valgrind logStefan Berger1-0/+1
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell5-12/+17
2018-10-30Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181029-pull-request' ...Peter Maydell2-9/+24
2018-10-30milkymist-minimac2: Use qemu_log_mask(GUEST_ERROR) instead of error_reportPhilippe Mathieu-Daudé1-5/+10
2018-10-30ppc: move at24c to its own CONFIG_ symbolPaolo Bonzini1-1/+1
2018-10-29Merge remote-tracking branch 'remotes/kraxel/tags/audio-20181029-pull-request...Peter Maydell3-14/+17
2018-10-29Merge remote-tracking branch 'remotes/kraxel/tags/vga-20181029-pull-request' ...Peter Maydell3-8/+13
2018-10-29audio: use TYPE_MV88W8618_AUDIO instead of hardcoded stringMao Zhongyi2-2/+1