WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [BUNDLE] Share code for Xen w/ per-arch layer

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [BUNDLE] Share code for Xen w/ per-arch layer
From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
Date: Tue, 11 Apr 2006 19:18:49 +1000
Cc: Tony Breeds <tony@xxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 11 Apr 2006 02:19:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,

        A few more cleanups for our simplified I/O prototype.  This code adds a
"vdevice" bus for share-I/O devices: with simpler I/O comes simpler
setup and teardown, so xenbus is overkill.  This "bus" is initialized
correctly by the xm tools now, but for the moment a simple standalone
"vdevice" tool is used to add/remove devices.

        Various other archs (PPC, ia64) indicated that they needed some API
abstraction for my simple share I/O interface: I've finally supplied it.
This should allow porting for those archs fairly trivially.

        We are planning a slight modification to the share API to support Van
Jacobson netchannels, but don't foresee fundamental changes.  We'll also
update to the latest Xen tree, and start proper Xen tool integration.

        http://ozlabs.org/~rusty/xen/

Cheers!
Rusty.
-- 
 ccontrol: http://ozlabs.org/~rusty/ccontrol


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [BUNDLE] Share code for Xen w/ per-arch layer, Rusty Russell <=