summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/registerfields: add missing includePhilippe Mathieu-Daudé2017-12-181-0/+2
* hw/registerfields: add 64-bit extract/deposit macrosPhilippe Mathieu-Daudé2017-12-181-0/+11
* hw/registerfields: fix a typo in the FIELD() documentationPhilippe Mathieu-Daudé2017-12-181-1/+1
* Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-15-1...Peter Maydell2017-12-171-0/+3
|\
| * qdev: add DEFINE_PROP_TPMBEMarc-André Lureau2017-12-151-0/+3
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171215-v2' into sta...Peter Maydell2017-12-152-10/+6Star
|\ \
| * | s390x/css: unrestrict cssidsHalil Pasic2017-12-141-8/+4Star
| * | s390x/tcg: rip out dead tpi codeDavid Hildenbrand2017-12-141-1/+0Star
| * | s390x: introduce 2.12 compat machineCornelia Huck2017-12-141-0/+3
| |/
* | spapr: fix LSI interrupt specifiers in the device treeGreg Kurz2017-12-141-0/+10
* | spapr: introduce a spapr_qirq() helperCédric Le Goater2017-12-144-3/+3
* | spapr: move the IRQ allocation routines under the machineCédric Le Goater2017-12-142-4/+6
* | ppc/xics: introduce an icp_create() helperCédric Le Goater2017-12-141-0/+3
* | spapr_cpu_core: instantiate CPUs separatelyGreg Kurz2017-12-141-1/+1
* | spapr: Add pseries-2.12 machine typeDavid Gibson2017-12-141-0/+2
|/
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20171214' into s...Peter Maydell2017-12-141-1/+0Star
|\
| * hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth2017-12-141-1/+0Star
* | xilinx_spips: Set all of the reset valuesAlistair Francis2017-12-131-1/+1
* | nvic: Make systick bankedPeter Maydell2017-12-131-1/+3
* | xlnx-zcu102: Add support for the ZynqMP QSPIFrancisco Iglesias2017-12-131-0/+5
* | xilinx_spips: Add support for the ZynqMP Generic QSPIFrancisco Iglesias2017-12-131-1/+31
* | xilinx_spips: Add support for zero pumpingFrancisco Iglesias2017-12-131-0/+2
* | xilinx_spips: Add support for RX discard and RX drainFrancisco Iglesias2017-12-131-0/+6
* | xilinx_spips: Move FlashCMD, XilinxQSPIPS and XilinxSPIPSClassFrancisco Iglesias2017-12-131-0/+34
|/
* virtio: Add queue interface to restore avail index from vring used indexMaxime Coquelin2017-12-011-0/+1
* i386/msi: Correct mask of destination ID in MSI addressChao Gao2017-12-011-1/+1
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171120'...Peter Maydell2017-11-211-0/+3
|\
| * hw/arm/aspeed: Unlock SCU when running kernelJoel Stanley2017-11-201-0/+3
* | Revert "Add new PCI ID for i82559a"Jason Wang2017-11-202-5/+0Star
|/
* NUMA: Enable adding NUMA node implicitlyDou Liyang2017-11-161-0/+1
* hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum2017-11-162-1/+10
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171114' int...Peter Maydell2017-11-141-0/+2
|\
| * xics/kvm: synchonize state before 'info pic'Greg Kurz2017-11-141-0/+2
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2017-11-142-0/+5
|\ \
| * | Add new PCI ID for i82559aMike Nawrocki2017-11-132-0/+5
| |/
* / hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota2017-11-131-0/+5
|/
* pci-assign: RemovePaolo Bonzini2017-11-051-27/+0Star
* sun4m: change TYPE_SUN4M_IOMMU macro from "iommu" to "sun4m-iommu"Mark Cave-Ayland2017-10-311-1/+1
* sun4m_iommu: remove legacy sparc_iommu_memory_rw() functionMark Cave-Ayland2017-10-311-16/+0Star
* sun4m: implement IOMMU translation using IOMMU memory regionMark Cave-Ayland2017-10-311-0/+5
* sparc32_dma: remove is_ledma hack and replace with memory region aliasMark Cave-Ayland2017-10-311-1/+1
* sparc32_dma: introduce new SPARC32_DMA type container objectMark Cave-Ayland2017-10-311-0/+12
* sparc32_dma: make lance device child of ledma deviceMark Cave-Ayland2017-10-311-0/+3
* lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland2017-10-311-0/+45
* sparc32_dma: make esp device child of espdma deviceMark Cave-Ayland2017-10-311-0/+3
* esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland2017-10-311-0/+14
* sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.hMark Cave-Ayland2017-10-311-0/+16
* sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.hMark Cave-Ayland2017-10-311-0/+37
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20171030' into s...Peter Maydell2017-10-301-3/+0Star
|\
| * s390x/kvm: use cpu model for gscb on compat machinesChristian Borntraeger2017-10-301-3/+0Star