aboutsummaryrefslogtreecommitdiff
path: root/hw/openrisc
AgeCommit message (Expand)Author
2024-05-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini
2024-05-10meson: pick libfdt from common_ss when building target-specific filesPaolo Bonzini
2024-05-03openrisc: switch boards to "default y"Paolo Bonzini
2024-02-02hw/openrisc/openrisc_sim: use qemu_create_nic_device()David Woodhouse
2023-12-30hw/openrisc: Constify VMStateRichard Henderson
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2022-10-27openrisc: re-randomize rng-seed on rebootJason A. Donenfeld
2022-09-04hw/openrisc: virt: pass random seed to fdtJason A. Donenfeld
2022-09-04hw/openrisc: Initialize timer time at startupStafford Horne
2022-09-04hw/openrisc: Add PCI bus support to virtStafford Horne
2022-09-04hw/openrisc: Add the OpenRISC virtual machineStafford Horne
2022-09-04hw/openrisc: Split re-usable boot time apis out to boot.cStafford Horne
2022-05-15hw/openrisc: use right OMPIC size variableJason A. Donenfeld
2022-05-15hw/openrisc: support 4 serial ports in or1ksimJason A. Donenfeld
2022-05-04hw/openrisc: page-align FDT addressJason A. Donenfeld
2022-02-26hw/openrisc/openrisc_sim: Add support for initrd loadingStafford Horne
2022-02-26hw/openrisc/openrisc_sim: Add automatic device tree generationStafford Horne
2022-02-25hw/openrisc/openrisc_sim: Increase max_cpus to 4Stafford Horne
2022-02-25hw/openrisc/openrisc_sim: Use IRQ splitter when connecting UARTStafford Horne
2022-02-25hw/openrisc/openrisc_sim: Parameterize initializationStafford Horne
2022-02-25hw/openrisc/openrisc_sim: Create machine state for or1ksimStafford Horne
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2020-12-15target/openrisc: Move pic_cpu code into CPU object properPeter Maydell
2020-12-15hw/openrisc/openrisc_sim: Abstract out "get IRQ x of CPU y"Peter Maydell
2020-12-15hw/openrisc/openrisc_sim: Use IRQ splitter when connecting IRQ to multiple CPUsPeter Maydell
2020-08-21meson: convert hw/arch*Marc-André Lureau
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-10hw/openrisc/openrisc_sim: Add assertion to silence GCC warningPhilippe Mathieu-Daudé
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-08target/openrisc: Fix LGPL information in the file headersThomas Huth
2019-03-07or1k-softmmu.mak: express dependencies with KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-05hw/openrisc/Makefile.objs: Create CONFIG_* for openriscYang Zhong
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-02-06hw/openrisc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-10-27openrisc: use generic cpu_model parsingIgor Mammedov
2017-10-21openrisc: Only kick cpu on timeout, not on updateStafford Horne
2017-10-21openrisc: Initial SMP supportStafford Horne
2017-10-21openrisc/cputimer: Perparation for MulticoreStafford Horne
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov