On Wed, Jun 28, 2023 at 4:34 PM Philippe Mathieu-Daudé <[email protected]> wrote: > > As requested by Daniel in [1], these patches are extracted from > my "target/riscv: Allow building without TCG (KVM-only so far)" > series and cleanly rebased onto Alistair's riscv-to-apply.next. > > [1] > https://lore.kernel.org/qemu-devel/[email protected]/ > [2] > https://lore.kernel.org/qemu-devel/[email protected]/ > > Philippe Mathieu-Daudé (4): > target/riscv: Remove unused 'instmap.h' header in translate.c > target/riscv: Restrict sysemu specific header to user emulation > target/riscv: Restrict 'rv128' machine to TCG accelerator > target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu
Acked-by: Alistair Francis <[email protected]> But this doesn't apply on the latest riscv-to-apply.next Alistair > > target/riscv/cpu.h | 5 +++-- > target/riscv/cpu.c | 20 ++++++++++++++------ > target/riscv/cpu_helper.c | 9 ++++----- > target/riscv/csr.c | 2 ++ > target/riscv/translate.c | 1 - > 5 files changed, 23 insertions(+), 14 deletions(-) > > -- > 2.38.1 > >
