Re: [PATCH] kunit: tool: Use qemu-system-i386 for i386 runs

From: Brendan Higgins
Date: Tue May 17 2022 - 16:39:15 EST


On Fri, May 13, 2022 at 4:51 AM David Gow <davidgow@xxxxxxxxxx> wrote:
>
> We're currently using the x86_64 qemu for i386 builds. While this is not
> incorrect, it's probably more sensible to use the i386 one, which will
> at least fail properly if we accidentally were to build a 64-bit kernel.
>
> Signed-off-by: David Gow <davidgow@xxxxxxxxxx>

A very sensible thing to do! When I was writing this, I probably
copied and pasted the x64_64 qemu config and then forgot to change
everything to i386 - whoops.

Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>