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

[Xen-devel] sharing PCI devices

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] sharing PCI devices
From: Darko Hojnik <hojnik@xxxxxxxxxxxxx>
Date: Tue, 08 Feb 2005 22:20:27 +0100
Delivery-date: Tue, 08 Feb 2005 22:25:51 +0000
Envelope-to: xen+James.Bulpin@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
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)
Hello List

With the help from Mark Williamson in the List here i can now start some propper virtual OS in XEN. My Todolist is not finished, because i have on my Wish list an Emulator there i can share some PCI devices with them. In the Moment i run XEN inside VMware and i want to share the USB Controller simple for testing. After them i will install one Debian on a real Hardware there i need to share one ISDN Controller ( Fritz Card DSL from AVM ) and one DVB Card on virtual Computers.

My Problem now, i didn't have really understand how i have write it correctly in the Configfile so that Guest Systems have access to the PCI Card

here the simple Config file

kernel = "/boot/vmlinuz-2.6.10-xen0"
memory = 64
name = "sarge-test1"
nics = 1
pci = ['x',0000:00:07.2]
disk = ['file:/root/sarge,sda1,w']
root = "/dev/sda1 ro"

Server:~# lspci
0000:00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 01)
0000:00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 08)
0000:00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
0000:00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB
0000:00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 08)
0000:00:0f.0 VGA compatible controller: VMWare Inc [VMWare SVGA II] PCI Display Adapter 0000:00:10.0 SCSI storage controller: BusLogic BT-946C (BA80C30) [MultiMaster 10] (rev 01) 0000:00:11.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] (rev 10)
Server:~#


Maybe somone can help me again, regards Darko



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