summaryrefslogtreecommitdiff
path: root/hw/sh4
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell2-3/+3
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-6/+6
2017-10-27sh4: shix: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27sh4: r2d: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2-8/+0
2017-09-01sh4: replace cpu_sh4_init() with cpu_generic_init()Igor Mammedov2-2/+2
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2-8/+4
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2-4/+4
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-04-24sm501: QOMifyBALATON Zoltan1-2/+9
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster1-0/+1
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-1/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-1/+1
2016-09-15sh4: fix broken link to documentationReda Sallahi1-1/+1
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster2-5/+5
2016-06-28hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p()Peter Maydell1-2/+2
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2-0/+4
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2-0/+2
2016-01-29sh4: Clean up includesPeter Maydell5-1/+5
2016-01-11SH PCI Host: convert to realize()Cao jin1-3/+2
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost2-19/+9
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster2-4/+4
2015-09-13sh4: Fix initramfs initialization for endiannes-mismatched targetsGuenter Roeck1-3/+3
2015-06-12sh4/r2d: convert to new MMIO accessor styleAurelien Jarno1-6/+6
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-2/+4
2015-02-18r2d: Don't use legacy -usbdevice support for setting up boardMarkus Armbruster1-1/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-2/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-2/+3
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao2-4/+6
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber1-2/+1
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2-7/+7
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber1-1/+1
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster1-0/+6
2013-11-05shix: Don't require firmware presence for qtestAndreas Färber1-4/+5
2013-11-05shix: Drop debug outputAndreas Färber1-7/+0
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster2-2/+0
2013-07-25sh4: unbreak r2dPaolo Bonzini1-14/+25
2013-07-25sh4: do not use isa_mmioPaolo Bonzini1-1/+2
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+4
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson1-1/+4
2013-07-04hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini1-3/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini4-15/+15
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-13sh7750: Change cpu field type to SuperHCPUAndreas Färber3-50/+51
2013-04-13shix: Catch CPU initialization errorsAndreas Färber1-0/+4