Re: [Qemu-devel] [PATCH v6 66/73] riscv: convert to cpu_has_work_with_iothread_lock

2019-02-06 Thread Alistair Francis
On Tue, Jan 29, 2019 at 5:30 PM Emilio G. Cota wrote: > > Soon we will call cpu_has_work without the BQL. > > Cc: Palmer Dabbelt > Cc: Sagar Karandikar > Cc: Bastian Koppelmann > Reviewed-by: Palmer Dabbelt > Reviewed-by: Richard Henderson > Signed-off-by: Emilio G. Cota Reviewed-by: Alista

[Qemu-devel] [PATCH v6 66/73] riscv: convert to cpu_has_work_with_iothread_lock

2019-01-29 Thread Emilio G. Cota
Soon we will call cpu_has_work without the BQL. Cc: Palmer Dabbelt Cc: Sagar Karandikar Cc: Bastian Koppelmann Reviewed-by: Palmer Dabbelt Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota --- target/riscv/cpu.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --gi