Re: [Qemu-devel] [PATCH] qxl: don't render stuff when the vm is stopped.

2012-02-15 Thread Alon Levy
On Wed, Feb 15, 2012 at 02:11:06PM +0100, Gerd Hoffmann wrote: > This patch fixes the local qxl renderer to not kick spice-server in case > the vm is stopped. First it is pointless because we render evevything *everything > when the vm is stopped. Thus there is nothing to render anyway because >

Re: [Qemu-devel] [PATCH] qxl: don't render stuff when the vm is stopped.

2012-02-15 Thread Yonit Halperin
On 02/15/2012 03:36 PM, Gerd Hoffmann wrote: On 02/15/12 14:22, Yonit Halperin wrote: Hi, On 02/15/2012 03:11 PM, Gerd Hoffmann wrote: This patch fixes the local qxl renderer to not kick spice-server in case the vm is stopped. First it is pointless because we render evevything when the vm is s

Re: [Qemu-devel] [PATCH] qxl: don't render stuff when the vm is stopped.

2012-02-15 Thread Gerd Hoffmann
On 02/15/12 14:22, Yonit Halperin wrote: > Hi, > On 02/15/2012 03:11 PM, Gerd Hoffmann wrote: >> This patch fixes the local qxl renderer to not kick spice-server in case >> the vm is stopped. First it is pointless because we render evevything >> when the vm is stopped. Thus there is nothing to re

Re: [Qemu-devel] [PATCH] qxl: don't render stuff when the vm is stopped.

2012-02-15 Thread Yonit Halperin
Hi, On 02/15/2012 03:11 PM, Gerd Hoffmann wrote: This patch fixes the local qxl renderer to not kick spice-server in case the vm is stopped. First it is pointless because we render evevything when the vm is stopped. Thus there is nothing to render anyway because a stopped guest can hardly queue

[Qemu-devel] [PATCH] qxl: don't render stuff when the vm is stopped.

2012-02-15 Thread Gerd Hoffmann
This patch fixes the local qxl renderer to not kick spice-server in case the vm is stopped. First it is pointless because we render evevything when the vm is stopped. Thus there is nothing to render anyway because a stopped guest can hardly queue more commands. Second we avoid triggering an asse