f9a2cde352
in version numbers, and upgrade to 3.1.0. Changes since 3.0.4: * XenAPI 1.0 support o XML configuration files for virtual machines; o VM life-cycle management operations; and o Secure on- or off-box XML-RPC with bindings for many languages * Basic save/restore/migrate support for HVM (e.g. Windows) VMs; * Dynamic memory control for HVM guests; * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and * Blktap copy-on-write disk support. It also fixes some HVM bugs.
22 lines
1 KiB
Text
22 lines
1 KiB
Text
$NetBSD: patch-bc,v 1.1.1.1 2007/06/14 19:39:46 bouyer Exp $
|
|
|
|
--- python/xen/xm/create.py.orig 2007-04-25 22:19:55.000000000 +0200
|
|
+++ python/xen/xm/create.py 2007-04-25 22:20:12.000000000 +0200
|
|
@@ -64,7 +64,7 @@
|
|
use="Quiet.")
|
|
|
|
gopts.opt('path', val='PATH',
|
|
- fn=set_value, default='.:/etc/xen',
|
|
+ fn=set_value, default='.:@XENDCONFDIR@',
|
|
use="Search path for configuration scripts. "
|
|
"The value of PATH is a colon-separated directory list.")
|
|
|
|
@@ -318,7 +318,7 @@
|
|
preferred instance number. The hotplug script will determine
|
|
which instance number will actually be assigned to the domain.
|
|
The associtation between virtual machine and the TPM instance
|
|
- number can be found in /etc/xen/vtpm.db. Use the backend in the
|
|
+ number can be found in @XENDCONFDIR@/vtpm.db. Use the backend in the
|
|
given domain.
|
|
The type parameter can be used to select a specific driver type
|
|
that the VM can use. To prevent a fully virtualized domain (HVM)
|