Re: [Qemu-devel] [PATCH v6 65/73] s390x: convert to cpu_has_work_with_iothread_lock

2019-01-30 Thread Cornelia Huck
On Tue, 29 Jan 2019 19:48:03 -0500 "Emilio G. Cota" wrote: > Soon we will call cpu_has_work without the BQL. > > Cc: Cornelia Huck > Cc: David Hildenbrand > Cc: qemu-s3...@nongnu.org > Reviewed-by: Richard Henderson > Signed-off-by: Emilio G. Cota > --- > target/s390x/cpu.c | 4 +++- > 1 fi

[Qemu-devel] [PATCH v6 65/73] s390x: 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: Cornelia Huck Cc: David Hildenbrand Cc: qemu-s3...@nongnu.org Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota --- target/s390x/cpu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/s390x/cpu.c b/tar