summary refs log tree commit diff stats
path: root/hw/sh4/r2d.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/sh4/r2d: do not use usb_bus_find()Paolo Bonzini2024-02-271-1/+4
* hw/sh4/r2d: Realize IDE controller before accessing itPhilippe Mathieu-Daudé2024-02-151-1/+1
* hw/sh4/r2d: use pci_init_nic_devices()David Woodhouse2024-02-021-4/+2
* hw/sh4: Use MachineClass->default_nic in the sh4 r2d machineThomas Huth2023-05-221-1/+3
* hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h'Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/display/sm501: Alias 'dma-offset' QOM property in chipset objectPhilippe Mathieu-Daudé2023-02-271-1/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-2/+2
* hw/sh4/r2d: Use error_report instead of fprintf to stderrBALATON Zoltan2021-10-301-2/+3
* hw/sh4: Coding style: Add missing bracesBALATON Zoltan2021-10-301-6/+9
* hw/sh4: Coding style: White space fixesBALATON Zoltan2021-10-301-19/+20
* hw/sh4: Coding style: Fix multi-line commentsBALATON Zoltan2021-10-301-2/+4
* hw/sh4: Coding style: Remove tabsBALATON Zoltan2021-10-301-17/+17
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* 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/+0
* 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/+0
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-111-2/+1
* 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/+0
* 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/+0
* 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/+2
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0
* 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/+1
* 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/+4
* 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/+1
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-2/+3