From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9aro-0003K7-01 for qemu-devel@nongnu.org; Thu, 06 Sep 2012 08:07:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9are-0006ZS-JS for qemu-devel@nongnu.org; Thu, 06 Sep 2012 08:07:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9are-0006ZH-B6 for qemu-devel@nongnu.org; Thu, 06 Sep 2012 08:07:18 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q86C7Go2029064 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 6 Sep 2012 08:07:16 -0400 Message-ID: <504891F2.2080903@redhat.com> Date: Thu, 06 Sep 2012 14:07:14 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1346909967-10929-1-git-send-email-kraxel@redhat.com> <1346909967-10929-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1346909967-10929-2-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/4] spice: switch to queue for vga mode updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Am 06.09.2012 07:39, schrieb Gerd Hoffmann: > --- > hw/qxl.c | 6 +++--- > ui/spice-display.c | 25 ++++++++++++++----------- > ui/spice-display.h | 3 ++- > 3 files changed, 19 insertions(+), 15 deletions(-) SoB is missing in this one. Kevin