From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCQqW-0004Jv-T0 for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:01:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCQqS-0002GY-QS for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:01:52 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:50831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCQqS-0002GQ-J2 for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:01:48 -0400 Message-ID: <5052E46A.4030407@msgid.tls.msk.ru> Date: Fri, 14 Sep 2012 12:01:46 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1347525926-28563-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1347525926-28563-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/10] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 13.09.2012 12:45, Gerd Hoffmann wrote: > Hi, > > This pull brings monitor configuration support for qxl which is needed > by the upcoming kms qxl driver. Also a nice speedup for qxl in vga mode > and as usual some bugfixes. Again, anything worth to apply/backport to -stable? For example, "qxl: dont update invalid area" by Dunrong Huang or a fix by Hans de Goede maybe? Thanks, /mjt > Alon Levy (3): > hw/qxl: tracing fixes > qxl: add trace-event for QXL_IO_LOG > hw/qxl: support client monitor configuration via device > > Dunrong Huang (1): > qxl: dont update invalid area > > 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 > > Hans de Goede (1): > qxl: Ignore set_client_capabilities pre/post migrate > > Uri Lublin (1): > qxl: better cleanup for surface destroy