[Libvirt-cim] [PATCH] Put the <features> block into the XenFV XML we generate

Dan Smith danms at us.ibm.com
Tue Jun 10 19:02:13 UTC 2008


# HG changeset patch
# User Dan Smith <danms at us.ibm.com>
# Date 1213124529 25200
# Node ID ad4804559dd83bd2afd10fa0768b087f6a9914a9
# Parent  7b10cae6440e138e9db809f8360c1ef7cb5f6d20
Put the <features> block into the XenFV XML we generate

I think that this is a sane set of defaults for most situations.  Later
it might be good to provide settings for these in the VSSD, but this
should do for now.

Signed-off-by: Dan Smith <danms at us.ibm.com>

diff -r 7b10cae6440e -r ad4804559dd8 libxkutil/xmlgen.c
--- a/libxkutil/xmlgen.c	Thu Jun 05 12:29:31 2008 -0700
+++ b/libxkutil/xmlgen.c	Tue Jun 10 12:02:09 2008 -0700
@@ -502,7 +502,12 @@
                        "  %s\n"
                        "  %s\n"
                        "  %s\n"
-                       "</os>\n",
+                       "</os>\n"
+                       "<features>\n"
+                       "  <pae/>\n"
+                       "  <acpi/>\n"
+                       "  <apic/>\n"
+                       "</features>\n",
                        type,
                        loader,
                        boot);




More information about the Libvirt-cim mailing list