Package changes: point HOMEPAGE to http://xen.org/ looks like the Xen peoples won't put a tarball on their http server for this; I built one from their repository and put it in ${MASTER_SITE_LOCAL} Summary of changes since 3.1.0: some of our patches have been integrated upstream, thanks to Christoph Egger various performances improvements and bug fixes, including some security fixes, and one bug that would lead to floating point register leak/corruption from HVM to PV guests on Intel VMX CPUs.
40 lines
1.4 KiB
Text
40 lines
1.4 KiB
Text
$NetBSD: patch-co,v 1.2 2007/12/03 21:54:31 bouyer Exp $
|
|
|
|
--- ../docs/man/xm.pod.1.orig 2007-11-15 00:35:27.000000000 +0100
|
|
+++ ../docs/man/xm.pod.1 2007-12-03 12:44:09.000000000 +0100
|
|
@@ -76,7 +76,7 @@
|
|
I<name>=I<value> combinations.
|
|
|
|
I<configfile> can either be an absolute path to a file, or a relative
|
|
-path to a file located in /etc/xen.
|
|
+path to a file located in @XENDCONFDIR@.
|
|
|
|
Create will return B<as soon> as the domain is started. This B<does
|
|
not> mean the guest OS in the domain has actually booted, or is
|
|
@@ -101,7 +101,7 @@
|
|
|
|
xm create Fedora4
|
|
|
|
-This creates a domain with the file /etc/xen/Fedora4, and returns as
|
|
+This creates a domain with the file @XENDCONFDIR@/Fedora4, and returns as
|
|
soon as it is run.
|
|
|
|
=item I<without config file>
|
|
@@ -836,7 +836,7 @@
|
|
name pre-fix for the policy XML file. The preceding name parts are
|
|
translated into the local path pointing to the policy XML file
|
|
relative to the global policy root directory
|
|
-(/etc/xen/acm-security/policies). For example,
|
|
+(@XENDCONFDIR@/acm-security/policies). For example,
|
|
example.chwall_ste.client_v1 denotes the policy file
|
|
example/chwall_ste/client_v1-security_policy.xml relative to the
|
|
global policy root directory.
|
|
@@ -927,7 +927,7 @@
|
|
=over 4
|
|
|
|
This step creates client_v1.map and client_v1.bin files in
|
|
-/etc/xen/acm-security/policies/example/chwall_ste.
|
|
+@XENDCONFDIR@/acm-security/policies/example/chwall_ste.
|
|
|
|
xm makepolicy example.chwall_ste.client_v1
|
|
|