All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [xend] Fix leftover 'initrd' from recent changes to Xen API
@ 2006-12-19 23:54 Jim Fehlig
  0 siblings, 0 replies; only message in thread
From: Jim Fehlig @ 2006-12-19 23:54 UTC (permalink / raw)
  To: Xen-devel

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

Recent changes to the grub/cmdline definition in XenAPI introduced 
PV_bootloader, PV_kernel, PV_ramdisk, etc.  This patch fixes one of the 
kernel_initrd -> PV_ramdisk conversions that was missed in XendConfig.py.

Regards,
Jim


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: xend-config-ramdisk.patch --]
[-- Type: text/x-patch; name="xend-config-ramdisk.patch", Size: 911 bytes --]

# HG changeset patch
# User jfehlig@jfehlig2.provo.novell.com
# Date 1166572407 25200
# Node ID d7fd9bc007cd6d4b704a28e24883d63469d30b28
# Parent  057f7c4dbed1c75a3fbe446d346cee04cff31497
Recent changes to the grub/cmdline definition in XenAPI introduced PV_bootloader, PV_kernel, PV_ramdisk, etc.  This patch fixes one of the kernel_initrc -> PV_ramdisk conversions that was missed in XendConfig.py.

Signed-off-by: Jim Fehlig <jfehlig@novell.com>

diff -r 057f7c4dbed1 -r d7fd9bc007cd tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py	Tue Dec 19 12:00:11 2006 +0000
+++ b/tools/python/xen/xend/XendConfig.py	Tue Dec 19 16:53:27 2006 -0700
@@ -139,7 +139,7 @@ XENAPI_CFG_TYPES = {
     'tpm_backend': int,    
     'PV_bootloader': str,
     'PV_kernel': str,
-    'PV_initrd': str,
+    'PV_ramdisk': str,
     'PV_args': str,
     'PV_bootloader_args': str,
     'HVM_boot': str,

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-12-19 23:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-19 23:54 [PATCH] [xend] Fix leftover 'initrd' from recent changes to Xen API Jim Fehlig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.