summaryrefslogtreecommitdiffstats
path: root/hw/sh4/r2d.c
Commit message (Expand)AuthorAgeFilesLines
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-3/+3
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-6/+6
* sm501: make SerialMM a child, export chardev propertyMarc-André Lureau2020-01-071-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-111-2/+1Star
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-111-1/+1
* r2d: Fix flash memory size, sector size, width, device IDMarkus Armbruster2019-03-111-4/+12
* hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0Star
* r2d: fix build on mingwMichael S. Tsirkin2019-02-051-1/+1
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-8/+8
* hw/sh4: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-1/+1
* sh4: r2d: use generic cpu_model parsingIgor Mammedov2017-10-271-6/+2Star
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* sh4: replace cpu_sh4_init() with cpu_generic_init()Igor Mammedov2017-09-011-1/+1
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* sm501: QOMifyBALATON Zoltan2017-04-241-2/+9
* hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster2017-02-211-0/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* sh4: Clean up includesPeter Maydell2016-01-291-0/+1
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-9/+4Star
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* sh4: Fix initramfs initialization for endiannes-mismatched targetsGuenter Roeck2015-09-131-3/+3
* sh4/r2d: convert to new MMIO accessor styleAurelien Jarno2015-06-121-6/+6
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-2/+4
* r2d: Don't use legacy -usbdevice support for setting up boardMarkus Armbruster2015-02-181-1/+1
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-2/+1Star
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-2/+3
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+1
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-5/+5
* exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+1
* exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+1
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-1/+0Star
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-081-1/+4
|\
| * pci: Add root bus parameter to pci_nic_init()David Gibson2013-07-071-1/+4
* | memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
|/
* arm: fix location of some include filesPeter Maydell2013-04-151-1/+1
* sh7750: Change cpu field type to SuperHCPUAndreas Färber2013-04-131-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-3/+3
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-0/+364