All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Asias He <asias@redhat.com>
Cc: axboe@kernel.dk, kvm@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	virtualization@lists.linux-foundation.org,
	Christoph Hellwig <hch@infradead.org>,
	David Miller <davem@davemloft.net>
Subject: Re: [PATCH] vhost-blk: Add vhost-blk support v5
Date: Mon, 26 Nov 2012 17:14:16 +0200	[thread overview]
Message-ID: <20121126151416.GB21016@redhat.com> (raw)
In-Reply-To: <20121119202641.GB12283@redhat.com>

On Mon, Nov 19, 2012 at 10:26:41PM +0200, Michael S. Tsirkin wrote:
> > 
> > Userspace bits:
> > -----------------------------
> > 1) LKVM
> > The latest vhost-blk userspace bits for kvm tool can be found here:
> > git@github.com:asias/linux-kvm.git blk.vhost-blk
> > 
> > 2) QEMU
> > The latest vhost-blk userspace prototype for QEMU can be found here:
> > git@github.com:asias/qemu.git blk.vhost-blk
> > 
> > Changes in v5:
> > - Do not assume the buffer layout
> > - Fix wakeup race
> > 
> > Changes in v4:
> > - Mark req->status as userspace pointer
> > - Use __copy_to_user() instead of copy_to_user() in vhost_blk_set_status()
> > - Add if (need_resched()) schedule() in blk thread
> > - Kill vhost_blk_stop_vq() and move it into vhost_blk_stop()
> > - Use vq_err() instead of pr_warn()
> > - Fail un Unsupported request
> > - Add flush in vhost_blk_set_features()
> > 
> > Changes in v3:
> > - Sending REQ_FLUSH bio instead of vfs_fsync, thanks Christoph!
> > - Check file passed by user is a raw block device file
> > 
> > Signed-off-by: Asias He <asias@redhat.com>
> 
> Since there are files shared by this and vhost net
> it's easiest for me to merge this all through the
> vhost tree.

Hi Dave, are you ok with this proposal?

-- 
MST

WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Asias He <asias@redhat.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>,
	Christoph Hellwig <hch@infradead.org>,
	kvm@vger.kernel.org, virtualization@lists.linux-foundation.org,
	axboe@kernel.dk, linux-kernel@vger.kernel.org,
	David Miller <davem@davemloft.net>
Subject: Re: [PATCH] vhost-blk: Add vhost-blk support v5
Date: Mon, 26 Nov 2012 17:14:16 +0200	[thread overview]
Message-ID: <20121126151416.GB21016@redhat.com> (raw)
In-Reply-To: <20121119202641.GB12283@redhat.com>

On Mon, Nov 19, 2012 at 10:26:41PM +0200, Michael S. Tsirkin wrote:
> > 
> > Userspace bits:
> > -----------------------------
> > 1) LKVM
> > The latest vhost-blk userspace bits for kvm tool can be found here:
> > git@github.com:asias/linux-kvm.git blk.vhost-blk
> > 
> > 2) QEMU
> > The latest vhost-blk userspace prototype for QEMU can be found here:
> > git@github.com:asias/qemu.git blk.vhost-blk
> > 
> > Changes in v5:
> > - Do not assume the buffer layout
> > - Fix wakeup race
> > 
> > Changes in v4:
> > - Mark req->status as userspace pointer
> > - Use __copy_to_user() instead of copy_to_user() in vhost_blk_set_status()
> > - Add if (need_resched()) schedule() in blk thread
> > - Kill vhost_blk_stop_vq() and move it into vhost_blk_stop()
> > - Use vq_err() instead of pr_warn()
> > - Fail un Unsupported request
> > - Add flush in vhost_blk_set_features()
> > 
> > Changes in v3:
> > - Sending REQ_FLUSH bio instead of vfs_fsync, thanks Christoph!
> > - Check file passed by user is a raw block device file
> > 
> > Signed-off-by: Asias He <asias@redhat.com>
> 
> Since there are files shared by this and vhost net
> it's easiest for me to merge this all through the
> vhost tree.

Hi Dave, are you ok with this proposal?

-- 
MST

  parent reply	other threads:[~2012-11-26 15:14 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-19  8:53 [PATCH] vhost-blk: Add vhost-blk support v5 Asias He
2012-11-19 20:26 ` Michael S. Tsirkin
2012-11-19 20:26   ` Michael S. Tsirkin
2012-11-20  6:39   ` Asias He
2012-11-20  6:39     ` Asias He
2012-11-20 13:37     ` Michael S. Tsirkin
2012-11-20 13:37       ` Michael S. Tsirkin
2012-11-21  4:24       ` Asias He
2012-11-21  4:24         ` Asias He
2012-11-21 11:57         ` Michael S. Tsirkin
2012-11-21 11:57           ` Michael S. Tsirkin
2012-11-22  7:23           ` Asias He
2012-11-22  7:23             ` Asias He
2012-11-26 15:14   ` Michael S. Tsirkin [this message]
2012-11-26 15:14     ` Michael S. Tsirkin
2012-11-28 16:26     ` David Miller
2012-11-28 16:26     ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2012-11-19  8:53 Asias He

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=20121126151416.GB21016@redhat.com \
    --to=mst@redhat.com \
    --cc=asias@redhat.com \
    --cc=axboe@kernel.dk \
    --cc=davem@davemloft.net \
    --cc=hch@infradead.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=virtualization@lists.linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.