summaryrefslogtreecommitdiff
path: root/hw/openrisc
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-1/+1
2018-02-06hw/openrisc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+2
2017-10-27openrisc: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-21openrisc: Only kick cpu on timeout, not on updateStafford Horne1-1/+1
2017-10-21openrisc: Initial SMP supportStafford Horne1-23/+65
2017-10-21openrisc/cputimer: Perparation for MulticoreStafford Horne1-15/+47
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-09-01openrisc: replace cpu_openrisc_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-05-04target/openrisc: Support non-busy idle state using PMR SPRStafford Horne1-0/+1
2017-02-14target/openrisc: Rename the cpu from or32 to or1kRichard Henderson1-2/+2
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-1/+2
2016-01-29openrisc: Clean up includesPeter Maydell3-0/+3
2015-09-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2015-09-25openrisc: remove muldiv64()Laurent Vivier1-4/+3
2015-09-25or32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-11/+6
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov1-1/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+1
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-4/+4
2013-11-20openrisc-timer: Reduce overhead, Separate clock update functionsSebastian Macke1-10/+19
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+0
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-08-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori1-5/+5
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-5/+5
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh1-1/+1
2013-08-21hw/openrisc: Avoid undefined shift in openrisc_pic_cpu_handler()Jia Liu1-1/+3
2013-08-21hw/openrisc: Fix masking in openrisc_pic_cpu_handler()Jia Liu1-8/+5
2013-08-21hw/openrisc: Avoid using uninitialised variable 'entry'Jia Liu1-2/+1
2013-07-23hw/openrisc: Use stderr output instead of qemu_logJia Liu1-2/+2
2013-07-23hw/openrisc: Indent typoJia Liu1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-1/+1
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber1-1/+2
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-1/+3
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini4-3/+313
2012-07-27target-or32: Add a IIS dummy boardJia Liu1-1/+1
2012-07-27target-or32: Add timer supportJia Liu1-1/+1
2012-07-27target-or32: Add PIC supportJia Liu1-0/+2
2012-07-27target-or32: Add target stubs and QOM cpuJia Liu1-0/+1