summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2017-11-13hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota
2017-11-13xlnx-zcu102: Specify the max number of CPUs for the EP108Emilio G. Cota
2017-11-13xlnx-zcu102: Add an info message deprecating the EP108Alistair Francis
2017-11-13xlnx-zynqmp: Properly support the smp command line optionAlistair Francis
2017-11-13highbank: validate register offset before accessPrasad J Pandit
2017-11-13Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171109' into stagingPeter Maydell
2017-11-08s390x/pci: let pci devices start in configured modeChristian Borntraeger
2017-11-08e500: ppce500_init_mpic() return device instead of IRQ arrayMichael Davidsaver
2017-11-08hw/display/sm501: Fix comment in sm501_sysbus_class_init()Thomas Huth
2017-11-07hw/intc/arm_gicv3_its: Don't abort on table save failureEric Auger
2017-11-07hw/intc/arm_gicv3_its: Fix the VM termination in vm_change_state_handler()Shanker Donthineni
2017-11-07hw/arm: Mark the "fsl,imx31" device with user_creatable = falseThomas Huth
2017-11-07hw/arm: Mark the "fsl,imx25" device with user_creatable = falseThomas Huth
2017-11-07hw/arm: Mark the "fsl,imx6" device with user_creatable = falseThomas Huth
2017-11-069pfs: fix v9fs_mark_fids_unreclaim() return valueGreg Kurz
2017-11-069pfs: drop one user of struct V9fsFidStateGreg Kurz
2017-11-05pci-assign: RemovePaolo Bonzini
2017-11-02Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2017-10-31ide: avoid referencing NULL dev in rotational rate settingDaniel P. Berrange
2017-10-31hw/ide/ahci: Move allwinner code into a separate fileThomas Huth
2017-10-31sun4m_iommu: remove legacy sparc_iommu_memory_rw() functionMark Cave-Ayland
2017-10-31sparc32_dma: switch over to using IOMMU memory region and DMA APIMark Cave-Ayland
2017-10-31sun4m: implement IOMMU translation using IOMMU memory regionMark Cave-Ayland
2017-10-31sparc32_dma: add len to esp/le DMA memory tracingMark Cave-Ayland
2017-10-31sparc32_dma: remove is_ledma hack and replace with memory region aliasMark Cave-Ayland
2017-10-31sparc32_dma: introduce new SPARC32_DMA type container objectMark Cave-Ayland
2017-10-31sparc32_dma: make lance device child of ledma deviceMark Cave-Ayland
2017-10-31lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland
2017-10-31sparc32_dma: make esp device child of espdma deviceMark Cave-Ayland
2017-10-31esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland
2017-10-31sparc32_dma: use object link instead of qdev property to pass IOMMU referenceMark Cave-Ayland
2017-10-31sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.hMark Cave-Ayland
2017-10-31sun4m: move DMA device wiring from sparc32_dma_init() to sun4m_hw_init()Mark Cave-Ayland
2017-10-31sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.hMark Cave-Ayland
2017-10-31sparc32_dma: split esp and le into separate DMA devicesMark Cave-Ayland
2017-10-31sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICEMark Cave-Ayland
2017-10-31hw/pci-host/gpex: Improve INTX to gsi routing error checkingEric Auger
2017-10-31msf2: Wire up SYSRESETREQ in SoC for system resetSubbaraya Sundeep
2017-10-31msf2: Remove dead code reported by CoveritySubbaraya Sundeep
2017-10-31xlnx-zcu102: Specify the max number of CPUsAlistair Francis
2017-10-30Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20171030' into s...Peter Maydell
2017-10-30Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-10-30s390x/kvm: use cpu model for gscb on compat machinesChristian Borntraeger
2017-10-27x86: Skip check apic_id_limit for XenLan Tianyu
2017-10-27mips: r4k: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27mips: mipssim: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27mips: Magnum/Acer Pica 61: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27mips: fulong2e: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27mips: use object_new() instead of gnew()+object_initialize()Igor Mammedov