summaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2017-12-01virtio: Add queue interface to restore avail index from vring used indexMaxime Coquelin1-0/+1
2017-12-01i386/msi: Correct mask of destination ID in MSI addressChao Gao1-1/+1
2017-11-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171120'...Peter Maydell1-0/+3
2017-11-20hw/arm/aspeed: Unlock SCU when running kernelJoel Stanley1-0/+3
2017-11-20Revert "Add new PCI ID for i82559a"Jason Wang2-5/+0
2017-11-16NUMA: Enable adding NUMA node implicitlyDou Liyang1-0/+1
2017-11-16hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum2-1/+10
2017-11-14Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171114' int...Peter Maydell1-0/+2
2017-11-14Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-0/+5
2017-11-14xics/kvm: synchonize state before 'info pic'Greg Kurz1-0/+2
2017-11-13hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota1-0/+5
2017-11-13Add new PCI ID for i82559aMike Nawrocki2-0/+5
2017-11-05pci-assign: RemovePaolo Bonzini1-27/+0
2017-10-31sun4m: change TYPE_SUN4M_IOMMU macro from "iommu" to "sun4m-iommu"Mark Cave-Ayland1-1/+1
2017-10-31sun4m_iommu: remove legacy sparc_iommu_memory_rw() functionMark Cave-Ayland1-16/+0
2017-10-31sun4m: implement IOMMU translation using IOMMU memory regionMark Cave-Ayland1-0/+5
2017-10-31sparc32_dma: remove is_ledma hack and replace with memory region aliasMark Cave-Ayland1-1/+1
2017-10-31sparc32_dma: introduce new SPARC32_DMA type container objectMark Cave-Ayland1-0/+12
2017-10-31sparc32_dma: make lance device child of ledma deviceMark Cave-Ayland1-0/+3
2017-10-31lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland1-0/+45
2017-10-31sparc32_dma: make esp device child of espdma deviceMark Cave-Ayland1-0/+3
2017-10-31esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland1-0/+14
2017-10-31sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.hMark Cave-Ayland1-0/+16
2017-10-31sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.hMark Cave-Ayland1-0/+37
2017-10-30Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20171030' into s...Peter Maydell1-3/+0
2017-10-30Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2-3/+2
2017-10-30s390x/kvm: use cpu model for gscb on compat machinesChristian Borntraeger1-3/+0
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov1-1/+1
2017-10-27sparc: sun4u/sun4v/niagara: use generic cpu_model parsingIgor Mammedov1-2/+1
2017-10-26xen: add a global indicator for grant copy being availableJuergen Gross1-0/+1
2017-10-20s390x: refactor error handling for MSCH handlerHalil Pasic1-1/+1
2017-10-20s390x: refactor error handling for HSCH handlerHalil Pasic1-1/+1
2017-10-20s390x: refactor error handling for CSCH handlerHalil Pasic1-1/+1
2017-10-20s390x: refactor error handling for XSCH handlerHalil Pasic1-1/+1
2017-10-20s390x: improve error handling for SSCH and RSCHHalil Pasic2-7/+18
2017-10-20s390x/css: IO instr handler ending controlHalil Pasic1-0/+16
2017-10-20s390x/event-facility: variable-length event masksCornelia Huck1-4/+16
2017-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-0/+9
2017-10-18qdev: store DeviceState's canonical path to use when unparentingMichael Roth1-0/+1
2017-10-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171017' int...Peter Maydell5-14/+13
2017-10-17ppc: pnv: drop PnvChipClass::cpu_model fieldIgor Mammedov2-2/+0
2017-10-17ppc: pnv: drop PnvCoreClass::cpu_oc fieldIgor Mammedov1-1/+0
2017-10-17ppc: pnv: normalize core/chip type namesIgor Mammedov2-4/+9
2017-10-17ppc: pnv: use generic cpu_model parsingIgor Mammedov1-4/+4
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov2-2/+1
2017-10-17ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov1-1/+0
2017-10-17ppc: spapr: use cpu type name directlyIgor Mammedov1-1/+1
2017-10-17ppc: spapr: define core types staticallyIgor Mammedov1-0/+2
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov1-1/+0
2017-10-17ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()Igor Mammedov1-2/+0