From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLIqV-0008OG-DS for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:14:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLIqT-0005Ca-K9 for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:13:59 -0400 Received: from mail-qy0-f173.google.com ([209.85.216.173]:57449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLIqT-0005CK-FA for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:13:57 -0400 Received: by qyk30 with SMTP id 30so1046879qyk.4 for ; Tue, 01 Nov 2011 11:13:57 -0700 (PDT) Message-ID: <4EB036E0.8080507@redhat.com> Date: Tue, 01 Nov 2011 13:13:52 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1320151157-17598-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1320151157-17598-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 11/01/2011 07:39 AM, Gerd Hoffmann wrote: > Hi, > > Carrying three little qxl fixes. > Final spice batch for 1.0. > > please pull, > Gerd > > The following changes since commit ff74c5a9a91c6dbf1017195462aa4176f7381240: > > Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging (2011-10-31 15:05:40 -0500) > > are available in the git repository at: > > git://anongit.freedesktop.org/spice/qemu spice.v46 Pulled. Thanks. Regards, Anthony Liguori > > Alon Levy (1): > qxl: create slots on post_load in vga state > > Gerd Hoffmann (2): > qxl: stride fixup > qxl: make sure we continue to run with a shared buffer > > hw/qxl-render.c | 36 ++++++++++++++++++++++++------------ > hw/qxl.c | 26 +++++++++++++++++++------- > hw/qxl.h | 3 ++- > 3 files changed, 45 insertions(+), 20 deletions(-) > >