On 9/26/21 6:26 PM, Philippe Mathieu-Daudé wrote:
Since there is no specific QTest handling for cpu_has_work() in cpu_thread_is_idle(), implement QTest has_work() handler as a simple 'return false' code. Besides, QTest is a "dummy" accelerator so not much can be done on vCPUs.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- accel/qtest/qtest.c | 6 ++++++ 1 file changed, 6 insertions(+)
Reviewed-by: Richard Henderson <[email protected]> r~
