On Wed, May 07, 2025 at 04:12:43PM +0100, Alexandru Elisei wrote: > Only arm and arm64 are allowed to set --target to kvmtool; the rest of the > architectures can only set --target to 'qemu', which is also the default. > > Needed to make the changes necessary to add support for kvmtool to the test > runner. > > kvmtool also supports running the riscv tests, so it's not outside of the > realm of the possibily for the riscv tests to get support for kvmtool. > > Signed-off-by: Alexandru Elisei <alexandru.eli...@arm.com> > --- > configure | 36 ++++++++++++++++++++++++------------ > 1 file changed, 24 insertions(+), 12 deletions(-) >
Reviewed-by: Andrew Jones <andrew.jo...@linux.dev>