From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 In-Reply-To: <503F96EB.2010304@gmail.com> References: <20120810150955.e4ab3c7f.izumi.taku@jp.fujitsu.com> <503F96EB.2010304@gmail.com> Date: Thu, 30 Aug 2012 10:29:54 -0700 Message-ID: Subject: Re: [PATCH 0/7][RESEND] acpi, pci: hostbridge hotplug support From: Yinghai Lu To: Jiang Liu Cc: Bjorn Helgaas , Taku Izumi , linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, kaneshige.kenji@jp.fujitsu.com, jiang.liu@huawei.com Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-acpi-owner@vger.kernel.org List-ID: On Thu, Aug 30, 2012 at 9:38 AM, Jiang Liu wrote: > On 08/30/2012 11:48 PM, Yinghai Lu wrote: > For system does support physical processor hotplug, I think > BIOS should expose those special PCI buses, otherwise we may run into > trouble after removing a physical processor. No, not do the physical removing. I just want to remove those not needed pci root bus. lspci output get filled of all the those useless cpu pci devices. > BTW, do we really want to support logical PCI host bridge hotplug > or only support physical host bridge hotplug? Here logical hotplug means > adding a PCI bus into or removing a PCI bus from the running kernel. get logical done at first, and then via acpi we could do real physical removal. Thanks Yinghai