summaryrefslogtreecommitdiffstats
path: root/hw/sh4
Commit message (Expand)AuthorAgeFilesLines
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-192-19/+9
* 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/+1
* 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/+1
* 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/+0
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-282-2/+0
* 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/+0
* 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/+0
* hw: make all of hw/ide/ configurable via default-configs/Paolo Bonzini2013-04-081-1/+0
* hw: move headers to include/Paolo Bonzini2013-04-084-7/+7
* target-sh4: Move PVR/PRR/CVR into SuperHCPUClassAndreas Färber2013-03-121-3/+7
* sh: move files referencing CPU to hw/sh4/Paolo Bonzini2013-03-013-1/+938
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-013-1/+470
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-0/+5
OpenPOWER on IntegriCloud