On 03/02/2025 04.18, Richard Henderson wrote:
For system mode, we can rarely support the amount of RAM that
the guest requires. 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.

Signed-off-by: Richard Henderson <[email protected]>
---
  meson.build | 14 +++++++++++---
  1 file changed, 11 insertions(+), 3 deletions(-)

Reviewed-by: Thomas Huth <[email protected]>


Reply via email to