Re: [PATCH 1/2] vhost test module

2010-12-04 Thread Paul E. McKenney
On Thu, Dec 02, 2010 at 03:56:56PM -0800, Paul E. McKenney wrote: > On Fri, Dec 03, 2010 at 01:18:18AM +0200, Michael S. Tsirkin wrote: > > On Thu, Dec 02, 2010 at 03:13:03PM -0800, Paul E. McKenney wrote: > > > On Thu, Dec 02, 2010 at 09:47:09PM +0200, Michael S. Tsirkin wrote: > > > > On Thu, Dec

Re: [PATCH 1/2] vhost test module

2010-12-02 Thread Paul E. McKenney
On Fri, Dec 03, 2010 at 01:18:18AM +0200, Michael S. Tsirkin wrote: > On Thu, Dec 02, 2010 at 03:13:03PM -0800, Paul E. McKenney wrote: > > On Thu, Dec 02, 2010 at 09:47:09PM +0200, Michael S. Tsirkin wrote: > > > On Thu, Dec 02, 2010 at 11:26:16AM -0800, Paul E. McKenney wrote: > > > > On Thu, Dec

Re: [PATCH 1/2] vhost test module

2010-12-02 Thread Michael S. Tsirkin
On Thu, Dec 02, 2010 at 03:13:03PM -0800, Paul E. McKenney wrote: > On Thu, Dec 02, 2010 at 09:47:09PM +0200, Michael S. Tsirkin wrote: > > On Thu, Dec 02, 2010 at 11:26:16AM -0800, Paul E. McKenney wrote: > > > On Thu, Dec 02, 2010 at 09:11:30PM +0200, Michael S. Tsirkin wrote: > > > > On Thu, Dec

Re: [PATCH 1/2] vhost test module

2010-12-02 Thread Paul E. McKenney
On Thu, Dec 02, 2010 at 09:47:09PM +0200, Michael S. Tsirkin wrote: > On Thu, Dec 02, 2010 at 11:26:16AM -0800, Paul E. McKenney wrote: > > On Thu, Dec 02, 2010 at 09:11:30PM +0200, Michael S. Tsirkin wrote: > > > On Thu, Dec 02, 2010 at 11:00:37AM -0800, Paul E. McKenney wrote: > > > > On Mon, Nov

Re: [PATCH 1/2] vhost test module

2010-12-02 Thread Michael S. Tsirkin
On Thu, Dec 02, 2010 at 11:26:16AM -0800, Paul E. McKenney wrote: > On Thu, Dec 02, 2010 at 09:11:30PM +0200, Michael S. Tsirkin wrote: > > On Thu, Dec 02, 2010 at 11:00:37AM -0800, Paul E. McKenney wrote: > > > On Mon, Nov 29, 2010 at 07:09:01PM +0200, Michael S. Tsirkin wrote: > > > > This adds a

Re: [PATCH 1/2] vhost test module

2010-12-02 Thread Paul E. McKenney
On Thu, Dec 02, 2010 at 09:11:30PM +0200, Michael S. Tsirkin wrote: > On Thu, Dec 02, 2010 at 11:00:37AM -0800, Paul E. McKenney wrote: > > On Mon, Nov 29, 2010 at 07:09:01PM +0200, Michael S. Tsirkin wrote: > > > This adds a test module for vhost infrastructure. > > > Intentionally not tied to kbu

Re: [PATCH 1/2] vhost test module

2010-12-02 Thread Paul E. McKenney
On Mon, Nov 29, 2010 at 07:09:01PM +0200, Michael S. Tsirkin wrote: > This adds a test module for vhost infrastructure. > Intentionally not tied to kbuild to prevent people > from installing and loading it accidentally. > > Signed-off-by: Michael S. Tsirkin On question below. > --- > > diff --

Re: [PATCH 1/2] vhost test module

2010-12-02 Thread Michael S. Tsirkin
On Thu, Dec 02, 2010 at 11:00:37AM -0800, Paul E. McKenney wrote: > On Mon, Nov 29, 2010 at 07:09:01PM +0200, Michael S. Tsirkin wrote: > > This adds a test module for vhost infrastructure. > > Intentionally not tied to kbuild to prevent people > > from installing and loading it accidentally. > >

[PATCH 1/2] vhost test module

2010-11-29 Thread Michael S. Tsirkin
This adds a test module for vhost infrastructure. Intentionally not tied to kbuild to prevent people from installing and loading it accidentally. Signed-off-by: Michael S. Tsirkin --- diff --git a/drivers/vhost/test.c b/drivers/vhost/test.c new file mode 100644 index 000..099f302 --- /dev/n