From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52237 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiP3s-0004eo-Fs for qemu-devel@nongnu.org; Thu, 27 Jan 2011 05:26:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiP3o-0001AR-Ge for qemu-devel@nongnu.org; Thu, 27 Jan 2011 05:26:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiP3o-0001AA-7n for qemu-devel@nongnu.org; Thu, 27 Jan 2011 05:26:40 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0RAQdw7031890 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 27 Jan 2011 05:26:39 -0500 Message-ID: <4D41485B.8000506@redhat.com> Date: Thu, 27 Jan 2011 11:26:35 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4D412CF0.30706@redhat.com> In-Reply-To: <4D412CF0.30706@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 0.14] spice + usb List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Kevin Wolf , Markus Armbruster , qemu-devel , "Michael S. Tsirkin" Hi, There are two outstanding pull requests: (1) usb patch queue git://anongit.freedesktop.org/spice/qemu usb.5 Brings event queuing for usb hid devices. Brings migration support for usb hub and usb hid devices. The latter is a quite important, it makes sure the recently added remote wakeup support keeps working after migration. (2) spice patch queue (just reposted with one bugfix added). git://anongit.freedesktop.org/spice/qemu spice.v30.pull Brings a bunch of bug fixes for spice+qxl collected the last few weeks and the spicevmc chardev by Alon. thanks, Gerd