From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8q0P-0002EC-Rw for qemu-devel@nongnu.org; Tue, 04 Sep 2012 06:05:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8q0J-0001mG-Pu for qemu-devel@nongnu.org; Tue, 04 Sep 2012 06:05:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8q0J-0001lM-Hm for qemu-devel@nongnu.org; Tue, 04 Sep 2012 06:05:07 -0400 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.14.4/8.14.4) with ESMTP id q84A56qP030417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 4 Sep 2012 06:05:06 -0400 Message-ID: <5045D250.3060902@redhat.com> Date: Tue, 04 Sep 2012 12:05:04 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <5044B86C.1070301@redhat.com> <5045BD7B.6050500@redhat.com> <5045CA85.20807@redhat.com> In-Reply-To: <5045CA85.20807@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, > Fulfilling your request would mean wrapping 90% of all function > prototypes in hw/usb/redirect.c with #ifdef magic. Which I find rather > ugly. If you prefer the ifdef's over the hard version requirement, > I can do the ifdef-s, but my preference is to just put the hard > version dependency on the latest usbredir in there. Ok, too much trouble, lets skip it then. We'll do it just after the 1.2 release so there is time for people to adapt before 1.3 gets released. Applied patches, fixed up codestyle, reordered to group patches, pushed to usb-next. cheers, Gerd