From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBJq3-0000nP-7d for qemu-devel@nongnu.org; Fri, 10 Jun 2016 06:38:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBJpx-0008S6-BE for qemu-devel@nongnu.org; Fri, 10 Jun 2016 06:38:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBJpx-0008Q8-4x for qemu-devel@nongnu.org; Fri, 10 Jun 2016 06:38:49 -0400 Message-ID: <1465555123.2920.9.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 10 Jun 2016 12:38:43 +0200 In-Reply-To: <20160607083530.GA6238@gmail.com> References: <1464009123-5814-1-git-send-email-kraxel@redhat.com> <1464009123-5814-4-git-send-email-kraxel@redhat.com> <20160607083530.GA6238@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [Xen-devel] [PULL 3/4] xen: add pvUSB backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Olaf Hering Cc: qemu-devel@nongnu.org, Juergen Gross , Anthony Perard , Stefano Stabellini , "open list:X86" On Di, 2016-06-07 at 10:35 +0200, Olaf Hering wrote: > On Mon, May 23, Gerd Hoffmann wrote: >=20 > > +++ b/hw/usb/Makefile.objs > > +common-obj-$(CONFIG_XEN_BACKEND) +=3D xen-usb.o > > +++ b/hw/usb/xen-usb.c > > + usb_bus_new(&usbif->bus, sizeof(usbif->bus), &xen_usb_bus_ops, xen= _sysdev); >=20 > xen_sysdev is in an i386-only file, as a result qemu fails to link. Ping. Juergen? Xen folks? Can anyone have a look please? I think the fix would be s/xen_sysdev/xendev/, but I can't test that myself. cheers, Gerd