summaryrefslogtreecommitdiffstats
path: root/hw/openrisc
Commit message (Expand)AuthorAgeFilesLines
* hw/openrisc/openrisc_sim: Add support for initrd loadingStafford Horne2022-02-261-0/+31
* hw/openrisc/openrisc_sim: Add automatic device tree generationStafford Horne2022-02-262-16/+175
* hw/openrisc/openrisc_sim: Increase max_cpus to 4Stafford Horne2022-02-251-3/+5
* hw/openrisc/openrisc_sim: Use IRQ splitter when connecting UARTStafford Horne2022-02-251-8/+24
* hw/openrisc/openrisc_sim: Parameterize initializationStafford Horne2022-02-251-8/+34
* hw/openrisc/openrisc_sim: Create machine state for or1ksimStafford Horne2022-02-251-2/+28
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* target/openrisc: Move pic_cpu code into CPU object properPeter Maydell2020-12-153-64/+2Star
* 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-152-2/+12
* meson: convert hw/arch*Marc-André Lureau2020-08-212-2/+5
* 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-163-3/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-162-0/+2
* 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-083-3/+3
* or1k-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+3
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+2
* hw/openrisc/Makefile.objs: Create CONFIG_* for openriscYang Zhong2019-02-051-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: Only kick cpu on timeout, not on updateStafford Horne2017-10-201-1/+1
* openrisc: Initial SMP supportStafford Horne2017-10-201-23/+65
* openrisc/cputimer: Perparation for MulticoreStafford Horne2017-10-201-15/+47
* 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: Support non-busy idle state using PMR SPRStafford Horne2017-05-041-0/+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-293-0/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-251-1/+1
|\
| * or32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-1/+1
* | openrisc: remove muldiv64()Laurent Vivier2015-09-251-4/+3Star
|/
* 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