aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-09-17riscv: plic: Remove unused interrupt functionsAlistair Francis1-12/+0
2019-09-17riscv: sifive_u: Fix clock-names property for ethernet nodeGuenter Roeck1-1/+1
2019-09-17riscv: sivive_u: Add dummy serial clock and aliases entry for uartGuenter Roeck1-2/+17
2019-09-17riscv: sifive_u: Add support for loading initrdGuenter Roeck1-3/+17
2019-09-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell8-197/+257
2019-09-16hw/i386/pc: Extract the x86 generic fw_cfg codePhilippe Mathieu-Daudé3-131/+145
2019-09-16hw/i386/pc: Rename pc_build_feature_control() as generic fw_cfg_build_*Philippe Mathieu-Daudé1-3/+3
2019-09-16hw/i386/pc: Let pc_build_feature_control() take a MachineState argumentPhilippe Mathieu-Daudé1-3/+2
2019-09-16hw/i386/pc: Let pc_build_feature_control() take a FWCfgState argumentPhilippe Mathieu-Daudé1-3/+4
2019-09-16hw/i386/pc: Rename pc_build_smbios() as generic fw_cfg_build_smbios()Philippe Mathieu-Daudé1-2/+2
2019-09-16hw/i386/pc: Let pc_build_smbios() take a generic MachineState argumentPhilippe Mathieu-Daudé1-3/+2
2019-09-16hw/i386/pc: Let pc_build_smbios() take a FWCfgState argumentPhilippe Mathieu-Daudé1-5/+5
2019-09-16hw/i386/pc: Replace PCMachineState argument with MachineState in fw_cfg_arch_...Paolo Bonzini1-4/+4
2019-09-16hw/i386/pc: Pass the CPUArchIdList array by argumentPhilippe Mathieu-Daudé1-10/+9
2019-09-16hw/i386/pc: Pass the apic_id_limit value by argumentPhilippe Mathieu-Daudé1-2/+3
2019-09-16hw/i386/pc: Pass the boot_cpus value by argumentPhilippe Mathieu-Daudé1-3/+4
2019-09-16hw/i386/pc: Rename bochs_bios_init as more generic fw_cfg_arch_createPhilippe Mathieu-Daudé1-3/+3
2019-09-16hw/i386/pc: Use address_space_memory in placePhilippe Mathieu-Daudé1-3/+4
2019-09-16hw/i386/pc: Extract e820 memory layout codePhilippe Mathieu-Daudé4-61/+103
2019-09-16hw/i386/pc: Use e820_get_num_entries() to access e820_entriesPhilippe Mathieu-Daudé1-1/+1
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