summaryrefslogtreecommitdiffstats
path: root/hw/openrisc/openrisc_sim.c
Commit message (Expand)AuthorAgeFilesLines
* target/openrisc: Move pic_cpu code into CPU object properPeter Maydell2020-12-151-2/+1Star
* hw/openrisc/openrisc_sim: Abstract out "get IRQ x of CPU y"Peter Maydell2020-12-151-17/+21
* hw/openrisc/openrisc_sim: Use IRQ splitter when connecting IRQ to multiple CPUsPeter Maydell2020-12-151-2/+11
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-4/+4
* hw/openrisc/openrisc_sim: Add assertion to silence GCC warningPhilippe Mathieu-Daudé2020-06-101-0/+1
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw: Replace global smp variables with MachineState for all remaining archsLike Xu2019-07-051-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* target/openrisc: Fix LGPL information in the file headersThomas Huth2019-05-081-1/+1
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+1
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-1/+1
* hw/openrisc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-2/+2
* openrisc: use generic cpu_model parsingIgor Mammedov2017-10-271-6/+2Star
* openrisc: Initial SMP supportStafford Horne2017-10-201-23/+65
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* openrisc: replace cpu_openrisc_init() with cpu_generic_init()Igor Mammedov2017-09-011-1/+1
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* target/openrisc: Rename the cpu from or32 to or1kRichard Henderson2017-02-131-2/+2
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-1/+2
* openrisc: Clean up includesPeter Maydell2016-01-291-0/+1
* or32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-1/+1
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-11/+6Star
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* hw/core/loader: implement address translation in uimage loaderMax Filippov2014-11-021-1/+1
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+1
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-4/+4
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-09-031-1/+0Star
|\
| * hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-1/+0Star
* | hw/openrisc: Avoid using uninitialised variable 'entry'Jia Liu2013-08-211-2/+1Star
|/
* hw/openrisc: Use stderr output instead of qemu_logJia Liu2013-07-231-2/+2
* hw/openrisc: Indent typoJia Liu2013-07-231-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-0/+150