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] IDE DMA not supported in 1.0?

To: "Tvrtko A. Uršulin" <tvrtko@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] IDE DMA not supported in 1.0?
From: Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>
Date: Mon, 10 Nov 2003 20:57:23 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx, Ian.Pratt@xxxxxxxxxxxx
Delivery-date: Mon, 10 Nov 2003 20:58:27 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Mon, 10 Nov 2003 16:51:09 +0100." <200311101651.09842.tvrtko@xxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
> Is this correct?
> 
> [root@xendemo0 root]# hdparm /dev/hda
> /dev/hda:
>  HDIO_GET_DMA failed: Function not implemented
> ...

/dev/hda is the Xen Virtual Block Device Driver that talks to the
idealised IO interface exported by Xen. It doesn't implement the
HDIO ioctls because they're not really relevant (it's not an IDE
hard disk). The communication is via shared memory, so is high
performance. 

As to whether Xen is using DMA with your hardware, you'll need to
take a look at the boot messages as Xen comes up. One of the
items on our todo list is to make those messages available from
domain0 after boot, but for now, they only flash by on the VGA
console unless you've attached a serial line.

Best,
Ian


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>