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

Re: [Xen-devel] Are drivers in Dom0 virtualized in any way

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] Are drivers in Dom0 virtualized in any way
From: Mark Williamson <mark.williamson@xxxxxxxxxxxx>
Date: Sun, 2 Dec 2007 05:35:07 +0000
Cc: David Stone <unclestoner@xxxxxxxxx>, Daniel Stodden <stodden@xxxxxxxxxx>
Delivery-date: Sat, 01 Dec 2007 21:36:03 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1193936138.32421.6.camel@xxxxxxxxxxxxxxxxxxxx>
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>
References: <1a74a8410711010647n254fa2cdxb0baa412445fba49@xxxxxxxxxxxxxx> <1a74a8410711010941n3c4d4040o4f48856d27f6a5c3@xxxxxxxxxxxxxx> <1193936138.32421.6.camel@xxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.6 (enterprise 0.20070907.709405)
> > That helped a lot, I understand much better now.  Just to be 100%
> > certain though, the net result of the details you provided are that
> > the physical drivers (not the back drivers) running in Dom0 have not
> > been modified from their source as it is in the vanilla linux kernel?

The only difference is that functions called by those drivers (or macros used 
by them) may have xen-specific implementations.  However, the API used for 
the drivers themselves has not changed and the drivers generally need no 
changes.

Conversely, the backend drivers are aware of Xen-related issues but they just 
plumb into the block / net stack at a fairly generic layer and are unaware of 
the nature of the underlying device - Linux handles that.

Cheers,
Mark

-- 
Dave: Just a question. What use is a unicyle with no seat?  And no pedals!
Mark: To answer a question with a question: What use is a skateboard?
Dave: Skateboards have wheels.
Mark: My wheel has a wheel!

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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] Are drivers in Dom0 virtualized in any way, Mark Williamson <=