Re: [PATCH v3 10/12] meson: Disallow 64-bit on 32-bit emulation

2025-02-04 Thread Thomas Huth
On 04/02/2025 22.53, Richard Henderson wrote: 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

[PATCH v3 10/12] meson: Disallow 64-bit on 32-bit emulation

2025-02-04 Thread Richard Henderson
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,