qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [RFC PATCH] linux-user: ensure nios2 processes queued work
Date: Tue, 20 Feb 2024 09:08:13 -1000
User-agent: Mozilla Thunderbird

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 and more stable siblings.

Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
---
  linux-user/nios2/cpu_loop.c | 1 +
  1 file changed, 1 insertion(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]