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] sharing PCI devices

To: Mark Williamson <Mark.Williamson@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] sharing PCI devices
From: Darko Hojnik <hojnik@xxxxxxxxxxxxx>
Date: Thu, 10 Feb 2005 17:50:06 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 11 Feb 2005 01:54:45 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: <200502082238.32306.maw48@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>
References: <42092D1B.7030509@xxxxxxxxxxxxx> <200502082238.32306.maw48@xxxxxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)
Mark Williamson wrote:

I think the correct syntax is:
pci = [ '0x00,0x07,0x02' ]


This doesn't work but i experimented based on this Idea with other syntaxes and the right syntax is "pci = ['00,07,02']" thank you again :) .

so here my Configfile:

kernel = "/boot/vmlinuz-2.6.10-xen0"
memory = 64
name = "sarge-test"
nics = 1
disk = ['file:/root/sarge,sda1,w']
root = "/dev/sda1 ro"
physdev_dom0_hide=(00,07,2)
pci = ['00,07,02']


In the Test machine maybe i have accsess to the Controller
test:~# lspci
0000:00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB
test:~#

I didn´t try it really because in the moment anything is loading automaticly some Modules on the Host within the USB Modules too. I do not know what for an fuc.... Program is doing that. First i tryed these Modules to add in /etc/hotplug/blacklist and after them, it doesn´t work, i have removed hotplug. The File /etc/modules are controlled too, but there are still loading the USB Modules again, grrrrr :)

If that realy works so here is my Goal
I want to install one System there only Job is it to be a Host, harded with the Greysecurity Patch and other Stoff. One Guest have directly access to the ISDN/DSL Controller and will be the Router, Firewall and Gateway for the Network. Another Guest get access to the On board ATI 9200 and the ATI Soundcard to be a Desktop ( sometimes i get guests to play Americas Army in a LAN :) ). And the Rest are normal Guests, one NFS,SMB and DHCP Server, and one is a LAMP System and for some other Services.

Now i have installed VMware, i have installed X to use it and the Router is the Host too, because i don´t get access to the ISDN Controller.with VMware Maybe with XEN it will be more saver and stabler hopefully too

really thank you Guys :)







-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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