From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwjTY-0001wX-2J for qemu-devel@nongnu.org; Tue, 26 Sep 2017 02:36:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwjTV-0005JK-07 for qemu-devel@nongnu.org; Tue, 26 Sep 2017 02:36:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45856) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dwjTU-0005Iy-P3 for qemu-devel@nongnu.org; Tue, 26 Sep 2017 02:36:08 -0400 Message-ID: <1506407766.32072.5.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 26 Sep 2017 08:36:06 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] usb: Fix usb-host build List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Jan Kiszka Cc: qemu-devel On Mon, 2017-09-25 at 20:29 +0100, Peter Maydell wrote: > Gerd, ping? If you provide a reviewed-by or acked-by > I can apply this to master as a buildfix... > > thanks > -- PMM > > On 22 September 2017 at 08:42, Jan Kiszka > wrote: > > From: Jan Kiszka > > > > This reverts the incorrect commit 2041649f0b04 (these are > > machine-independent objects) Commit is correct. The objects are machine-independent indeed, but not all machines need it. s390x (host) doesn't support usb in the first place, so usb-passthrough is rather pointless. So this drops the compiled object files from the list for the linker ... > > and fixes the name of the config var. That one is needed. cheers, Gerd