summary refs log tree commit diff stats
path: root/hw/char/riscv_htif.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/char: riscv_htif: replace exit calls with proper shutdownClément Chigot2023-10-121-1/+4
* hw/char/riscv_htif: Fix the console syscall on big endian hostsThomas Huth2023-09-111-4/+5
* hw/char/riscv_htif: Fix printing of console characters on big endian hostsThomas Huth2023-09-111-1/+2
* hw/riscv: Add signature dump function for spike to run ACT testsWeiwei Li2023-05-051-1/+43
* hw/riscv: spike: Decouple create_fdt() dependency to ELF loadingBin Meng2023-01-201-10/+7
* hw/char: riscv_htif: Support console output via proxy syscallBin Meng2023-01-201-1/+16
* hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng2023-01-201-18/+17
* hw/char: riscv_htif: Use conventional 's' for HTIFStateBin Meng2023-01-201-32/+32
* hw/char: riscv_htif: Drop useless assignment of memory regionBin Meng2023-01-201-5/+2
* hw/char: riscv_htif: Avoid using magic numbersBin Meng2023-01-201-20/+52
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* hw/riscv: spike: Allow using binary firmware as biosAnup Patel2022-01-211-11/+22
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0
* hw/riscv: Move riscv_htif model to hw/charBin Meng2020-09-091-0/+261