aboutsummaryrefslogtreecommitdiff
path: root/hw/m68k
AgeCommit message (Expand)Author
2017-09-01m68k: replace cpu_m68k_init() with cpu_generic_init()Igor Mammedov
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-02-18hw/m68k: QOMify the ColdFire interrupt controllerThomas Huth
2017-02-18hw/m68k: Remove dummy machineThomas Huth
2017-02-16hw/char/mcf_uart: QOMify the ColdFire UARTThomas Huth
2017-01-20m68k: QOMify the MCF Fast Ethernet Controller deviceThomas Huth
2016-10-08m68k: change default system clock for m5208evbGreg Ungerer
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2016-01-29m68k: Clean up includesPeter Maydell
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster
2015-09-25m68k: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-06-22m68k: implement more ColdFire 5208 interrupt controller functionalityGreg Ungerer
2015-03-25m68k: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller
2015-03-10m68k: Use cpu_m68k_init()Eduardo Habkost
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2013-11-05an5206: Don't enforce use of kernel for qtestAndreas Färber
2013-11-05mcf5208: Don't enforce use of kernel for qtestAndreas Färber
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini
2013-04-08hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01m68k: move files referencing CPU to hw/m68k/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