commit | c0ee4dd1552b73bdde90875ce62e036a3ca8a007 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Jan 21 12:53:40 2025 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Sun Mar 09 17:00:47 2025 +0100 |
tree | 3a88537d1fdff50fe6b03a94be10c12c6e680318 | |
parent | 0ebdf989c32031019aa0974dbb6b840fca52991e [diff] |
cpus: Restrict cpu_has_work() to system emulation This method is not used on user emulation, because there is always work to do there. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250125170125.32855-2-philmd@linaro.org>