Re: [Qemu-devel] [PATCH] qxl: Fix initial screenshot with spice

2014-04-25 Thread Cole Robinson
On 04/25/2014 02:39 AM, Gerd Hoffmann wrote: > Hi, > >> ui/console.c:qmp_screendump attempts to handle this by calling >> graphic_hw_update, but qxl handle's that asynchronously, and it isn't >> run until after the first screendump is performed. That's why the second >> screendump is correct. >

Re: [Qemu-devel] [PATCH] qxl: Fix initial screenshot with spice

2014-04-24 Thread Gerd Hoffmann
Hi, > ui/console.c:qmp_screendump attempts to handle this by calling > graphic_hw_update, but qxl handle's that asynchronously, and it isn't > run until after the first screendump is performed. That's why the second > screendump is correct. Known issue. The graphic_hw_update makes sure it work

[Qemu-devel] [PATCH] qxl: Fix initial screenshot with spice

2014-04-24 Thread Cole Robinson
1) Start an f20 VM with -device qxl-vga + spice, connect with remote-viewer 2) Wait till it boots to gdm 3) (qemu) screendump foo.ppm 4) (qemu) screendump bar.ppm foo.ppm will actually show the last screen contents before the VM switched out of VGA mode (right before switching to plymouth). bar.pp