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-users

Re: [Xen-users] PCI Passthrough

To: deshantm@xxxxxxxxx
Subject: Re: [Xen-users] PCI Passthrough
From: "Christopher Isip" <cmisip@xxxxxxxxx>
Date: Sat, 24 May 2008 08:35:32 -0400
Cc: xen-users@xxxxxxxxxxxxxxxxxxx, Paul Schulze <avlex@xxxxxxx>
Delivery-date: Sat, 24 May 2008 05:36:02 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=d7a2lJgxhiGuUhmpqi0Si2ki6w2nrYFjxulTR7EZAVk=; b=VPddahxg49EXsHMmEzEQMirO5mi3Wj3+mDlzPBfDTtkJFJm8LFdZ5wGPLCoa/RiwnUqyz4vZCxWCnULQo/UVfdQiSm0Zjqpe8xXfGj2FhuqeItEdvuNjv7/FrKhGlurGpAxWvALj71nSb8NCXF0S2b3YKMHYHl5w4uYvTAUH7tE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=UBrF1blPkS8nCI3HsOqis3/0HOIeA7Q/TjYRiDGNKdTtvLNgSF0IacgQwuUTCIQuAc6sIkNhPpQdLRZIWHgnKh2oUtpwXHrRSxFtaI1jss4UYgLWQCjufevv6nJv/WgkZNF08jyT/YKLHmErL1dxOer23DidfY0mEQK0AFNVvn4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1e16a9ed0805232057y5e0cad97k2fa990f4bb8bad95@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <46D155E5-0535-4AED-A0F9-C3ED427D7B3F@xxxxxxx> <1e16a9ed0805232057y5e0cad97k2fa990f4bb8bad95@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx


On Fri, May 23, 2008 at 11:57 PM, Todd Deshane <deshantm@xxxxxxxxx> wrote:
Hi Paul,

I'm not going to answer all your questions since I don't have a lot of
experience with many of the things you mention. However I can do
the second part and give some hints on what I do know.

> Is that possible and am I really gaining security for the whole system or is
> this just my imagination and doesn't make any sense at all? How about the
> performance, especially for the graphics adapter, do I have to factor in
> bigger losses there (maybe because PCI passthrough doesn't support the full
> PCIe 16x speed)? Has anyone tried something similar yet or am I the first to
> think this might be a good idea?

For PCI passthrough to be secure you need a system that has an IOMMU. It is
my understanding that the only IOMMUs that are currently available are in the
Intel VT-d systems. The reason you need the IOMMU is that otherwise the
domain that you give direct access to the physical device could DMA into
main memory and compromise the security of the system.

So, you first need to look for a system with an IOMMU.

I really like you explanation of what you want and what you are trying to
accomplish, I believe you are right on in terms of the VGA passthrough and
using serial for the Xen output instead. I have read the experiences of others
for that case and it seems that part you could do.

People have also reported using Xen and mythTV, so I think that is also
quite possible.

There are a lot of details to get right, but by the sounds of it you are willing
to figure them and make things work. As for all the networking stuff Xen is
pretty good at that already and it will be a matter of setting it up.

Your biggest initial hurdle is the IOMMU. Take a look at the VT-d stuff there
is a lot going on with that on the xen mailing lists. (try xen.markmail.org if
you haven't already, it has pretty good search).

You can find information on some of the other things as well, but I would
expect that within the next few days others would share their experiences
on some of the items that you mentioned.

Cheers,
Todd

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


I am currently running a mythtv backend in a Xen domU.  It seems to be working well.  I am on the last stages of configuration.  Its using Ubuntu Hardy. Since it is a 2.6.24 kernel (compared to my Dom0 2.6.18), there are far fewer DMA errors.

Some issues that I haven't resolved yet:
 mythfilldatabase segfault in dmesg ( runs fine on command line)
 PVR 250/500 record at default bitrate (2.2 Gb an hour) as opposed to settings in the database.

The domU does not have a mysql server.  This is still in dom0 but I will be moving that to its own domU next.   It also nfs mounts the video directories from dom0.  I like to keep my DomUs at 4 Gigabyte or less for easy backup to a DVD.


If you need help setting up your mythtv DomU, let me know.

Chris



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>