Hi Alex, On Thu, Mar 20, 2025 at 05:01:11PM +0000, Alexandru Elisei wrote: > Hi Oliver, > > On Fri, Mar 14, 2025 at 03:25:16PM -0700, Oliver Upton wrote: > > Signed-off-by: Oliver Upton <oliver.upton@xxxxxxxxx> > > --- > > arm64/arm-cpu.c | 4 ++-- > > arm64/fdt.c | 4 ++-- > > arm64/gic.c | 2 +- > > arm64/gicv2m.c | 2 +- > > arm64/include/{arm-common => }/gic.h | 0 > > arm64/include/kvm/kvm-arch.h | 2 +- > > arm64/include/{arm-common => }/pci.h | 0 > > arm64/include/{arm-common => }/timer.h | 0 > > Looking at x86 and riscv, the pattern is to have the header files in > <arch>/include/kvm, even if they're only used by the arch code. > > Do we care about following this pattern? I have no strong preference in either direction, I just did the laziest thing here. Thanks, Oliver