[Qemu-devel] [PATCH 0/3] Fix incoming migration regression of QXL in VGA mode

Marc-André Lureau posted 3 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170406120513.638-1-marcandre.lureau@redhat.com
Test checkpatch passed
Test docker failed
Test s390x passed
hw/display/qxl.c | 1 +
ui/console.c     | 4 ++++
2 files changed, 5 insertions(+)
[Qemu-devel] [PATCH 0/3] Fix incoming migration regression of QXL in VGA mode
Posted by Marc-André Lureau 7 years ago
Hi,

Commit cd958edb1fae85d introduced a migration regression in QXL VGA
mode. The last patch fixes it. The first two patches helped me reason
about the related console code.

Marc-André Lureau (3):
  console: add same surface replace pre-condition
  console: add same displaychangelistener registration pre-condition
  qxl: switch display on entering VGA

 hw/display/qxl.c | 1 +
 ui/console.c     | 4 ++++
 2 files changed, 5 insertions(+)

-- 
2.12.0.191.gc5d8de91d


Re: [Qemu-devel] [PATCH 0/3] Fix incoming migration regression of QXL in VGA mode
Posted by Gerd Hoffmann 7 years ago
On Do, 2017-04-06 at 14:05 +0200, Marc-André Lureau wrote:
> Hi,
> 
> Commit cd958edb1fae85d introduced a migration regression in QXL VGA
> mode. The last patch fixes it. The first two patches helped me reason
> about the related console code.
> 
> Marc-André Lureau (3):
>   console: add same surface replace pre-condition
>   console: add same displaychangelistener registration pre-condition
>   qxl: switch display on entering VGA
> 
>  hw/display/qxl.c | 1 +
>  ui/console.c     | 4 ++++
>  2 files changed, 5 insertions(+)
> 

Added to vga queue.  Will cherry-pick 3/3 for 2.9

cheers,
  Gerd