[Qemu-devel] [PATCH] qxl: lock current_async update in qxl_soft_reset

2015-10-20 Thread Gerd Hoffmann
Cc: Paolo Bonzini Signed-off-by: Gerd Hoffmann --- hw/display/qxl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/display/qxl.c b/hw/display/qxl.c index 9c961da..20dc72e 100644 --- a/hw/display/qxl.c +++ b/hw/display/qxl.c @@ -1156,7 +1156,9 @@ static void qxl_soft_reset(PCIQXLDevice

Re: [Qemu-devel] [PATCH] qxl: lock current_async update in qxl_soft_reset

2015-10-20 Thread Paolo Bonzini
On 20/10/2015 09:58, Gerd Hoffmann wrote: > Cc: Paolo Bonzini > Signed-off-by: Gerd Hoffmann > --- > hw/display/qxl.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/hw/display/qxl.c b/hw/display/qxl.c > index 9c961da..20dc72e 100644 > --- a/hw/display/qxl.c > +++ b/hw/display/qxl.c