From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cY7g6-0001Tp-Tg for qemu-devel@nongnu.org; Mon, 30 Jan 2017 03:51:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cY7g3-00078n-Ra for qemu-devel@nongnu.org; Mon, 30 Jan 2017 03:51:10 -0500 Received: from smtp.ctxuk.citrix.com ([185.25.65.24]:59562 helo=SMTP.EU.CITRIX.COM) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1cY7g3-00072O-Ib for qemu-devel@nongnu.org; Mon, 30 Jan 2017 03:51:07 -0500 From: Paul Durrant Date: Mon, 30 Jan 2017 08:51:01 +0000 Message-ID: <39438b53d7ab43e7b57a91b39938bd6c@AMSPEX02CL03.citrite.net> References: <1485423445-12302-1-git-send-email-paul.durrant@citrix.com> <1485423445-12302-3-git-send-email-paul.durrant@citrix.com> In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v3 2/3] xen-platform: add support for unplugging NVMe disks... List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: "qemu-devel@nongnu.org" , "xen-devel@lists.xenproject.org" , Anthony Perard , "Michael S. Tsirkin" , Paolo Bonzini , Richard Henderson , Eduardo Habkost > -----Original Message----- > From: Stefano Stabellini [mailto:sstabellini@kernel.org] > Sent: 27 January 2017 23:35 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-devel@lists.xenproject.org; Stefano > Stabellini ; Anthony Perard > ; Michael S. Tsirkin ; Paolo > Bonzini ; Richard Henderson ; > Eduardo Habkost > Subject: Re: [PATCH v3 2/3] xen-platform: add support for unplugging NVMe > disks... >=20 > On Thu, 26 Jan 2017, Paul Durrant wrote: > > ...not just IDE and SCSI. > > > > This patch allows the Xen tool-stack to fully support of NVMe as an > > emulated disk type. See [1] for the relevant tool-stack patch discussio= n. > > > > [1] https://lists.xen.org/archives/html/xen-devel/2017-01/msg01225.html > > > > Signed-off-by: Paul Durrant >=20 > Reviewed-by: Stefano Stabellini >=20 > I queued the whole series. FYI I am waiting for another patch to fix a > regression before sending a pull request. >=20 Cool. Thanks Stefano. Paul >=20 > > Cc: Stefano Stabellini > > Cc: Anthony Perard > > Cc: "Michael S. Tsirkin" > > Cc: Paolo Bonzini > > Cc: Richard Henderson > > Cc: Eduardo Habkost > > > > v3: > > - Add reference to xen-devel patch discussion in commit message as > > requested by Stefano. > > --- > > hw/i386/xen/xen_platform.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/hw/i386/xen/xen_platform.c b/hw/i386/xen/xen_platform.c > > index f50915f..7d41ebb 100644 > > --- a/hw/i386/xen/xen_platform.c > > +++ b/hw/i386/xen/xen_platform.c > > @@ -120,6 +120,7 @@ static void unplug_disks(PCIBus *b, PCIDevice *d, > void *o) > > break; > > > > case PCI_CLASS_STORAGE_SCSI: > > + case PCI_CLASS_STORAGE_EXPRESS: > > object_unparent(OBJECT(d)); > > break; > > > > -- > > 2.1.4 > >