From: Harry Butterworth <harry@hebutterworth.freeserve.co.uk>
To: Deepak Manohar <mjdeepak@gmail.com>
Cc: Xen-devel@lists.xensource.com
Subject: Re: device mapping
Date: Tue, 17 May 2005 21:38:35 +0100 [thread overview]
Message-ID: <1116362315.24643.7.camel@localhost> (raw)
In-Reply-To: <fdef3c240505171235137443fb@mail.gmail.com>
On Tue, 2005-05-17 at 12:35 -0700, Deepak Manohar wrote:
> Hi,
>
> How do I map certain pci devices directly into a user domain?
I'm doing this with a snapshot of unstable from a month or so ago. I'm
not sure if this function works with the current unstable after the pci
code was moved out of xen into domain 0. The stable branch of xen ought
to work though.
hide pci device from domain 0 in boot/grub/menu.lst:
title Xen 2.6.11
root (hd0,1)
kernel (hd0,0)/xen.gz dom0_mem=131072 physdev_dom0_hide=(00:1f.2)
module (hd0,0)/vmlinuz-2.6.11-xen0 root=/dev/hda2 ro console=tty0
give pci device to dom u in config file:
pci = ['00,1f,2']
next prev parent reply other threads:[~2005-05-17 20:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-17 19:35 device mapping Deepak Manohar
2005-05-17 20:38 ` Harry Butterworth [this message]
2005-05-17 20:56 ` Stefan Berger
2005-05-17 21:34 ` Mark Williamson
-- strict thread matches above, loose matches on Subject: below --
2005-05-17 21:16 Ian Pratt
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=1116362315.24643.7.camel@localhost \
--to=harry@hebutterworth.freeserve.co.uk \
--cc=Xen-devel@lists.xensource.com \
--cc=mjdeepak@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.