From: Rusty Russell <rusty-8n+1lVoiYb80n/F98K4Iww@public.gmane.org>
To: Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [RFC PATCH 0/9] PV device infrastructure v2
Date: Wed, 15 Aug 2007 14:52:10 +1000 [thread overview]
Message-ID: <1187153531.11093.119.camel@localhost.localdomain> (raw)
In-Reply-To: <46C269EE.10807-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
On Wed, 2007-08-15 at 05:50 +0300, Avi Kivity wrote:
> Gregory Haskins wrote:
> > This series incorporates all of v1 plus the following changes based on
> > feedback to date:
> >
>
> Are you positioning this as an alternative to virtio? If so, be aware
> that virtio is (a) mostly done (b) very well done.
>
> Can you describe what you are trying to achieve that virtio doesn't do?
As far as I can tell, Gregory in angling to take over the virtio work 8)
Given how little cycles I've been able to spare recently, I think it's a
good idea.
I'm not particularly attached to the current virtio implementation,
although I think the interface is getting pretty close. I'd love to see
Gregory take over the implementation part...
Rusty.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
next prev parent reply other threads:[~2007-08-15 4:52 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-14 23:33 [RFC PATCH 0/9] PV device infrastructure v2 Gregory Haskins
[not found] ` <20070814233352.11895.55788.stgit-5CR4LY5GPkvLDviKLk5550HKjMygAv58XqFh9Ls21Oc@public.gmane.org>
2007-08-14 23:33 ` [RFC PATCH 1/9] IOQ: Adding basic definitions for IO-Queue logic Gregory Haskins
2007-08-14 23:34 ` [RFC PATCH 2/9] PARAVIRTUALIZATION: Add support for a bus abstraction Gregory Haskins
2007-08-14 23:34 ` [RFC PATCH 3/9] IRQ: Export create_irq/destroy_irq Gregory Haskins
2007-08-14 23:34 ` [RFC PATCH 4/9] KVM: Add a guest side driver for IOQ Gregory Haskins
2007-08-14 23:34 ` [RFC PATCH 5/9] KVM: Add a gpa_to_hva helper function Gregory Haskins
2007-08-14 23:34 ` [RFC PATCH 6/9] KVM: Add support for IOQ Gregory Haskins
2007-08-14 23:34 ` [RFC PATCH 7/9] KVM: Add PVBUS support to the KVM host Gregory Haskins
2007-08-14 23:34 ` [RFC PATCH 8/9] IOQ: Add an IOQ network driver Gregory Haskins
2007-08-14 23:34 ` [RFC PATCH 9/9] KVM: Add an IOQNET backend driver Gregory Haskins
2007-08-15 2:50 ` [RFC PATCH 0/9] PV device infrastructure v2 Avi Kivity
[not found] ` <46C269EE.10807-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-08-15 3:47 ` Gregory Haskins
[not found] ` <1187149634.4165.151.camel-5CR4LY5GPkvLDviKLk5550HKjMygAv58XqFh9Ls21Oc@public.gmane.org>
2007-08-15 3:58 ` Avi Kivity
[not found] ` <46C279E6.40004-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-08-15 4:13 ` Gregory Haskins
[not found] ` <1187151233.4165.166.camel-5CR4LY5GPkvLDviKLk5550HKjMygAv58XqFh9Ls21Oc@public.gmane.org>
2007-08-15 4:31 ` Anthony Liguori
2007-08-15 12:15 ` Gregory Haskins
2007-08-15 4:52 ` Rusty Russell [this message]
[not found] ` <1187153531.11093.119.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2007-08-15 7:52 ` Dor Laor
[not found] ` <64F9B87B6B770947A9F8391472E032160D309340-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-08-15 12:06 ` Gregory Haskins
[not found] ` <1187179582.4165.197.camel-5CR4LY5GPkvLDviKLk5550HKjMygAv58XqFh9Ls21Oc@public.gmane.org>
2007-08-15 22:37 ` Dor Laor
[not found] ` <64F9B87B6B770947A9F8391472E032160D3B02FB-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-08-15 23:56 ` Gregory Haskins
2007-08-16 0:03 ` Rusty Russell
[not found] ` <1187222609.11093.141.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2007-08-16 8:07 ` Dor Laor
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=1187153531.11093.119.camel@localhost.localdomain \
--to=rusty-8n+1lvoiyb80n/f98k4iww@public.gmane.org \
--cc=avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org \
--cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.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.