qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

linux-user/riscv: Add the CPU type as a comment

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>

authored by

Alistair Francis and committed by
Palmer Dabbelt
77c62400 e5ef9566

+1
+1
linux-user/riscv/target_elf.h
··· 9 9 #define RISCV_TARGET_ELF_H 10 10 static inline const char *cpu_get_model(uint32_t eflags) 11 11 { 12 + /* TYPE_RISCV_CPU_ANY */ 12 13 return "any"; 13 14 } 14 15 #endif