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] NativeDom 1:1 support for x86_64, 32bitbios reloc bug fix

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] NativeDom 1:1 support for x86_64, 32bitbios reloc bug fix
From: "Guy Zana" <guy@xxxxxxxxxxxx>
Date: Wed, 19 Sep 2007 09:52:37 -0400
Delivery-date: Wed, 19 Sep 2007 06:59:12 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acf6xFZrQCyjNMwgTn2LAKpnyuKVww==
Thread-topic: NativeDom 1:1 support for x86_64, 32bitbios reloc bug fix
Hi,
 
To whom it may concern, the direct-io.hg was just updated, have a look at:
 
In order to start a nativedomain, unable it using the nativedom=1 boot parameter and define it's RAM size with nativedom_mem=xxxx,
Example:
 
kernel          /boot/xen-3.0-unstable.gz nativedom=1 nativedom_mem=1024
 
Pass-through:
==========
In order to assign a PCI device, bind it to the pciback driver (as usual) and start a nativedom hvm by specifying the following hvm config parameters: nativedom=1 and the list of pci devices that you want to assign (as usual).
 
Example:

# Use 1:1 allocator
nativedom = 1
pci = ['06:03.0']
 
Interrupt sharing is under development.
 
Thanks,
Guy.
 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] NativeDom 1:1 support for x86_64, 32bitbios reloc bug fix, Guy Zana <=