aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2018-08-06hw/intc/arm_gicv3_common: Move gicd shift bug handling to gicv3_post_loadfix-mig-3.0Peter Maydell
2018-08-06hw/intc/arm_gicv3_common: Move post_load hooks to top-level VMSDPeter Maydell
2018-08-03hw/intc/arm_gicv3_common: Combine duplicate .subsections in vmstate_gicv3_cpuPeter Maydell
2018-08-03hw/intc/arm_gicv3_common: Give no-migration-shift-bug subsection a needed fun...Peter Maydell
2018-07-31Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180731' into stagingPeter Maydell
2018-07-30s390x/sclp: fix maxram calculationChristian Borntraeger
2018-07-30hw/misc/tz-mpc: Zero the LUT on initialization, not just resetPeter Maydell
2018-07-30hw/arm/iotkit: Fix IRQ number for timer1Peter Maydell
2018-07-30armv7m_nvic: Fix m-security subsection namePeter Maydell
2018-07-30hw/arm/sysbus-fdt: Fix assertion in copy_properties_from_host()Geert Uytterhoeven
2018-07-30arm/smmuv3: Fix missing VMSD terminatorDr. David Alan Gilbert
2018-07-24audio/hda: Fix migrationDr. David Alan Gilbert
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