aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2017-11-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-11-16Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-11-15-1...Peter Maydell
2017-11-15tpm_tis: Return 0 for every register in case of failure modeStefan Berger
2017-11-15tpm_tis: Return TPM_VERSION_UNSPEC in case of BE failureStefan Berger
2017-11-15tpm-emulator: protect concurrent ctrl_chr accessMarc-André Lureau
2017-11-14Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171114' int...Peter Maydell
2017-11-14Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2017-11-14vhost-user-scsi: add missing virtqueue_size paramDariusz Stojaczyk
2017-11-14ioapic/tracing: Remove last DPRINTFsDr. David Alan Gilbert
2017-11-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171113'...Peter Maydell
2017-11-14xics/kvm: synchonize state before 'info pic'Greg Kurz
2017-11-14target/ppc: correct htab shift for hash on radixSam Bobroff
2017-11-13Merge remote-tracking branch 'remotes/kraxel/tags/vga-20171110-pull-request' ...Peter Maydell
2017-11-13hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota
2017-11-13xlnx-zcu102: Specify the max number of CPUs for the EP108Emilio G. Cota
2017-11-13xlnx-zcu102: Add an info message deprecating the EP108Alistair Francis
2017-11-13xlnx-zynqmp: Properly support the smp command line optionAlistair Francis
2017-11-13highbank: validate register offset before accessPrasad J Pandit
2017-11-13Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171109' into stagingPeter Maydell
2017-11-13Add new PCI ID for i82559aMike Nawrocki
2017-11-13Fix eepro100 simple transmission modeMike Nawrocki
2017-11-10vmsvga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé
2017-11-10vga: fix region checks in wraparound caseGerd Hoffmann
2017-11-10virtio-gpu: fix bug in host memory calculation.Tao Wu
2017-11-08s390x/pci: let pci devices start in configured modeChristian Borntraeger
2017-11-08e500: ppce500_init_mpic() return device instead of IRQ arrayMichael Davidsaver
2017-11-08hw/display/sm501: Fix comment in sm501_sysbus_class_init()Thomas Huth
2017-11-07hw/intc/arm_gicv3_its: Don't abort on table save failureEric Auger
2017-11-07hw/intc/arm_gicv3_its: Fix the VM termination in vm_change_state_handler()Shanker Donthineni
2017-11-07hw/arm: Mark the "fsl,imx31" device with user_creatable = falseThomas Huth
2017-11-07hw/arm: Mark the "fsl,imx25" device with user_creatable = falseThomas Huth
2017-11-07hw/arm: Mark the "fsl,imx6" device with user_creatable = falseThomas Huth
2017-11-069pfs: fix v9fs_mark_fids_unreclaim() return valueGreg Kurz
2017-11-069pfs: drop one user of struct V9fsFidStateGreg Kurz
2017-11-06Enable 8-byte wide MMIO for 16550 serial devicesMike Nawrocki
2017-11-05pci-assign: RemovePaolo Bonzini
2017-11-02Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2017-10-31ide: avoid referencing NULL dev in rotational rate settingDaniel P. Berrange
2017-10-31hw/ide/ahci: Move allwinner code into a separate fileThomas Huth
2017-10-31sun4m_iommu: remove legacy sparc_iommu_memory_rw() functionMark Cave-Ayland
2017-10-31sparc32_dma: switch over to using IOMMU memory region and DMA APIMark Cave-Ayland
2017-10-31sun4m: implement IOMMU translation using IOMMU memory regionMark Cave-Ayland
2017-10-31sparc32_dma: add len to esp/le DMA memory tracingMark Cave-Ayland
2017-10-31sparc32_dma: remove is_ledma hack and replace with memory region aliasMark Cave-Ayland
2017-10-31sparc32_dma: introduce new SPARC32_DMA type container objectMark Cave-Ayland
2017-10-31sparc32_dma: make lance device child of ledma deviceMark Cave-Ayland
2017-10-31lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland
2017-10-31sparc32_dma: make esp device child of espdma deviceMark Cave-Ayland
2017-10-31esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland
2017-10-31sparc32_dma: use object link instead of qdev property to pass IOMMU referenceMark Cave-Ayland