Re: [PATCH v3 10/19] target/riscv: remove kvm-stub.c

2023-09-21 Thread Alistair Francis
On Wed, Sep 20, 2023 at 9:22 PM Daniel Henrique Barboza wrote: > > This file is not needed for some time now. Both kvm_riscv_reset_vcpu() > and kvm_riscv_set_irq() have public declarations in kvm_riscv.h and are > wrapped in 'if kvm_enabled()' blocks that the compiler will rip it out > in non-KVM

[PATCH v3 10/19] target/riscv: remove kvm-stub.c

2023-09-20 Thread Daniel Henrique Barboza
This file is not needed for some time now. Both kvm_riscv_reset_vcpu() and kvm_riscv_set_irq() have public declarations in kvm_riscv.h and are wrapped in 'if kvm_enabled()' blocks that the compiler will rip it out in non-KVM builds. Signed-off-by: Daniel Henrique Barboza --- target/riscv/kvm-stu