summaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2020-03-17machine: Add SMP Sockets in CpuTopologyBabu Moger
2020-03-17hw/i386: Consolidate topology functionsBabu Moger
2020-03-17hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-03-17hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-03-17hw/arm/fsl-imx6: Wire up USB controllersGuenter Roeck
2020-03-17hw/arm/fsl-imx6ul: Wire up USB controllersGuenter Roeck
2020-03-17hw/arm/fsl-imx6ul: Fix USB interrupt numbersGuenter Roeck
2020-03-17hw/usb: Add basic i.MX USB Phy supportGuenter Roeck
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
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