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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id B93CCC43217 for ; Tue, 18 Oct 2022 08:33:08 +0000 (UTC) Received: from localhost ([::1]:38452 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oki26-0007Of-Nx for qemu-devel@archiver.kernel.org; Tue, 18 Oct 2022 04:33:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49274) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okhtJ-00037j-Mm; Tue, 18 Oct 2022 04:24:03 -0400 Received: from mail.nearlyone.de ([46.163.114.145]:53418) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okht6-0001Xm-CY; Tue, 18 Oct 2022 04:24:00 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id A68075E3B5; Tue, 18 Oct 2022 10:15:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monom.org; s=dkim; t=1666080949; h=from:subject:date:message-id:to:cc:mime-version:content-type: in-reply-to:references; bh=ZVlc5AW1glEV0mEIiNCglLHhGkJLapm7JFLEXMjJf/Y=; b=FkaXXccaUshyh2MinLqZKJhzwcyFvbCh2JOIJRFu7Q5pHv2xcQSdqGeGxIvwisWTyGgv+F 9XqmFIPQjZk1p017OTac8SUrUYRawut5hz0Gg3pfYPBa3v4zSLS7n2y9wd2PvozgOv7X5f cUPbCAYQKjpLq+nRXYijUo+cXfShe5FZ8m1OWtsZc2cbfiMVqMswgrHNaHJz9DDZR7Whu5 BcUYAMaXtAHlKFFZddPjrUfHLfbU1D5fsWDE/pYRHtW0HDsYhfZWgJOeD79KwicNL6r5B2 MZq9d3tISVF1NXYBR0ffLjy1LvcUUo3tcyjbLOMFMJRuX1Ge9IwuF/p7ckk8fg== Date: Tue, 18 Oct 2022 10:15:46 +0200 From: Daniel Wagner To: Klaus Jensen Cc: Hannes Reinecke , Kevin Wolf , qemu-block@nongnu.org, qemu-devel@nongnu.org, Keith Busch Subject: Re: [PATCH] hw/block/nvme: re-enable NVMe PCI hotplug Message-ID: <20221018081546.mzziix5ymjmpus56@carbon.lan> References: <20210511073511.32511-1-hare@suse.de> <5fe71d92-842b-2b86-1d5e-c7a106753d2a@suse.de> <27cc0341-3a32-4a75-f5fd-9987b1b37799@suse.de> <7f4c0a64-582b-edc7-7362-2da45c137702@suse.de> <20221010170100.o326gwco547y3qrz@carbon.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Last-TLS-Session-Version: TLSv1.3 Received-SPF: pass client-ip=46.163.114.145; envelope-from=wagi@monom.org; helo=mail.nearlyone.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Mon, Oct 10, 2022 at 07:15:08PM +0200, Klaus Jensen wrote: > This is all upstream. Namespaces with 'shared=on' *should* all be > automatically attached to any hotplugged controller devices. > > With what setup is this not working for you? Ah okay, I missed the 'shared=on' bit. Let me try again.