On Tue, Feb 15, 2022 at 10:07:16AM +0000, Alexandru Elisei wrote: > > I've started working on the next iteration of the kvmtool test > runner support series, I'll do my best to make sure kvmtool wll be able to run > the tests when kvm-unit-tests has been configured with --arch=arm. > Excellent! BTW, I went ahead an pushed a patch to misc/queue to improve the initrd address stuff https://gitlab.com/rhdrjones/kvm-unit-tests/-/commit/6f8f74ed2d9953830a3c74669f25439d9ad68dec It may be necessary for you if kvmtool shares its fdt creation between aarch64 and aarch32 guests, emitting 8 byte initrd addresses for both, even though the aarch32 guest puts the fdt below 4G. Thanks, drew