summary refs log tree commit diff stats
path: root/hw/openrisc/openrisc_sim.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson2025-04-231-1/+1
* target/openrisc: Call cpu_openrisc_clock_init() in cpu_realize()Philippe Mathieu-Daudé2025-03-061-2/+0
* hw/openrisc: Support monitor dumpdtb commandPeter Maydell2025-02-241-1/+1
* hw/openrisc: Mark devices as big-endianPhilippe Mathieu-Daudé2024-12-311-1/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-4/+4
* hw/openrisc/openrisc_sim: keep serial@90000000 as defaultAhmad Fatoum2024-12-031-6/+20
* hw/char: Extract serial-mmBernhard Beschow2024-10-031-1/+1
* hw/openrisc/openrisc_sim: use qemu_create_nic_device()David Woodhouse2024-02-021-9/+9
* hw/openrisc: Split re-usable boot time apis out to boot.cStafford Horne2022-09-041-100/+6
* hw/openrisc: use right OMPIC size variableJason A. Donenfeld2022-05-151-2/+2
* hw/openrisc: support 4 serial ports in or1ksimJason A. Donenfeld2022-05-151-6/+16
* hw/openrisc: page-align FDT addressJason A. Donenfeld2022-05-041-1/+1
* 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-261-15/+174
* 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/+0
* target/openrisc: Move pic_cpu code into CPU object properPeter Maydell2020-12-151-2/+1
* 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/+0
* 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/+0
* 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/+2
* openrisc: Initial SMP supportStafford Horne2017-10-211-23/+65
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0
* 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/+1
* 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-141-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