All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alon Levy <alevy@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2 0/4] spice: improve vga mode performance
Date: Thu, 6 Sep 2012 16:38:47 +0300	[thread overview]
Message-ID: <20120906133847.GA13720@garlic.redhat.com> (raw)
In-Reply-To: <1346909967-10929-1-git-send-email-kraxel@redhat.com>

On Thu, Sep 06, 2012 at 07:39:23AM +0200, Gerd Hoffmann wrote:
>   Hi,

Series is

Reviewed-by: Alon Levy <alevy@redhat.com>

> 
> This patch series makes spice be more clever on screen updates when in
> vga mode (i.e. without qxl guest driver loaded or when using a non-qxl
> vga card).  qemu keeps a copy of the screen with the content forwarded
> to spice-server, then on updates it goes compare the guest screen with
> the copy to figure what has really changed.
> 
> [ v2: fix two bugs so the series actually has the desired effect ]
> 
> cheers,
>   Gerd
> 
> Gerd Hoffmann (4):
>   spice: switch to queue for vga mode updates
>   spice: split qemu_spice_create_update
>   spice: add screen mirror
>   spice: send updates only for changed screen content
> 
>  hw/qxl.c           |    6 +-
>  ui/spice-display.c |  136 ++++++++++++++++++++++++++++++++++++++++------------
>  ui/spice-display.h |    4 +-
>  3 files changed, 111 insertions(+), 35 deletions(-)
> 
> 

      parent reply	other threads:[~2012-09-06 13:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-06  5:39 [Qemu-devel] [PATCH v2 0/4] spice: improve vga mode performance Gerd Hoffmann
2012-09-06  5:39 ` [Qemu-devel] [PATCH v2 1/4] spice: switch to queue for vga mode updates Gerd Hoffmann
2012-09-06 12:07   ` Kevin Wolf
2012-09-06 12:53     ` Gerd Hoffmann
2012-09-06  5:39 ` [Qemu-devel] [PATCH v2 2/4] spice: split qemu_spice_create_update Gerd Hoffmann
2012-09-06  5:39 ` [Qemu-devel] [PATCH v2 3/4] spice: add screen mirror Gerd Hoffmann
2012-09-06  5:39 ` [Qemu-devel] [PATCH v2 4/4] spice: send updates only for changed screen content Gerd Hoffmann
2012-09-06 13:38 ` Alon Levy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120906133847.GA13720@garlic.redhat.com \
    --to=alevy@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.