index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
char
/
riscv_htif.c
Age
Commit message (
Expand
)
Author
2024-10-30
hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all
Alistair Francis
2024-10-03
hw: Remove unused inclusion of hw/char/serial.h
Bernhard Beschow
2023-10-12
hw/char: riscv_htif: replace exit calls with proper shutdown
Clément Chigot
2023-09-11
hw/char/riscv_htif: Fix the console syscall on big endian hosts
Thomas Huth
2023-09-11
hw/char/riscv_htif: Fix printing of console characters on big endian hosts
Thomas Huth
2023-05-05
hw/riscv: Add signature dump function for spike to run ACT tests
Weiwei Li
2023-01-20
hw/riscv: spike: Decouple create_fdt() dependency to ELF loading
Bin Meng
2023-01-20
hw/char: riscv_htif: Support console output via proxy syscall
Bin Meng
2023-01-20
hw/char: riscv_htif: Move registers from CPUArchState to HTIFState
Bin Meng
2023-01-20
hw/char: riscv_htif: Use conventional 's' for HTIFState
Bin Meng
2023-01-20
hw/char: riscv_htif: Drop useless assignment of memory region
Bin Meng
2023-01-20
hw/char: riscv_htif: Avoid using magic numbers
Bin Meng
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-01-21
hw/riscv: spike: Allow using binary firmware as bios
Anup Patel
2021-05-02
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
2020-09-09
hw/riscv: Move riscv_htif model to hw/char
Bin Meng