]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commit
meson: Disallow 64-bit on 32-bit emulation
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 2 Feb 2025 23:09:23 +0000 (15:09 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Feb 2025 20:41:33 +0000 (12:41 -0800)
commitacce728cbc6c154b215dfc8d05c12d8fcc2483d5
tree1b3531dc21fae32163c4f7d873f9759fd8491a7d
parent175646f64178ba5bfebd6312ac2acd4e1a0e9451
meson: Disallow 64-bit on 32-bit emulation

For system mode, we can rarely support the amount of RAM that
the guest requires. TCG emulation is restricted to round-robin
mode, which solves many of the atomicity issues, but not those
associated with virtio.  In any case, round-robin does nothing
to help the speed of emulation.

For user mode, most emulation does not succeed at all.  Most
of the time we cannot even load 64-bit non-PIE binaries due
to lack of a 64-bit address space.  Threads are run in
parallel, not round-robin, which means that atomicity
is not handled.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
meson.build