aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-03-17hw/riscv: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2-4/+4
2020-03-17hw/dma: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2-3/+3
2020-03-17hw/display: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2-3/+4
2020-03-17hw/core: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé1-1/+2
2020-03-17hw/sparc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-2/+1
2020-03-17hw/sh4: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-2/+1
2020-03-17hw/riscv: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-3/+2
2020-03-17hw/ppc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2-4/+2
2020-03-17hw/pci-host: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-3/+2
2020-03-17hw/net: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-3/+2
2020-03-17hw/m68k: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-2/+1
2020-03-17hw/display: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2-6/+4
2020-03-17hw/arm: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé7-16/+8
2020-03-16exec/rom_reset: Free rom data during inmigrate skipDr. David Alan Gilbert1-9/+16
2020-03-16hw/usb/quirks: Use smaller types to reduce .rodata by 10KiBPhilippe Mathieu-Daudé2-11/+15
2020-03-16hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MBPhilippe Mathieu-Daudé1-14/+10
2020-03-16hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bssPhilippe Mathieu-Daudé1-1/+3
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi5-147/+23
2020-03-16ich9: Simplify ich9_lpc_initfnFelipe Franciosi1-10/+5
2020-03-16ich9: fix getter type for sci_int propertyFelipe Franciosi1-4/+2
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi5-14/+16
2020-03-16hw/i386/intel_iommu: Fix out-of-bounds access on guest IRTJan Kiszka1-0/+6
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé3-3/+3
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé11-16/+16
2020-03-16stdvga+bochs-display: add dummy mmio handlerGerd Hoffmann2-6/+6
2020-03-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200312'...Peter Maydell31-48/+4281
2020-03-12hw/arm/virt: kvm: allow gicv3 by default if v2 cannot workEric Auger1-1/+16
2020-03-12hw/arm/virt: kvm: Restructure finalize_gic_version()Eric Auger1-20/+66
2020-03-12target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger1-2/+9
2020-03-12hw/arm/virt: Introduce finalize_gic_version()Eric Auger1-21/+33
2020-03-12hw/arm/virt: Introduce VirtGICType enum typeEric Auger1-15/+15
2020-03-12hw/arm/virt: Document 'max' value in gic-version property descriptionEric Auger1-1/+2
2020-03-12hw/arm/allwinner: add RTC device supportNiek Linnenbank5-1/+432
2020-03-12hw/arm/allwinner-h3: add SDRAM controller deviceNiek Linnenbank5-3/+391
2020-03-12hw/arm/allwinner-h3: add Boot ROM supportNiek Linnenbank2-0/+22
2020-03-12hw/arm/allwinner-h3: add EMAC ethernet deviceNiek Linnenbank7-1/+904
2020-03-12hw/arm/allwinner: add SD/MMC host controllerNiek Linnenbank8-1/+919
2020-03-12hw/arm/allwinner: add Security Identifier deviceNiek Linnenbank5-1/+191
2020-03-12hw/arm/allwinner: add CPU Configuration moduleNiek Linnenbank4-1/+296
2020-03-12hw/arm/allwinner-h3: add System Control moduleNiek Linnenbank3-1/+149
2020-03-12hw/arm/allwinner-h3: add USB host controllerNiek Linnenbank4-0/+64
2020-03-12hw/arm/allwinner-h3: add Clock Control UnitNiek Linnenbank3-1/+251
2020-03-12hw/arm: add Xunlong Orange Pi PC machineNiek Linnenbank2-1/+93
2020-03-12hw/arm: add Allwinner H3 System-on-ChipNiek Linnenbank3-0/+336
2020-03-12hw/arm/fsl-imx25: Wire up USB controllersGuenter Roeck1-0/+24
2020-03-12hw/arm/fsl-imx25: Wire up eSDHC controllersGuenter Roeck2-0/+48
2020-03-12hw/arm/cubieboard: make sure SOC object isn't leakedIgor Mammedov1-0/+3
2020-03-12aspeed/smc: Fix User mode select/unselect schemeCédric Le Goater2-16/+24
2020-03-12aspeed/smc: Add some tracingCédric Le Goater2-0/+26
2020-03-12hw/intc/armv7m_nvic: Rebuild hflags on resetPeter Maydell1-0/+6