On 22/6/26 21:31, Daniel Henrique Barboza wrote:
After KVM is no longer reliant on csr.h move it to the TGC only land.

Signed-off-by: Daniel Henrique Barboza <[email protected]>
---
  target/riscv/cpu.c            | 2 +-
  target/riscv/gdbstub.c        | 2 +-
  target/riscv/monitor.c        | 2 +-
  target/riscv/riscv-qmp-cmds.c | 2 +-
  target/riscv/tcg/csr.c        | 2 +-
  target/riscv/{ => tcg}/csr.h  | 0
  target/riscv/tcg/mips_csr.c   | 2 +-
  target/riscv/tcg/op_helper.c  | 2 +-
  target/riscv/tcg/pmp.c        | 2 +-
  target/riscv/tcg/th_csr.c     | 2 +-
  10 files changed, 9 insertions(+), 9 deletions(-)
  rename target/riscv/{ => tcg}/csr.h (100%)

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>

Reply via email to