summaryrefslogtreecommitdiff
path: root/hw/sh4/r2d.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-27sh4: r2d: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-09-01sh4: replace cpu_sh4_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-04-24sm501: QOMifyBALATON Zoltan1-2/+9
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster1-0/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29sh4: Clean up includesPeter Maydell1-0/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-9/+4
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-09-13sh4: Fix initramfs initialization for endiannes-mismatched targetsGuenter Roeck1-3/+3
2015-06-12sh4/r2d: convert to new MMIO accessor styleAurelien Jarno1-6/+6
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-2/+4
2015-02-18r2d: Don't use legacy -usbdevice support for setting up boardMarkus Armbruster1-1/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-2/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-2/+3
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+1
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-5/+5
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+4
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson1-1/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-13sh7750: Change cpu field type to SuperHCPUAndreas Färber1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-3/+3
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+364