aboutsummaryrefslogtreecommitdiff
path: root/hw/char/riscv_htif.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11hw/char/riscv_htif: Fix the console syscall on big endian hostsThomas Huth1-4/+5
2023-09-11hw/char/riscv_htif: Fix printing of console characters on big endian hostsThomas Huth1-1/+2
2023-05-05hw/riscv: Add signature dump function for spike to run ACT testsWeiwei Li1-1/+43
2023-01-20hw/riscv: spike: Decouple create_fdt() dependency to ELF loadingBin Meng1-10/+7
2023-01-20hw/char: riscv_htif: Support console output via proxy syscallBin Meng1-1/+16
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng1-18/+17
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 Meng1-5/+2
2023-01-20hw/char: riscv_htif: Avoid using magic numbersBin Meng1-20/+52
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-01-21hw/riscv: spike: Allow using binary firmware as biosAnup Patel1-11/+22
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2020-09-09hw/riscv: Move riscv_htif model to hw/charBin Meng1-0/+261