aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-09-16elf-ops.h: fix int overflow in load_elf()Stefano Garzarella1-0/+2
2019-09-16hw/i386: Move CONFIG_ACPI_PCI to CONFIG_PCCole Robinson1-0/+1
2019-09-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190913'...Peter Maydell7-98/+1292
2019-09-13aspeed/scu: Introduce a aspeed_scu_get_apb_freq() routineCédric Le Goater2-17/+11
2019-09-13aspeed/scu: Introduce per-SoC SCU typesCédric Le Goater2-37/+49
2019-09-13aspeed/smc: Calculate checksum on normal DMAChristian Svensson1-0/+1
2019-09-13aspeed/smc: Inject errors in DMA checksumCédric Le Goater1-0/+36
2019-09-13aspeed/smc: Add DMA calibration settingsCédric Le Goater1-1/+63
2019-09-13aspeed/smc: Add support for DMAsCédric Le Goater3-6/+220
2019-09-13aspeed: Use consistent typenamesCédric Le Goater2-19/+18
2019-09-13aspeed: Remove unused SoC definitionsCédric Le Goater1-26/+0
2019-09-13aspeed: add a GPIO controller to the SoCRashmica Gupta1-0/+17
2019-09-13hw/gpio: Add basic Aspeed GPIO model for AST2400 and AST2500Rashmica Gupta2-0/+885
2019-09-13Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-sep-12-2019' ...Peter Maydell1-14/+33
2019-09-13Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190912a'...Peter Maydell5-7/+4
2019-09-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-0/+3
2019-09-12hw/mips/mips_jazz: Remove no-longer-necessary override of do_unassigned_accessPeter Maydell1-23/+4
2019-09-12hw/mips/mips_jazz: Override do_transaction_failed hookPeter Maydell1-8/+46
2019-09-12migration: register_savevm_live doesn't need devDr. David Alan Gilbert4-4/+4
2019-09-12hw/net/vmxnet3: Fix leftover unregister_savevmDr. David Alan Gilbert1-3/+0
2019-09-10hw/misc: Mark most objects as "common" code to speed up compilation a litte bitThomas Huth1-45/+45
2019-09-07m68k: Add serial controller to the NeXTcube machineThomas Huth2-2/+40
2019-09-07escc: introduce a selector for the register bitLaurent Vivier1-6/+24
2019-09-07m68k: Add NeXTcube machineThomas Huth2-1/+942
2019-09-07m68k: Add NeXTcube keyboard deviceThomas Huth2-0/+292
2019-09-07m68k: Add NeXTcube framebuffer device emulationThomas Huth3-0/+151
2019-09-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-12/+25
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell4-16/+30
2019-09-04Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell43-236/+212
2019-09-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190903'...Peter Maydell17-55/+81
2019-09-04virtio-pci: Add Function Level Reset supportJulia Suvorova3-1/+17
2019-09-04virtio-rng: change default backend to rng-builtinLaurent Vivier1-2/+1
2019-09-04virtio-rng: Keep the default backend out of VirtIORNGConfMarkus Armbruster1-11/+9
2019-09-04Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190829-pull-request' ...Peter Maydell2-14/+26
2019-09-03migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia1-4/+11
2019-09-03x86: do not advertise die-id in query-hotpluggbale-cpus if '-smp dies' is not...Igor Mammedov1-2/+4
2019-09-03i386/vmmouse: Properly reset stateJan Kiszka1-0/+1
2019-09-03qapi: report the default CPU type for each machineDaniel P. Berrangé1-0/+4
2019-09-03pc: Don't make die-id mandatory unless necessaryEduardo Habkost1-0/+8
2019-09-03pc: Improve error message when die-id is omittedEduardo Habkost1-0/+4
2019-09-03pc: Fix error message on die-id validationEduardo Habkost1-1/+1
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen1-6/+4
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen4-13/+19
2019-09-03hw/s390x: Hard code size with MO_{8|16|32|64}Tony Nguyen1-2/+1
2019-09-03hw/vfio: Access MemoryRegion with MemOpTony Nguyen1-2/+4
2019-09-03hw/virtio: Access MemoryRegion with MemOpTony Nguyen1-2/+5
2019-09-03hw/intc/armv7m_nic: Access MemoryRegion with MemOpTony Nguyen1-4/+8
2019-09-03hw/s390x: Access MemoryRegion with MemOpTony Nguyen1-3/+5
2019-09-03hw/net/xilinx_axi: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-9/+8
2019-09-03hw/dma/xilinx_axi: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-8/+8