aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell62-327/+190
2020-03-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200317'...Peter Maydell11-33/+370
2020-03-17hw/arm: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé10-39/+40
2020-03-17hw/arm: Remove unnecessary memory_region_set_readonly() on ROM aliasPhilippe Mathieu-Daudé3-3/+0
2020-03-17hw/ppc/ppc405: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-4/+2
2020-03-17hw/arm/stm32: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2-6/+2
2020-03-17hw/char: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé1-3/+4
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-17Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200317-pull-request' ...Peter Maydell1-36/+59
2020-03-17hw/arm/pxa2xx: Do not wire up OHCI for PXA255Guenter Roeck1-3/+0
2020-03-17aspeed/smc: Fix number of dummy cycles for FAST_READ_4 commandGuenter Roeck1-1/+1
2020-03-17m25p80: Improve command handling for unsupported commandsGuenter Roeck1-0/+5
2020-03-17m25p80: Improve command handling for Jedec commandsGuenter Roeck1-1/+4
2020-03-17m25p80: Convert to support tracingGuenter Roeck2-26/+38
2020-03-17hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()Chen Qun1-2/+4
2020-03-17hw/arm/fsl-imx6: Wire up USB controllersGuenter Roeck1-0/+36
2020-03-17hw/arm/fsl-imx6ul: Wire up USB controllersGuenter Roeck1-0/+35
2020-03-17hw/arm/fsl-imx6ul: Instantiate unimplemented pwm and can devicesGuenter Roeck1-0/+14
2020-03-17hw/usb: Add basic i.MX USB Phy supportGuenter Roeck4-0/+233
2020-03-17usb-serial: Fix timeout closing the deviceJason Andryuk1-1/+1
2020-03-17usb-serial: Increase receive buffer to 496Jason Andryuk1-1/+1
2020-03-17usb-serial: chunk data to wMaxPacketSizeJason Andryuk1-18/+29
2020-03-17usb-serial: Move USB_TOKEN_IN into a helper functionJason Andryuk1-34/+46
2020-03-16riscv: sifive_u: Update BIOS_FILENAME for 32-bitBin Meng1-1/+5
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