Re: [RFC v12 36/65] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/

2021-03-28 Thread Richard Henderson
On 3/26/21 1:36 PM, Claudio Fontana wrote: +++ b/MAINTAINERS @@ -398,7 +398,7 @@ ARM KVM CPUs M: Peter Maydell L:qemu-...@nongnu.org S: Maintained -F: target/arm/kvm.c +F: target/arm/kvm/kvm.c Reminder for a different patch: this line should probably become F: target/arm/kvm/ r~

Re: [RFC v12 36/65] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/

2021-03-28 Thread Richard Henderson
On 3/26/21 1:36 PM, Claudio Fontana wrote: and adapt the code including the header references, and trace-events / trace.h Signed-off-by: Claudio Fontana --- Reviewed-by: Richard Henderson r~

[RFC v12 36/65] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/

2021-03-26 Thread Claudio Fontana
and adapt the code including the header references, and trace-events / trace.h Signed-off-by: Claudio Fontana --- meson.build | 2 +- target/arm/cpu.h | 2 +- target/arm/{ => kvm}/kvm-consts.h | 0 target/arm/{ => kvm}/kvm_arm.h| 0 target/arm/kvm/trace