Re: [Qemu-devel] [PATCH] cirrus_vga/migration: update the bank offset before use

2018-11-26 Thread Gerd Hoffmann
On Fri, Nov 23, 2018 at 02:46:46PM +0800, linzhecheng wrote: > From: Wang Xin > > The cirrus bank0/1 offset should be updated before we update the vram's alias > offset. Queued for 3.1 thanks, Gerd

[Qemu-devel] [PATCH] cirrus_vga/migration: update the bank offset before use

2018-11-22 Thread linzhecheng
From: Wang Xin The cirrus bank0/1 offset should be updated before we update the vram's alias offset. Signed-off-by: Wang Xin diff --git a/hw/display/cirrus_vga.c b/hw/display/cirrus_vga.c index d9b854d..a0e7146 100644 --- a/hw/display/cirrus_vga.c +++ b/hw/display/cirrus_vga.c @@ -2746,11 +274