aboutsummaryrefslogtreecommitdiff
path: root/hw/openrisc
AgeCommit message (Expand)Author
2020-12-15target/openrisc: Move pic_cpu code into CPU object properPeter Maydell
2020-12-15hw/openrisc/openrisc_sim: Abstract out "get IRQ x of CPU y"Peter Maydell
2020-12-15hw/openrisc/openrisc_sim: Use IRQ splitter when connecting IRQ to multiple CPUsPeter Maydell
2020-08-21meson: convert hw/arch*Marc-André Lureau
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-10hw/openrisc/openrisc_sim: Add assertion to silence GCC warningPhilippe Mathieu-Daudé
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-08target/openrisc: Fix LGPL information in the file headersThomas Huth
2019-03-07or1k-softmmu.mak: express dependencies with KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-05hw/openrisc/Makefile.objs: Create CONFIG_* for openriscYang Zhong
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-02-06hw/openrisc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-10-27openrisc: use generic cpu_model parsingIgor Mammedov
2017-10-21openrisc: Only kick cpu on timeout, not on updateStafford Horne
2017-10-21openrisc: Initial SMP supportStafford Horne
2017-10-21openrisc/cputimer: Perparation for MulticoreStafford Horne
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-09-01openrisc: replace cpu_openrisc_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-05-04target/openrisc: Support non-busy idle state using PMR SPRStafford Horne
2017-02-14target/openrisc: Rename the cpu from or32 to or1kRichard Henderson
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-29openrisc: Clean up includesPeter Maydell
2015-09-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-25openrisc: remove muldiv64()Laurent Vivier
2015-09-25or32: 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
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-20openrisc-timer: Reduce overhead, Separate clock update functionsSebastian Macke
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-08-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh