aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2020-03-12hw/arm/virt: Introduce finalize_gic_version()Eric Auger
2020-03-12hw/arm/virt: Introduce VirtGICType enum typeEric Auger
2020-03-12hw/arm/allwinner: add RTC device supportNiek Linnenbank
2020-03-12hw/arm/allwinner-h3: add SDRAM controller deviceNiek Linnenbank
2020-03-12hw/arm/allwinner-h3: add Boot ROM supportNiek Linnenbank
2020-03-12hw/arm/allwinner-h3: add EMAC ethernet deviceNiek Linnenbank
2020-03-12hw/arm/allwinner: add SD/MMC host controllerNiek Linnenbank
2020-03-12hw/arm/allwinner: add Security Identifier deviceNiek Linnenbank
2020-03-12hw/arm/allwinner: add CPU Configuration moduleNiek Linnenbank
2020-03-12hw/arm/allwinner-h3: add System Control moduleNiek Linnenbank
2020-03-12hw/arm/allwinner-h3: add USB host controllerNiek Linnenbank
2020-03-12hw/arm/allwinner-h3: add Clock Control UnitNiek Linnenbank
2020-03-12hw/arm: add Allwinner H3 System-on-ChipNiek Linnenbank
2020-03-12hw/arm/fsl-imx25: Wire up USB controllersGuenter Roeck
2020-03-12hw/arm/fsl-imx25: Wire up eSDHC controllersGuenter Roeck
2020-03-09hw/i386/pc: Clean up includesPhilippe Mathieu-Daudé
2020-03-09hw/pci-host/q35: Remove unused includesPhilippe Mathieu-Daudé
2020-03-09hw/pci-host/q35: Include "qemu/range.h"Philippe Mathieu-Daudé
2020-03-09hw/i386/intel_iommu: Remove unused includesPhilippe Mathieu-Daudé
2020-03-09hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" headerPhilippe Mathieu-Daudé
2020-03-09hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé
2020-03-08pcie_root_port: Add hotplug disabling optionJulia Suvorova
2020-03-05hw/arm: versal: Add support for the LPD ADMAsEdgar E. Iglesias
2020-03-03Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf3' i...Peter Maydell
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-02-28hw/nmi: Fix the NMI() macro, based on INTERFACE_CHECK()Philippe Mathieu-Daudé
2020-02-28arm_gic: Mask the un-supported priority bitsSai Pavan Boddu
2020-02-28Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...Peter Maydell
2020-02-28Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200227' into st...Peter Maydell
2020-02-28multifd: Add multifd-compression parameterJuan Quintela
2020-02-27hw/riscv: Provide rdtime callback for TCG in CLINT emulationAnup Patel
2020-02-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-02-27xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant
2020-02-27hw/arm/virt: Add the virtio-iommu device tree mappingsEric Auger
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger
2020-02-27virtio-iommu: Implement attach/detach commandEric Auger
2020-02-27virtio-iommu: Add skeletonEric Auger
2020-02-25vhost-user-blk: convert to new virtio_delete_queuePan Nengyuan
2020-02-25vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini
2020-02-21arm: allwinner: Wire up USB portsGuenter Roeck
2020-02-21spapr: Don't use spapr_drc_needed() in CAS codeGreg Kurz
2020-02-21spapr: Allow changing offset for -kernel imageAlexey Kardashevskiy
2020-02-21spapr: Add Hcalls to support PAPR NVDIMM deviceShivaprasad G Bhat
2020-02-21spapr: Add NVDIMM device supportShivaprasad G Bhat
2020-02-21nvdimm: add uuid property to nvdimmShivaprasad G Bhat
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20hw/ide/internal: Remove unused DMARestartFunc typedefPhilippe Mathieu-Daudé
2020-02-19remove no longer used memory_region_allocate_system_memory()Igor Mammedov