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] Some updates to the README fixing the ker

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Some updates to the README fixing the kernel.hvm devices config
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 02 Nov 2006 22:09:19 +0000
Delivery-date: Thu, 02 Nov 2006 21:42:52 -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 Alastair Tse <atse@xxxxxxxxxxxxx>
# Node ID b87603c00fee8c174dff9dadf48f2469d877d5ba
# Parent  57f59959aa80658dc1a320c6fc279dafc763b9f7
Some updates to the README fixing the kernel.hvm devices config
---
 tools/python/README.XendConfig |   42 ++++++++++++++++++++++++++++-------------
 1 files changed, 29 insertions(+), 13 deletions(-)

diff -r 57f59959aa80 -r b87603c00fee tools/python/README.XendConfig
--- a/tools/python/README.XendConfig    Fri Oct 27 16:45:40 2006 +0100
+++ b/tools/python/README.XendConfig    Fri Oct 27 16:46:27 2006 +0100
@@ -80,14 +80,15 @@ platform_enable_audio           !image.s
 platform_enable_audio           !image.soundhw (bool)
 builder                         (sxp root name)
 boot_method                     
-kernel_kernel                   kernel_kernel
-kernel_initrd                   kernel_ramdisk
-kernel_args                     kernel_args
+kernel_kernel                   kernel.kernel
+kernel_initrd                   kernel.ramdisk
+kernel_args                     !kernel.args
 grub_cmdline                    bootloader_args
 PCI_bus                         
 tools_version
+
 otherConfig
- - image                        image (maybe?)
+ - image                        image (see image.*)
  - shadow_memory                shadow_memory
  - security                     security
  - vcpu_avail                   vcpu_avail
@@ -96,13 +97,19 @@ otherConfig
  - on_xend_start                on_xend_start
  - start_time                   start_time
  - cpus                         cpus (?)
+                                max_vcpu_id
+
  >> only from xc
  - online_vcpus                 xc.online_vcpus
  - status                       xc.status
  - cpu_time                     xc.cpu_time
  - shutdown_reason              xc.shutdown_reason
  - up_time                      xc.uptime
+ - crashed                      xc.crashed
+ - dying                        xc.dying
+ - shutdown                     xc.shutdown
 
+                                image.type (linux or hvm)
                                 image.root
                                 image.ip
                                 image.nographic
@@ -117,15 +124,15 @@ otherConfig
                                 image.hvm.pae
                                 image.hvm.acpi (also in image.devices)
                                 image.hvm.apic
-                                image.devices.boot
-                                image.devices.fda
-                                image.devices.fdb
-                                image.devices.soundhw
-                                image.devices.isa
-                                image.devices.vcpus?
-                                image.devices.acpi
-                                image.devices.usb
-                                image.devices.usbdevice
+                                image.hvm.devices.boot
+                                image.hvm.devices.fda
+                                image.hvm.devices.fdb
+                                image.hvm.devices.soundhw
+                                image.hvm.devices.isa
+                                image.hvm.devices.vcpus?
+                                image.hvm.devices.acpi
+                                image.hvm.devices.usb
+                                image.hvm.devices.usbdevice
 
 
                                 dev.backend
@@ -142,3 +149,12 @@ otherConfig
                                 pciquirk.unconstrained_dev_ids
 
                                 irq.irq
+
+- vcpu (probably not needed, only in XM and generated dynamically)
+                                vcpu.number
+                                vcpu.online
+                                vcpu.blocked
+                                vcpu.running
+                                vcpu.cpu_time
+                                vcpu.cpu
+                                vcpu.cpumap

_______________________________________________
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] Some updates to the README fixing the kernel.hvm devices config, Xen patchbot-unstable <=