summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-31xlnx-zcu102: Specify the max number of CPUsAlistair Francis1-0/+1
2017-10-30Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20171030' into s...Peter Maydell1-8/+0
2017-10-30Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell27-171/+97
2017-10-30s390x/kvm: use cpu model for gscb on compat machinesChristian Borntraeger1-8/+0
2017-10-27x86: Skip check apic_id_limit for XenLan Tianyu1-1/+1
2017-10-27mips: r4k: replace cpu_model with cpu_typeIgor Mammedov1-9/+7
2017-10-27mips: mipssim: replace cpu_model with cpu_typeIgor Mammedov1-9/+6
2017-10-27mips: Magnum/Acer Pica 61: replace cpu_model with cpu_typeIgor Mammedov1-5/+3
2017-10-27mips: fulong2e: replace cpu_model with cpu_typeIgor Mammedov1-5/+2
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov3-26/+22
2017-10-27mips: use object_new() instead of gnew()+object_initialize()Igor Mammedov2-4/+2
2017-10-27sparc: leon3: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-27sparc: sparc: use generic cpu_model parsingIgor Mammedov1-17/+12
2017-10-27sparc: sun4u/sun4v/niagara: use generic cpu_model parsingIgor Mammedov3-13/+7
2017-10-27tricore: use generic cpu_model parsingIgor Mammedov1-4/+2
2017-10-27unicore32: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-27xtensa: lx60/lx200/ml605/kc705: use generic cpu_model parsingIgor Mammedov1-6/+5
2017-10-27xtensa: sim: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-27sh4: shix: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27sh4: r2d: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-27openrisc: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-27moxie: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite"Igor Mammedov1-1/+1
2017-10-27m68k: mcf5208: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27m68k: an5206: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27lm32: lm32_boards: use generic cpu_model parsingIgor Mammedov1-10/+4
2017-10-27lm32: milkymist: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27cris: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27alpha: use generic cpu_model parsingIgor Mammedov1-2/+2
2017-10-26xen: Log errno rather than return valueRoss Lagerwall1-1/+1
2017-10-26xen: dont try setting max grants multiple timesJuergen Gross1-4/+12
2017-10-26xen: add a global indicator for grant copy being availableJuergen Gross2-12/+17
2017-10-26Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-24-1...Peter Maydell1-0/+2
2017-10-25tpm: print buffers received from TPM when debuggingStefan Berger1-0/+2
2017-10-24Merge remote-tracking branch 'remotes/kraxel/tags/input-20171023-pull-request...Peter Maydell2-37/+173