From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8ocO-0000sl-Lk for qemu-devel@nongnu.org; Tue, 04 Sep 2012 04:36:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8ocI-0005XI-8a for qemu-devel@nongnu.org; Tue, 04 Sep 2012 04:36:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8ocI-0005XE-0P for qemu-devel@nongnu.org; Tue, 04 Sep 2012 04:36:14 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q848aDmq007446 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 4 Sep 2012 04:36:13 -0400 Message-ID: <5045BD7B.6050500@redhat.com> Date: Tue, 04 Sep 2012 10:36:11 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <5044B86C.1070301@redhat.com> In-Reply-To: <5044B86C.1070301@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL for usb-next]: Move usb-redir over to using more usb-core infra + misc ehci fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: "qemu-devel@nongnu.org" Hi, > I've made a tree with my current usb-redir work for upstream here: > including some more ehci fixes is here, can you please add the > patches from there to your usb-next tree? In general it is better to work against master not usb-next as usb-next is a moving target. A little hard in this case as there is a noticable usb queue waiting for 1.3 development open and you have dependencies on patches queued up ... > usb-redir: Convert to new libusbredirparser 0.5 API This one adds a hard dependency on the latest libusbredirparser. Can we make this optional without too much fuss, so qemu continues to build with older versions, at least for a while? For example disable live migration support if we find an older libusbredir version? cheers, Gerd