aboutsummaryrefslogtreecommitdiff
path: root/hw/sh4
AgeCommit message (Expand)Author
2016-01-29sh4: Clean up includesPeter Maydell
2016-01-11SH PCI Host: convert to realize()Cao jin
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-13sh4: Fix initramfs initialization for endiannes-mismatched targetsGuenter Roeck
2015-06-12sh4/r2d: convert to new MMIO accessor styleAurelien Jarno
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell
2015-02-18r2d: Don't use legacy -usbdevice support for setting up boardMarkus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-11-05shix: Don't require firmware presence for qtestAndreas Färber
2013-11-05shix: Drop debug outputAndreas Färber
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-07-25sh4: unbreak r2dPaolo Bonzini
2013-07-25sh4: do not use isa_mmioPaolo Bonzini
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson
2013-07-04hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-15arm: fix location of some include filesPeter Maydell
2013-04-13sh7750: Change cpu field type to SuperHCPUAndreas Färber
2013-04-13shix: Catch CPU initialization errorsAndreas Färber
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini
2013-04-08hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini
2013-04-08hw: move block devices to hw/block/, configure via default-configs/Paolo Bonzini
2013-04-08hw: make all of hw/ide/ configurable via default-configs/Paolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-12target-sh4: Move PVR/PRR/CVR into SuperHCPUClassAndreas Färber
2013-03-01sh: move files referencing CPU to hw/sh4/Paolo Bonzini
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini