summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171114' int...Peter Maydell3-7/+36
2017-11-14Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-15/+16
2017-11-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171113'...Peter Maydell5-21/+45
2017-11-14xics/kvm: synchonize state before 'info pic'Greg Kurz2-0/+30
2017-11-14target/ppc: correct htab shift for hash on radixSam Bobroff1-7/+6
2017-11-13Merge remote-tracking branch 'remotes/kraxel/tags/vga-20171110-pull-request' ...Peter Maydell3-7/+18
2017-11-13hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota3-8/+8
2017-11-13xlnx-zcu102: Specify the max number of CPUs for the EP108Emilio G. Cota1-0/+1
2017-11-13xlnx-zcu102: Add an info message deprecating the EP108Alistair Francis1-0/+3
2017-11-13xlnx-zynqmp: Properly support the smp command line optionAlistair Francis2-11/+18
2017-11-13highbank: validate register offset before accessPrasad J Pandit1-2/+15
2017-11-13Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171109' into stagingPeter Maydell1-1/+1
2017-11-13Add new PCI ID for i82559aMike Nawrocki1-0/+13
2017-11-13Fix eepro100 simple transmission modeMike Nawrocki1-15/+3
2017-11-10vmsvga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-3/+2
2017-11-10vga: fix region checks in wraparound caseGerd Hoffmann1-2/+2
2017-11-10virtio-gpu: fix bug in host memory calculation.Tao Wu1-2/+14
2017-11-08s390x/pci: let pci devices start in configured modeChristian Borntraeger1-1/+1
2017-11-08e500: ppce500_init_mpic() return device instead of IRQ arrayMichael Davidsaver1-19/+13
2017-11-08hw/display/sm501: Fix comment in sm501_sysbus_class_init()Thomas Huth1-1/+1
2017-11-07hw/intc/arm_gicv3_its: Don't abort on table save failureEric Auger1-6/+2
2017-11-07hw/intc/arm_gicv3_its: Fix the VM termination in vm_change_state_handler()Shanker Donthineni1-2/+2
2017-11-07hw/arm: Mark the "fsl,imx31" device with user_creatable = falseThomas Huth1-1/+5
2017-11-07hw/arm: Mark the "fsl,imx25" device with user_creatable = falseThomas Huth1-1/+5
2017-11-07hw/arm: Mark the "fsl,imx6" device with user_creatable = falseThomas Huth1-1/+2
2017-11-069pfs: fix v9fs_mark_fids_unreclaim() return valueGreg Kurz1-1/+1
2017-11-069pfs: drop one user of struct V9fsFidStateGreg Kurz1-4/+4
2017-11-05pci-assign: RemovePaolo Bonzini5-1891/+4
2017-11-02Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell4-96/+131
2017-10-31ide: avoid referencing NULL dev in rotational rate settingDaniel P. Berrange1-1/+3
2017-10-31hw/ide/ahci: Move allwinner code into a separate fileThomas Huth3-95/+128
2017-10-31sun4m_iommu: remove legacy sparc_iommu_memory_rw() functionMark Cave-Ayland1-33/+0
2017-10-31sparc32_dma: switch over to using IOMMU memory region and DMA APIMark Cave-Ayland1-6/+11
2017-10-31sun4m: implement IOMMU translation using IOMMU memory regionMark Cave-Ayland1-0/+62
2017-10-31sparc32_dma: add len to esp/le DMA memory tracingMark Cave-Ayland2-8/+8
2017-10-31sparc32_dma: remove is_ledma hack and replace with memory region aliasMark Cave-Ayland1-14/+6
2017-10-31sparc32_dma: introduce new SPARC32_DMA type container objectMark Cave-Ayland2-34/+102
2017-10-31sparc32_dma: make lance device child of ledma deviceMark Cave-Ayland2-24/+29
2017-10-31lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland1-10/+1
2017-10-31sparc32_dma: make esp device child of espdma deviceMark Cave-Ayland2-11/+34
2017-10-31esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland1-13/+0
2017-10-31sparc32_dma: use object link instead of qdev property to pass IOMMU referenceMark Cave-Ayland2-10/+7
2017-10-31sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.hMark Cave-Ayland1-14/+0
2017-10-31sun4m: move DMA device wiring from sparc32_dma_init() to sun4m_hw_init()Mark Cave-Ayland1-13/+16
2017-10-31sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.hMark Cave-Ayland1-34/+0
2017-10-31sparc32_dma: split esp and le into separate DMA devicesMark Cave-Ayland2-14/+52
2017-10-31sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICEMark Cave-Ayland2-34/+35
2017-10-31hw/pci-host/gpex: Improve INTX to gsi routing error checkingEric Auger1-2/+8
2017-10-31msf2: Wire up SYSRESETREQ in SoC for system resetSubbaraya Sundeep1-0/+11
2017-10-31msf2: Remove dead code reported by CoveritySubbaraya Sundeep1-4/+14