summaryrefslogtreecommitdiffstats
path: root/hw/sh4
Commit message (Expand)AuthorAgeFilesLines
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-142-8/+4Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-142-4/+4
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* sm501: QOMifyBALATON Zoltan2017-04-241-2/+9
* hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster2017-02-211-0/+1
* cputlb: drop flush_global flag from tlb_flushAlex Bennée2017-01-131-1/+1
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-1/+1
* sh4: fix broken link to documentationReda Sallahi2016-09-151-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-122-5/+5
* hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p()Peter Maydell2016-06-281-2/+2
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-222-0/+4
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-222-0/+2
* sh4: Clean up includesPeter Maydell2016-01-295-1/+5
* SH PCI Host: convert to realize()Cao jin2016-01-111-3/+2Star
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-192-19/+9Star
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-182-4/+4
* 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-092-4/+6
* hw: Fix qemu_allocate_irqs() leaksAndreas Färber2014-06-301-2/+1Star
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-282-7/+7
* cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2014-03-131-1/+1
* 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
* pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-0/+6
* shix: Don't require firmware presence for qtestAndreas Färber2013-11-051-4/+5
* shix: Drop debug outputAndreas Färber2013-11-051-7/+0Star
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-282-2/+0Star
* sh4: unbreak r2dPaolo Bonzini2013-07-251-14/+25
* sh4: do not use isa_mmioPaolo Bonzini2013-07-251-1/+2
* 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
* | hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-3/+3
* | memory: add owner argument to initialization functionsPaolo Bonzini2013-07-044-15/+15
|/
* arm: fix location of some include filesPeter Maydell2013-04-151-1/+1
* sh7750: Change cpu field type to SuperHCPUAndreas Färber2013-04-133-50/+51
* shix: Catch CPU initialization errorsAndreas Färber2013-04-131-0/+4
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-085-5/+1288
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-4/+0Star
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-082-1/+188
* hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini2013-04-081-1/+1
* hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini2013-04-081-1/+1
* hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini2013-04-081-1/+1
* hw: move block devices to hw/block/, configure via default-configs/Paolo Bonzini2013-04-081-1/+0Star