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-changelog

[Xen-changelog] [xen-unstable] Fix PV_initrd reference (should be PV_ram

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Fix PV_initrd reference (should be PV_ramdisk).
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 29 Dec 2006 14:20:09 -0800
Delivery-date: Fri, 29 Dec 2006 14:20:46 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1167234280 0
# Node ID 966926d9c5cf6443e23c219357094c5987d5b9c6
# Parent  a8e853aecb3ef24b7a77bb9022f475bfee564c37
Fix PV_initrd reference (should be PV_ramdisk).

Signed-off-by: Stefan Berger <stefanB@xxxxxxxxxx>
---
 tools/python/xen/xend/XendConfig.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r a8e853aecb3e -r 966926d9c5cf tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py       Wed Dec 27 15:42:56 2006 +0000
+++ b/tools/python/xen/xend/XendConfig.py       Wed Dec 27 15:44:40 2006 +0000
@@ -141,7 +141,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,

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix PV_initrd reference (should be PV_ramdisk)., Xen patchbot-unstable <=