aboutsummaryrefslogtreecommitdiff
path: root/hw/char/riscv_htif.c
AgeCommit message (Expand)Author
2024-10-30hw/char: riscv_htif: Use blocking qemu_chr_fe_write_allAlistair Francis
2024-10-03hw: Remove unused inclusion of hw/char/serial.hBernhard Beschow
2023-10-12hw/char: riscv_htif: replace exit calls with proper shutdownClément Chigot
2023-09-11hw/char/riscv_htif: Fix the console syscall on big endian hostsThomas Huth
2023-09-11hw/char/riscv_htif: Fix printing of console characters on big endian hostsThomas Huth
2023-05-05hw/riscv: Add signature dump function for spike to run ACT testsWeiwei Li
2023-01-20hw/riscv: spike: Decouple create_fdt() dependency to ELF loadingBin Meng
2023-01-20hw/char: riscv_htif: Support console output via proxy syscallBin Meng
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng
2023-01-20hw/char: riscv_htif: Use conventional 's' for HTIFStateBin Meng
2023-01-20hw/char: riscv_htif: Drop useless assignment of memory regionBin Meng
2023-01-20hw/char: riscv_htif: Avoid using magic numbersBin Meng
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-01-21hw/riscv: spike: Allow using binary firmware as biosAnup Patel
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth
2020-09-09hw/riscv: Move riscv_htif model to hw/charBin Meng