qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kurz <groug@kaod.org>
To: "sochin.jiang" <sochin.jiang@huawei.com>
Cc: "Fangyi (C)" <eric.fangyi@huawei.com>,
	joinpub@163.com, Jiangyiwen <jiangyiwen@huawei.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] virtio-9p: hot-plug/unplug about virtio-9p device
Date: Fri, 12 Jan 2018 11:48:19 +0100	[thread overview]
Message-ID: <20180112114819.19513e45@bahia.lan> (raw)
In-Reply-To: <e23601f9-0562-92f1-2db8-cbb9305da9e0@huawei.com>

On Thu, 11 Jan 2018 10:23:32 +0800
sochin.jiang <sochin.jiang@huawei.com> wrote:

> On 2018/1/8 18:10, Greg Kurz wrote:
> > On Tue, 19 Dec 2017 13:41:12 +0800
> > sochin.jiang <sochin.jiang@huawei.com> wrote:
> >  
> >>      Hi, guys.
> >>
> >>     I'm looking for the hot-plug/unplug features of virtio-9p device recently, and found there's a lack of support.
> >>
> >>     I am wondering why ? Is there a reason. Actually, I write a qmp command to support fsdev_add, then a device_add qmp will    
> >>
> >>     successfully add a virtio-9p device(just like virtio-blk).
> >>
> >>    Whether there is some concerns that we haven't support this ? hope for a reply, thanks.
> >>
> >>
> >> sochin.
> >>  
> > Hi Sochin,
> >
> > I've just discovered this mail by chance. Please note I'm the only active
> > maintainer for virtio-9p. You really should check the content of MAINTAINERS
> > and Cc the appropriate people. :)
> >
> > Now, back to your question. Yes, there's only some partial support for
> > hot-plug/unplug. Mostly because nobody cared to work on it I guess.
> >
> > So, indeed, we don't have fsdev_add/fsdev_del, ie, we can only rely on
> > shared directories specified on the QEMU command line.
> >
> > On the virtio-9p device side, hotplug is supported, ie, device_add virtio-9p
> > works as expected.
> >
> > Hot-unplug is different as it requires some coordination with the guest. The
> > current status is that it requires the 9p shared directory to be unmounted
> > in the guest: if you do device_del while the directory is mounted in a linux
> > guest, you'll get these messages in the guest syslog:
> >
> > kernel:9pnet_virtio virtio2: p9_virtio_remove: waiting for device in use.
> >
> > If the 9p directory is unmounted at some point, then the hot unplug
> > sequence will eventually succeed.
> >
> > But this shouldn't be done like this: the guest should cancel inflight
> > requests and cause any new I/O requests in the guest to fail right away.
> > I have a tentative patch for the linux driver I can share if you want.
> >
> > Cheers,
> >
> > --
> > Greg
> >
> > .
> >  
> 
> 
> Thanks, Greg.
> 
> Indeed, I got those error messages while trying to do device_del with
> shared directory mounted in the guest. I really would like to see you patch for linux driver.
> 

I'll try to send it soon.

> About virtio-9p, we are actually considering to use it for hypervisor-based container, 

Something like Intel's Clear Containers ?

> a support of hotplug/unplug will be better, also I believe there will be more people to work on it.

That's good news !

Cheers,

--
Greg

> 
> 
> Sochin.
> 
> 
> 

      reply	other threads:[~2018-01-12 10:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-19  5:41 [Qemu-devel] virtio-9p: hot-plug/unplug about virtio-9p device sochin.jiang
2018-01-08 10:10 ` Greg Kurz
2018-01-11  2:23   ` sochin.jiang
2018-01-12 10:48     ` Greg Kurz [this message]

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=20180112114819.19513e45@bahia.lan \
    --to=groug@kaod.org \
    --cc=eric.fangyi@huawei.com \
    --cc=jiangyiwen@huawei.com \
    --cc=joinpub@163.com \
    --cc=qemu-devel@nongnu.org \
    --cc=sochin.jiang@huawei.com \
    /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).