public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty-8n+1lVoiYb80n/F98K4Iww@public.gmane.org>
To: Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
Cc: carsteno-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org,
	kvm-devel
	<kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Subject: Re: Balloon driver?
Date: Thu, 07 Jun 2007 11:30:32 +1000	[thread overview]
Message-ID: <1181179832.14054.127.camel@localhost.localdomain> (raw)
In-Reply-To: <4666DE28.1060308-atKUWr5tajBWk0Htik3J/w@public.gmane.org>

On Wed, 2007-06-06 at 19:17 +0300, Avi Kivity wrote:
> Carsten Otte wrote:
> > The best approach into this direction I have seen so far is not our 
> > own vdev thing but Rusty's virtio infrastructure. That's what I think 
> > I would start with.
> >
> >   
> 
> I agree.  We need a Lego set containing the following bricks:
> 
> - bus interfaces: pci bus, hypercall-based bus, xenbus
> - functionality: net driver, block driver
> - virtio data path: xen rings + grant tables + event channels, kvm rings
> + kmap_atomic + interrupts
> 
> So you can write a 4-line driver that glues the pci bus interface to the
> net functionality driver to kvm virtio backend, and take the rest of the
> day off.

Speaking of which, I have been beavering away with various failed
attempts, and finally ate humble pie and am implementing the simple
callback scheme first suggested by Avi.  Everything else made the
drivers nasty and an efficient implementation nastier.

Expect draft II patches within 24 hours...
Rusty.




-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

  parent reply	other threads:[~2007-06-07  1:30 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-05 10:55 Balloon driver? Jun Koi
     [not found] ` <fdaac4d50706050355t3e34e9caj5fe9f3f38613bcbf-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-06-05 11:49   ` Dor Laor
     [not found]     ` <64F9B87B6B770947A9F8391472E032160C1A61E8-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-06-06  2:20       ` Jun Koi
     [not found]         ` <fdaac4d50706051920w17cfe72am13d9d5213b344c9f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-06-06 10:24           ` Dor Laor
     [not found]             ` <64F9B87B6B770947A9F8391472E032160C26F84A-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-06-06 10:53               ` Jun Koi
     [not found]                 ` <fdaac4d50706060353o12fe931du8250b8bd15b256d8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-06-06 12:40                   ` Carsten Otte
     [not found]                     ` <4666AB2E.8030502-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
2007-06-06 14:03                       ` Dor Laor
     [not found]                         ` <64F9B87B6B770947A9F8391472E032160C26F90E-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-06-06 16:04                           ` Carsten Otte
     [not found]                             ` <4666DB13.7080504-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
2007-06-06 16:17                               ` Avi Kivity
     [not found]                                 ` <4666DE28.1060308-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-06-06 16:41                                   ` Jun Koi
     [not found]                                     ` <fdaac4d50706060941u2ebd0180o5b6075ceb370db1b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-06-06 16:52                                       ` Avi Kivity
2007-06-06 22:06                                       ` Arnd Bergmann
2007-06-07  1:30                                   ` Rusty Russell [this message]
2007-06-06 16:38                               ` Arnd Bergmann
     [not found]                                 ` <200706061838.29017.arnd-r2nGTMty4D4@public.gmane.org>
2007-06-06 16:46                                   ` Carsten Otte
     [not found]                                     ` <4666E4D4.7090901-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
2007-06-06 17:24                                       ` Avi Kivity
2007-06-08 21:41                                   ` 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=1181179832.14054.127.camel@localhost.localdomain \
    --to=rusty-8n+1lvoiyb80n/f98k4iww@public.gmane.org \
    --cc=avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org \
    --cc=carsteno-tA70FqPdS9bQT0dZR+AlfA@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox