Re: [RFC PATCH] linux-user: ensure nios2 processes queued work

2024-02-20 Thread Richard Henderson
On 2/20/24 07:08, Alex Bennée wrote: While async processes are rare for linux-user we do use them from time to time. The most obvious one is tb_flush when we run out of translation space. We will also need this when we move plugin vcpu_init to an async task. Fix nios2 to follow its older, wiser

Re: [RFC PATCH] linux-user: ensure nios2 processes queued work

2024-02-20 Thread Philippe Mathieu-Daudé
On 20/2/24 18:08, Alex Bennée wrote: While async processes are rare for linux-user we do use them from time to time. The most obvious one is tb_flush when we run out of translation space. We will also need this when we move plugin vcpu_init to an async task. Fix nios2 to follow its older, wiser