Re: [Qemu-devel] [PATCH] qxl: add migration blocker to avoid pre-save assert

2017-04-10 Thread Marc-André Lureau
Hi On Mon, Apr 10, 2017 at 8:58 AM Gerd Hoffmann wrote: > Cc: 1635...@bugs.launchpad.net > Signed-off-by: Gerd Hoffmann > --- > hw/display/qxl.h | 1 + > hw/display/qxl.c | 22 ++ > 2 files changed, 23 insertions(+) > > diff --git a/hw/display/qxl.h b/hw/display/qxl.h > in

[Qemu-devel] [PATCH] qxl: add migration blocker to avoid pre-save assert

2017-04-09 Thread Gerd Hoffmann
Cc: 1635...@bugs.launchpad.net Signed-off-by: Gerd Hoffmann --- hw/display/qxl.h | 1 + hw/display/qxl.c | 22 ++ 2 files changed, 23 insertions(+) diff --git a/hw/display/qxl.h b/hw/display/qxl.h index d2d49dd..77e5a36 100644 --- a/hw/display/qxl.h +++ b/hw/display/qxl.h @@