From: "Michael S. Tsirkin" <mst@redhat.com>
To: अनुज <anuj01@gmail.com>
Cc: virtualization@lists.linux-foundation.org
Subject: Re: [PATCH RFC] tools/virtio: virtio_ring testing tool
Date: Thu, 25 Nov 2010 18:35:23 +0200 [thread overview]
Message-ID: <20101125163523.GA18525@redhat.com> (raw)
In-Reply-To: <AANLkTinx3g1LnMSVLfoZRVQCTFtTvBspyjDgd8JJN5J3@mail.gmail.com>
On Wed, Nov 24, 2010 at 11:40:40AM +0530, अनुज wrote:
> Hi Michael
>
> 2010/11/24 Michael S. Tsirkin <mst@redhat.com>:
> > On Wed, Nov 24, 2010 at 09:41:20AM +0530, अनुज wrote:
> >> Hi Michael,
> >>
> >> > This implements a virtio simulator:
> >> > - adds stubs for enough support functions to compile
> >> > virtio ring in userspace.
> >> > - Adds a stub vhost based module this can talk to.
> >>
> >> I just want to know can I use this virtio simulator in this case :
> >>
> >> 1. using qemu-kvm as a VMM on Linux Host.
> >> 2. using a proprietary OS as a guest.
> >>
> >> I am developing virtio framework and virtio drivers (network &
> >> SCSI/Block) for this guest OS.
> >> Please explain how can I use this virtio simulator for testing and
> >> optimizing my virtio framework and virtio drivers.
What this tool includes is
1. virtio ring bits from linux guest compiled in userspace
tools/virtio/linux/
2. virtio host bits compiled as a linux kernel module
tools/virtio/vhost_null
3. some bits to connect the two and test
tools/virtio/virtio_test.c
I'm using it to tune linux guest and host code.
If you have some other guest code, you could still use the module (2),
and if you make the API compatible, possibly reuse the test (3) parts of it.
It would be nice if you publish changes to the common files, if any, on
the list.
If you want to distribute the result, the rules for this
are in the file COPYING under the linux source tree.
> >> And also please let me know whether I can compile and test my virtio
> >> things without using Guest OS.
No idea.
> >> Thanks a lot.
> >>
> >> Regards,
> >> --
> >> Anuj Aggarwal
> >>
> >> .''`.
> >> : :Ⓐ : # apt-get install hakuna-matata
> >> `. `'`
> >> `-
> >
> > Please copy all mail related to virtio to
> > virtualization@lists.linux-foundation.org
>
> I will take care of this in future.
>
> >
> > Thanks!
> >
> > --
> > MST
> >
>
>
> Regards,
> --
> Anuj Aggarwal
>
> .''`.
> : :Ⓐ : # apt-get install hakuna-matata
> `. `'`
> `-
> _______________________________________________
> Virtualization mailing list
> Virtualization@lists.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/virtualization
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization
next prev parent reply other threads:[~2010-11-25 16:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20101116123455.GA22446@redhat.com>
[not found] ` <AANLkTimUw6R9dH2SmPAAyht_mp7aLKpYDqG-ystFM3Rg@mail.gmail.com>
[not found] ` <20101124050228.GA18883@redhat.com>
2010-11-24 6:10 ` [PATCH RFC] tools/virtio: virtio_ring testing tool अनुज
2010-11-25 16:35 ` Michael S. Tsirkin [this message]
2010-11-16 12:34 Michael S. Tsirkin
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=20101125163523.GA18525@redhat.com \
--to=mst@redhat.com \
--cc=anuj01@gmail.com \
--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 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).