summaryrefslogtreecommitdiffstats
path: root/hw/openrisc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* openrisc-timer: Reduce overhead, Separate clock update functionsSebastian Macke2013-11-201-10/+19
* 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
* | Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-08-261-5/+5
|\ \
| * | aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-5/+5
| * | aio / timers: Rename qemu_timer_* functionsAlex Bligh2013-08-221-1/+1
| |/
* | hw/openrisc: Avoid undefined shift in openrisc_pic_cpu_handler()Jia Liu2013-08-211-1/+3
* | hw/openrisc: Fix masking in openrisc_pic_cpu_handler()Jia Liu2013-08-211-8/+5Star
* | 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
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-1/+1
* exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-1/+2
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-1/+3
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-014-3/+313
* target-or32: Add a IIS dummy boardJia Liu2012-07-271-1/+1
* target-or32: Add timer supportJia Liu2012-07-271-1/+1
* target-or32: Add PIC supportJia Liu2012-07-271-0/+2
* target-or32: Add target stubs and QOM cpuJia Liu2012-07-271-0/+1