aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2018-07-24target/arm: Provide accessor functions for HCR_EL2.{IMO,FMO,AMO}Peter Maydell
2018-07-24target/arm: Escalate to correct HardFault when AIRCR.BFHFNMINS is setPeter Maydell
2018-07-24hw/intc/arm_gicv3: Check correct HCR_EL2 bit when routing IRQPeter Maydell
2018-07-23hw/intc/exynos4210_gic: Turn instance_init into realize functionpull-target-arm-20180723Thomas Huth
2018-07-23hw/arm/spitz: Move problematic nand_init() code to realize functionThomas Huth
2018-07-23hw/sd/bcm2835_sdhost: Fix PIO mode writesGuenter Roeck
2018-07-23hw/microblaze/xlnx-zynqmp-pmu: Fix introspection problem in 'xlnx, zynqmp-pmu...Thomas Huth
2018-07-20e1000e: Prevent MSI/MSI-X stormsJan Kiszka
2018-07-19spike: Fix crash when introspecting the deviceAlistair Francis
2018-07-19riscv_hart: Fix crash when introspecting the deviceAlistair Francis
2018-07-19virt: Fix crash when introspecting the deviceAlistair Francis
2018-07-19sifive_u: Fix crash when introspecting the deviceAlistair Francis
2018-07-19sifive_e: Fix crash when introspecting the deviceAlistair Francis
2018-07-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-17i386: only parse the initrd_filename once for multiboot modulesDaniel P. Berrangé
2018-07-17i386: fix regression parsing multiboot initrd modulesDaniel P. Berrangé
2018-07-17hw/arm/xlnx-zynqmp: Fix crash when introspecting the "xlnx, zynqmp" deviceThomas Huth
2018-07-17hw/display/xlnx_dp: Move problematic code from instance_init to realizePaolo Bonzini
2018-07-17hw/arm/stm32f205_soc: Fix introspection problem with 'stm32f205-soc' deviceThomas Huth
2018-07-17hw/arm/allwinner-a10: Fix introspection problem with 'allwinner-a10'Thomas Huth
2018-07-17hw/*/realview: Fix introspection problem with 'realview_mpcore' & 'realview_gic'Thomas Huth
2018-07-17hw/cpu/arm11mpcore: Fix introspection problem with 'arm11mpcore_priv'Thomas Huth
2018-07-17hw/arm/fsl-imx31: Fix introspection problem with the "fsl, imx31" deviceThomas Huth
2018-07-17hw/arm/fsl-imx25: Fix introspection problem with the "fsl, imx25" deviceThomas Huth
2018-07-17hw/arm/fsl-imx7: Fix introspection problems with the "fsl, imx7" deviceThomas Huth
2018-07-17hw/arm/fsl-imx6: Fix introspection problems with the "fsl, imx6" deviceThomas Huth
2018-07-17hw/cpu/a9mpcore: Fix introspection problems with the "a9mpcore_priv" deviceThomas Huth
2018-07-17hw/arm/msf2-soc: Fix introspection problem with the "msf2-soc" deviceThomas Huth
2018-07-17hw/cpu/a15mpcore: Fix introspection problem with the a15mpcore_priv deviceThomas Huth
2018-07-17hw/arm/armv7: Fix crash when introspecting the "iotkit" deviceThomas Huth
2018-07-17hw/arm/bcm2836: Fix crash with device_add bcm2837 on unsupported machinesThomas Huth
2018-07-17hw/core/sysbus: Add a function for creating and attaching an objectThomas Huth
2018-07-16bcm2835_aux: Swap RX and TX interrupt assignmentsGuenter Roeck
2018-07-16hw/arm/bcm2836: Mark the bcm2836 / bcm2837 devices with user_creatable = falseThomas Huth
2018-07-16hw/intc/arm_gic: Fix handling of GICD_ITARGETSRPeter Maydell
2018-07-16hw/intc/arm_gic: Check interrupt number in gic_deactivate_irq()Peter Maydell
2018-07-16aspeed: Implement write-1-{set, clear} for AST2500 strappingAndrew Jeffery
2018-07-16virtio-scsi: fix hotplug ->reset() vs event raceStefan Hajnoczi
2018-07-16qdev: add HotplugHandler->post_plug() callbackStefan Hajnoczi
2018-07-16hw/char/serial: retry write if EAGAINMarc-André Lureau
2018-07-16PC Chipset: Improve serial divisor calculationCalvin Lee
2018-07-16hyperv: ensure VP index equal to QEMU cpu_indexRoman Kagan
2018-07-16hyperv: rename vcpu_id to vp_indexRoman Kagan
2018-07-16sm501: Fix warning about unreachable codeBALATON Zoltan
2018-07-16sam460ex: Correct use after free errorBALATON Zoltan
2018-07-16etsec: fix IRQ (un)maskingMichael Davidsaver
2018-07-16ppc/xics: fix ICP reset pathGreg Kurz
2018-07-16spapr: Correct inverted test in spapr_pc_dimm_node()David Gibson
2018-07-16sm501: Update screen on frame buffer address changeBALATON Zoltan
2018-07-12scsi-disk: Block Device Characteristics emulation fixDaniel Henrique Barboza