From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMcdU-0000XM-C6 for qemu-devel@nongnu.org; Sat, 14 Feb 2015 08:19:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMcdP-0004FA-PE for qemu-devel@nongnu.org; Sat, 14 Feb 2015 08:19:52 -0500 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:52244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMcdP-0004F5-Iu for qemu-devel@nongnu.org; Sat, 14 Feb 2015 08:19:47 -0500 Received: by mail-wi0-f182.google.com with SMTP id l15so16978485wiw.3 for ; Sat, 14 Feb 2015 05:19:47 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54DF4B6F.9010301@redhat.com> Date: Sat, 14 Feb 2015 14:19:43 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <87a90hoiup.fsf@blackfin.pond.sub.org> <20150213225421.GB30518@voom.redhat.com> In-Reply-To: <20150213225421.GB30518@voom.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Did we lose monitor commands pci_add, pci_del? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , Markus Armbruster Cc: qemu-devel@nongnu.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 13/02/2015 23:54, David Gibson wrote: > So AFAICT, CONFIG_PCI_HOTPLUG_OLD is still defined for x86 > targets: > > $ git grep PCI_HOTPLUG_OLD > default-configs/i386-softmmu.mak:CONFIG_PCI_HOTPLUG_OLD=y > default-configs/x86_64-softmmu.mak:CONFIG_PCI_HOTPLUG_OLD=y ... But these symbols do not become preprocessor macros... Paolo