On Fri, May 13, 2022 at 4:51 AM David Gow davidgow@google.com 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@google.com
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@google.com