qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paul Durrant <Paul.Durrant@citrix.com>
To: Stefano Stabellini <sstabellini@kernel.org>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	"xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>,
	Anthony Perard <anthony.perard@citrix.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Richard Henderson <rth@twiddle.net>,
	Eduardo Habkost <ehabkost@redhat.com>,
	"olaf@aepfle.de" <olaf@aepfle.de>
Subject: Re: [Qemu-devel] [PATCH v2 2/3] xen-platform: add support for unplugging NVMe disks...
Date: Wed, 25 Jan 2017 11:12:44 +0000	[thread overview]
Message-ID: <92f11755b66845d091204a424cad9ed4@AMSPEX02CL03.citrite.net> (raw)
In-Reply-To: <alpine.DEB.2.10.1701241520050.10192@sstabellini-ThinkPad-X260>

> -----Original Message-----
> From: Stefano Stabellini [mailto:sstabellini@kernel.org]
> Sent: 24 January 2017 23:49
> To: Paul Durrant <Paul.Durrant@citrix.com>
> Cc: qemu-devel@nongnu.org; xen-devel@lists.xenproject.org; Stefano
> Stabellini <sstabellini@kernel.org>; Anthony Perard
> <anthony.perard@citrix.com>; Michael S. Tsirkin <mst@redhat.com>; Paolo
> Bonzini <pbonzini@redhat.com>; Richard Henderson <rth@twiddle.net>;
> Eduardo Habkost <ehabkost@redhat.com>; olaf@aepfle.de
> Subject: Re: [PATCH v2 2/3] xen-platform: add support for unplugging NVMe
> disks...
> 
> On Tue, 24 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.
> >
> > Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
> 
> Please update docs/misc/hvm-emulated-unplug.markdown in the Xen
> repository first. It might be also worth clarifying that `1` actually
> means all disks, not just IDE disks. Then, please add a reference to
> that commit in the description of this patch.
>

Patch posted to remove 'IDE' from the documentation for value '1'. Awaiting ack.

  Paul 
 
> 
> > ---
> > Cc: Stefano Stabellini <sstabellini@kernel.org>
> > Cc: Anthony Perard <anthony.perard@citrix.com>
> > Cc: "Michael S. Tsirkin" <mst@redhat.com>
> > Cc: Paolo Bonzini <pbonzini@redhat.com>
> > Cc: Richard Henderson <rth@twiddle.net>
> > Cc: Eduardo Habkost <ehabkost@redhat.com>
> > ---
> >  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
> >

  reply	other threads:[~2017-01-25 11:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-24 14:05 [Qemu-devel] [PATCH v2 0/3] xen-platform: disk unplug modifications Paul Durrant
2017-01-24 14:05 ` [Qemu-devel] [PATCH v2 1/3] xen-platform: re-structure unplug_disks Paul Durrant
2017-01-24 23:48   ` Stefano Stabellini
2017-01-24 14:05 ` [Qemu-devel] [PATCH v2 2/3] xen-platform: add support for unplugging NVMe disks Paul Durrant
2017-01-24 23:48   ` Stefano Stabellini
2017-01-25 11:12     ` Paul Durrant [this message]
2017-01-25 17:54       ` Stefano Stabellini
2017-01-24 14:05 ` [Qemu-devel] [PATCH v2 3/3] xen-platform: add missing disk unplug option Paul Durrant
2017-01-24 23:50   ` Stefano Stabellini
  -- strict thread matches above, loose matches on Subject: below --
2017-01-25 18:21 [Qemu-devel] [PATCH v2 2/3] xen-platform: add support for unplugging NVMe disks Paul Durrant
2017-01-25 18:28 ` Stefano Stabellini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=92f11755b66845d091204a424cad9ed4@AMSPEX02CL03.citrite.net \
    --to=paul.durrant@citrix.com \
    --cc=anthony.perard@citrix.com \
    --cc=ehabkost@redhat.com \
    --cc=mst@redhat.com \
    --cc=olaf@aepfle.de \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).