From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5945BC4332B for ; Tue, 24 Mar 2020 11:09:25 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 28B3520786 for ; Tue, 24 Mar 2020 11:09:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="FLFKxRms" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 28B3520786 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:46796 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGhQy-00052V-Ak for qemu-devel@archiver.kernel.org; Tue, 24 Mar 2020 07:09:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60733) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGhQG-0004Cc-A2 for qemu-devel@nongnu.org; Tue, 24 Mar 2020 07:08:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGhQE-0004Lr-OX for qemu-devel@nongnu.org; Tue, 24 Mar 2020 07:08:40 -0400 Received: from us-smtp-delivery-74.mimecast.com ([216.205.24.74]:37818) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jGhQE-0004Ln-KY for qemu-devel@nongnu.org; Tue, 24 Mar 2020 07:08:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1585048118; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zkoQRBj3lV6jpH15ep3eZIbfkH3eaitWhFn0iFTXMxc=; b=FLFKxRmsa5x1WjxAVGTZTGAuBpvSZ3qRvxfq5WqeXO7jHpmoonRmA+e8Ah46XcOc5yYeQQ luOEF18XTYJhGPO/ZreovSm+JLHb/u1XfHmpK8Zq495CCOCzUsSsYJGOEqPUEYmNIqvJS2 2HFTmZztiZmyEqlL6ERYmRyoMYJ2DIg= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-251-1OEs5BH_NdW4dkUxzJe1yQ-1; Tue, 24 Mar 2020 07:08:34 -0400 X-MC-Unique: 1OEs5BH_NdW4dkUxzJe1yQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D37D818C43C2; Tue, 24 Mar 2020 11:08:33 +0000 (UTC) Received: from localhost (unknown [10.40.208.76]) by smtp.corp.redhat.com (Postfix) with ESMTP id 119F15D9C5; Tue, 24 Mar 2020 11:08:29 +0000 (UTC) Date: Tue, 24 Mar 2020 12:08:28 +0100 From: Igor Mammedov To: Ani Sinha Subject: Re: Hot unplug disabling on pci-pci bridge Message-ID: <20200324120828.2b50d41e@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 216.205.24.74 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "qemu-devel@nongnu.org" , Laine Stump Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Tue, 24 Mar 2020 10:06:00 +0000 Ani Sinha wrote: > Hi All : > > I have been playing with Qemu trying to disable hot-unplug capability for conventional PCI. I have discussed this briefly on IRC and the plan is to have an option on the pci-pci bridge that would disable SHPC and ACPI hotplug capability for all the slots on that bus. I am _not_ trying to implement a per slot capability for conventional PCI as was previously posted for PCIE slots in this patch : https://lists.gnu.org/archive/html/qemu-devel/2020-03/msg01833.html (we do not need this atm). > > I am following the conversations which happened few weeks back here: > > https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg00985.html question is do you need to disable only unplug side both (plug+unplug) operations (like we did with PCIE)? > > To that end, I have been experimenting with Qemu using the patch I attach below. I have attached the virtio balloon driver with bus 1 which is attached to the pci bridge. Following is the libvirt 4.5 xml snippet which I am using: > > > > > > > > >
> > > > >
> > > > I am using a windows guest and from the guest I can see that the balloon driver is indeed attached to the pci bridge (see attached screenshot). > I still find Windows giving me an option to hot eject the pci balloon driver. > > So what am I doing wrong here? > > [cid:F2407B5B-BBB1-4A0C-91C4-975692E3BDE1] > > > > The Qemu patch I am experimenting with (which is currently a hack) is attached below. It is based off Qemu 2.12 and not the latest mainline. > > --- > hw/pci-bridge/pci_bridge_dev.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/hw/pci-bridge/pci_bridge_dev.c b/hw/pci-bridge/pci_bridge_dev.c > index b2d861d..e706d49 100644 > --- a/hw/pci-bridge/pci_bridge_dev.c > +++ b/hw/pci-bridge/pci_bridge_dev.c > @@ -58,7 +58,7 @@ static void pci_bridge_dev_realize(PCIDevice *dev, Error **errp) > > pci_bridge_initfn(dev, TYPE_PCI_BUS); > > - if (bridge_dev->flags & (1 << PCI_BRIDGE_DEV_F_SHPC_REQ)) { > + if (0) {//bridge_dev->flags & (1 << PCI_BRIDGE_DEV_F_SHPC_REQ)) { > dev->config[PCI_INTERRUPT_PIN] = 0x1; > memory_region_init(&bridge_dev->bar, OBJECT(dev), "shpc-bar", > shpc_bar_size(dev)); > @@ -161,7 +161,7 @@ static Property pci_bridge_dev_properties[] = { > DEFINE_PROP_ON_OFF_AUTO(PCI_BRIDGE_DEV_PROP_MSI, PCIBridgeDev, msi, > ON_OFF_AUTO_AUTO), > DEFINE_PROP_BIT(PCI_BRIDGE_DEV_PROP_SHPC, PCIBridgeDev, flags, > - PCI_BRIDGE_DEV_F_SHPC_REQ, true), > + PCI_BRIDGE_DEV_F_SHPC_REQ, false), > DEFINE_PROP_END_OF_LIST(), > }; > > @@ -181,7 +181,7 @@ static const VMStateDescription pci_bridge_dev_vmstate = { > VMSTATE_END_OF_LIST() > } > }; > - > +#if 0 > static void pci_bridge_dev_hotplug_cb(HotplugHandler *hotplug_dev, > DeviceState *dev, Error **errp) > { > @@ -208,12 +208,12 @@ static void pci_bridge_dev_hot_unplug_request_cb(HotplugHandler *hotplug_dev, > } > shpc_device_hot_unplug_request_cb(hotplug_dev, dev, errp); > } > - > +#endif > static void pci_bridge_dev_class_init(ObjectClass *klass, void *data) > { > DeviceClass *dc = DEVICE_CLASS(klass); > PCIDeviceClass *k = PCI_DEVICE_CLASS(klass); > - HotplugHandlerClass *hc = HOTPLUG_HANDLER_CLASS(klass); > + //HotplugHandlerClass *hc = HOTPLUG_HANDLER_CLASS(klass); > > k->realize = pci_bridge_dev_realize; > k->exit = pci_bridge_dev_exitfn; > @@ -227,8 +227,8 @@ static void pci_bridge_dev_class_init(ObjectClass *klass, void *data) > dc->props = pci_bridge_dev_properties; > dc->vmsd = &pci_bridge_dev_vmstate; > set_bit(DEVICE_CATEGORY_BRIDGE, dc->categories); > - hc->plug = pci_bridge_dev_hotplug_cb; > - hc->unplug_request = pci_bridge_dev_hot_unplug_request_cb; > + //hc->plug = pci_bridge_dev_hotplug_cb; > + //hc->unplug_request = pci_bridge_dev_hot_unplug_request_cb; > } > > static const TypeInfo pci_bridge_dev_info = { > @@ -238,7 +238,7 @@ static const TypeInfo pci_bridge_dev_info = { > .class_init = pci_bridge_dev_class_init, > .instance_finalize = pci_bridge_dev_instance_finalize, > .interfaces = (InterfaceInfo[]) { > - { TYPE_HOTPLUG_HANDLER }, > + //{ TYPE_HOTPLUG_HANDLER }, > { INTERFACE_CONVENTIONAL_PCI_DEVICE }, > { } > } > -- > 1.9.4 >