summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171114' int...Peter Maydell2017-11-143-7/+36
|\
| * xics/kvm: synchonize state before 'info pic'Greg Kurz2017-11-142-0/+30
| * target/ppc: correct htab shift for hash on radixSam Bobroff2017-11-141-7/+6Star
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2017-11-141-15/+16
|\ \
| * | Add new PCI ID for i82559aMike Nawrocki2017-11-131-0/+13
| * | Fix eepro100 simple transmission modeMike Nawrocki2017-11-131-15/+3Star
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171113'...Peter Maydell2017-11-145-21/+45
|\ \ \ | |_|/ |/| |
| * | hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota2017-11-133-8/+8
| * | xlnx-zcu102: Specify the max number of CPUs for the EP108Emilio G. Cota2017-11-131-0/+1
| * | xlnx-zcu102: Add an info message deprecating the EP108Alistair Francis2017-11-131-0/+3
| * | xlnx-zynqmp: Properly support the smp command line optionAlistair Francis2017-11-132-11/+18
| * | highbank: validate register offset before accessPrasad J Pandit2017-11-131-2/+15
* | | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20171110-pull-request' ...Peter Maydell2017-11-133-7/+18
|\ \ \ | |/ / |/| |
| * | vmsvga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé2017-11-101-3/+2Star
| * | vga: fix region checks in wraparound caseGerd Hoffmann2017-11-101-2/+2
| * | virtio-gpu: fix bug in host memory calculation.Tao Wu2017-11-101-2/+14
* | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171109' into stagingPeter Maydell2017-11-131-1/+1
|\ \ \ | |_|/ |/| |
| * | s390x/pci: let pci devices start in configured modeChristian Borntraeger2017-11-081-1/+1
| |/
* | e500: ppce500_init_mpic() return device instead of IRQ arrayMichael Davidsaver2017-11-081-19/+13Star
* | hw/display/sm501: Fix comment in sm501_sysbus_class_init()Thomas Huth2017-11-081-1/+1
|/
* hw/intc/arm_gicv3_its: Don't abort on table save failureEric Auger2017-11-071-6/+2Star
* hw/intc/arm_gicv3_its: Fix the VM termination in vm_change_state_handler()Shanker Donthineni2017-11-071-2/+2
* hw/arm: Mark the "fsl,imx31" device with user_creatable = falseThomas Huth2017-11-071-1/+5
* hw/arm: Mark the "fsl,imx25" device with user_creatable = falseThomas Huth2017-11-071-1/+5
* hw/arm: Mark the "fsl,imx6" device with user_creatable = falseThomas Huth2017-11-071-1/+2
* 9pfs: fix v9fs_mark_fids_unreclaim() return valueGreg Kurz2017-11-061-1/+1
* 9pfs: drop one user of struct V9fsFidStateGreg Kurz2017-11-061-4/+4
* pci-assign: RemovePaolo Bonzini2017-11-055-1891/+4Star
* Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2017-11-024-96/+131
|\
| * ide: avoid referencing NULL dev in rotational rate settingDaniel P. Berrange2017-10-311-1/+3
| * hw/ide/ahci: Move allwinner code into a separate fileThomas Huth2017-10-313-95/+128
* | sun4m_iommu: remove legacy sparc_iommu_memory_rw() functionMark Cave-Ayland2017-10-311-33/+0Star
* | sparc32_dma: switch over to using IOMMU memory region and DMA APIMark Cave-Ayland2017-10-311-6/+11
* | sun4m: implement IOMMU translation using IOMMU memory regionMark Cave-Ayland2017-10-311-0/+62
* | sparc32_dma: add len to esp/le DMA memory tracingMark Cave-Ayland2017-10-312-8/+8
* | sparc32_dma: remove is_ledma hack and replace with memory region aliasMark Cave-Ayland2017-10-311-14/+6Star
* | sparc32_dma: introduce new SPARC32_DMA type container objectMark Cave-Ayland2017-10-312-34/+102
* | sparc32_dma: make lance device child of ledma deviceMark Cave-Ayland2017-10-312-24/+29
* | lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland2017-10-311-10/+1Star
* | sparc32_dma: make esp device child of espdma deviceMark Cave-Ayland2017-10-312-11/+34
* | esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland2017-10-311-13/+0Star
* | sparc32_dma: use object link instead of qdev property to pass IOMMU referenceMark Cave-Ayland2017-10-312-10/+7Star
* | sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.hMark Cave-Ayland2017-10-311-14/+0Star
* | sun4m: move DMA device wiring from sparc32_dma_init() to sun4m_hw_init()Mark Cave-Ayland2017-10-311-13/+16
* | sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.hMark Cave-Ayland2017-10-311-34/+0Star
* | sparc32_dma: split esp and le into separate DMA devicesMark Cave-Ayland2017-10-312-14/+52
* | sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICEMark Cave-Ayland2017-10-312-34/+35
|/
* hw/pci-host/gpex: Improve INTX to gsi routing error checkingEric Auger2017-10-311-2/+8
* msf2: Wire up SYSRESETREQ in SoC for system resetSubbaraya Sundeep2017-10-311-0/+11
* msf2: Remove dead code reported by CoveritySubbaraya Sundeep2017-10-311-4/+14