From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uav0z-0004NV-BA for qemu-devel@nongnu.org; Fri, 10 May 2013 17:38:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uav0y-00066O-Be for qemu-devel@nongnu.org; Fri, 10 May 2013 17:38:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uav0y-00066E-3w for qemu-devel@nongnu.org; Fri, 10 May 2013 17:38:08 -0400 Message-ID: <1368221884.3334.28.camel@ul30vt.home> From: Alex Williamson Date: Fri, 10 May 2013 15:38:04 -0600 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] VFIO VGA test branches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Justin Gottula Cc: qemu-devel@nongnu.org On Fri, 2013-05-10 at 14:31 -0700, Justin Gottula wrote: > Hi, >=20 > The kernel won't compile with CONFIG_HOTPLUG_PCI=3Dm: >=20 > drivers/pci/hotplug/pci_hotplug_core.c:548:5: error: redefinition of > =E2=80=98pci_hp_reset_slot=E2=80=99 > int pci_hp_reset_slot(struct hotplug_slot *hotplug, int probe) > ^ > In file included from drivers/pci/hotplug/pci_hotplug_core.c:41:0: > include/linux/pci_hotplug.h:141:19: note: previous definition of > =E2=80=98pci_hp_reset_slot=E2=80=99 was here > static inline int pci_hp_reset_slot(struct hotplug_slot *slot, int pro= be) > ^ > make[3]: *** [drivers/pci/hotplug/pci_hotplug_core.o] Error 1 Oops, thanks. Hopefully you can use =3Dy or off for now. These trees aren't yet ready for upstream. Thanks, Alex