aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-20hw/riscv/spike.c: simplify create_fdt()Daniel Henrique Barboza1-3/+1
2023-01-20target/riscv: Use TARGET_FMT_lx for env->mhartidBin Meng1-3/+3
2023-01-20target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize()Daniel Henrique Barboza1-194/+205
2023-01-20target/riscv/cpu: set cpu->cfg in register_cpu_props()Daniel Henrique Barboza2-0/+44
2023-01-20hw/riscv/boot.c: use MachineState in riscv_load_kernel()Daniel Henrique Barboza8-14/+9
2023-01-20hw/riscv/boot.c: use MachineState in riscv_load_initrd()Daniel Henrique Barboza6-12/+9
2023-01-20hw/riscv: write bootargs 'chosen' FDT after riscv_load_kernel()Daniel Henrique Barboza3-16/+15
2023-01-20hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()Daniel Henrique Barboza6-40/+22
2023-01-20hw/riscv/spike.c: load initrd right after riscv_load_kernel()Daniel Henrique Barboza1-16/+15
2023-01-20hw/riscv/boot.c: exit early if filename is NULL in load functionsDaniel Henrique Barboza1-0/+6
2023-01-20hw/riscv/sifive_u: use 'fdt' from MachineStateDaniel Henrique Barboza2-12/+6
2023-01-20hw/riscv/spike: use 'fdt' from MachineStateDaniel Henrique Barboza2-9/+5
2023-01-20tests/avocado: add RISC-V OpenSBI boot testDaniel Henrique Barboza1-0/+65
2023-01-20target/riscv/cpu.c: Fix elen checkDongxue Zhang1-1/+1
2023-01-20hw/riscv: spike: Decouple create_fdt() dependency to ELF loadingBin Meng3-24/+59
2023-01-20hw/riscv/boot.c: Introduce riscv_find_firmware()Bin Meng2-14/+27
2023-01-20hw/riscv/boot.c: introduce riscv_default_firmware_name()Daniel Henrique Barboza5-23/+22
2023-01-20hw/riscv/boot.c: make riscv_find_firmware() staticDaniel Henrique Barboza2-23/+22
2023-01-20hw/riscv: spike: Remove the out-of-date commentsBin Meng1-5/+0
2023-01-20hw/char: riscv_htif: Support console output via proxy syscallBin Meng1-1/+16
2023-01-20hw/char: riscv_htif: Remove forward declarations for non-existent variablesBin Meng1-3/+0
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng5-32/+24
2023-01-20hw/char: riscv_htif: Use conventional 's' for HTIFStateBin Meng1-32/+32
2023-01-20hw/char: riscv_htif: Drop useless assignment of memory regionBin Meng3-13/+6
2023-01-20hw/char: riscv_htif: Drop {to, from}host_size in HTIFStateBin Meng1-2/+0
2023-01-20hw/char: riscv_htif: Avoid using magic numbersBin Meng1-20/+52
2023-01-19Merge tag 'pull-monitor-2023-01-19' of https://repo.or.cz/qemu/armbru into st...Peter Maydell19-649/+726
2023-01-19Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell21-35/+43
2023-01-19ui: Simplify control flow in qemu_mouse_set()Markus Armbruster1-13/+11
2023-01-19ui: Split hmp_mouse_set() and move the HMP part to ui/Markus Armbruster5-10/+17
2023-01-19ui: Don't check for mode change after mouse_set errorMarkus Armbruster1-0/+1
2023-01-19ui: Reduce nesting in hmp_change_vnc() slightlyMarkus Armbruster1-10/+7
2023-01-19ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.cMarkus Armbruster4-30/+42
2023-01-19ui: Improve "change vnc" error reportingMarkus Armbruster1-4/+4
2023-01-19ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.cMarkus Armbruster5-404/+425
2023-01-19ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.cMarkus Armbruster3-41/+100
2023-01-19ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.cMarkus Armbruster3-118/+137
2023-01-19ui: Clean up a few things checkpatch.pl would flag later onMarkus Armbruster2-13/+15
2023-01-19ui/spice: Give hmp_info_spice()'s channel_names[] static linkageMarkus Armbruster1-1/+1
2023-01-19ui/spice: QXLInterface method set_mm_time() is now dead, dropMarkus Armbruster4-32/+0
2023-01-19ui/spice: Require spice-server >= 0.14.0Markus Armbruster6-18/+3
2023-01-19Revert "hmp: info spice: take out webdav"Markus Armbruster1-5/+0
2023-01-19ui/spice: Require spice-protocol >= 0.14.0Markus Armbruster2-5/+1
2023-01-19ui: Fix silent truncation of numeric keys in HMP sendkeyMarkus Armbruster1-2/+6
2023-01-19ui: Check numeric part of expire_password argument @time properlyMarkus Armbruster1-2/+15
2023-01-19Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell26-581/+528
2023-01-19coroutine: Clean up superfluous inclusion of qemu/lockable.hMarkus Armbruster3-2/+3
2023-01-19coroutine: Move coroutine_fn to qemu/osdep.h, trim includesMarkus Armbruster6-17/+23
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster15-15/+0
2023-01-18Merge tag 'pull-request-2023-01-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell78-267/+300