ia64/xen-unstable
changeset 12149:b87603c00fee
Some updates to the README fixing the kernel.hvm devices config
author | Alastair Tse <atse@xensource.com> |
---|---|
date | Fri Oct 27 16:46:27 2006 +0100 (2006-10-27) |
parents | 57f59959aa80 |
children | 6e78bed60b85 |
files | tools/python/README.XendConfig |
line diff
1.1 --- a/tools/python/README.XendConfig Fri Oct 27 16:45:40 2006 +0100 1.2 +++ b/tools/python/README.XendConfig Fri Oct 27 16:46:27 2006 +0100 1.3 @@ -80,14 +80,15 @@ platform_clock_offset 1.4 platform_enable_audio !image.soundhw (bool) 1.5 builder (sxp root name) 1.6 boot_method 1.7 -kernel_kernel kernel_kernel 1.8 -kernel_initrd kernel_ramdisk 1.9 -kernel_args kernel_args 1.10 +kernel_kernel kernel.kernel 1.11 +kernel_initrd kernel.ramdisk 1.12 +kernel_args !kernel.args 1.13 grub_cmdline bootloader_args 1.14 PCI_bus 1.15 tools_version 1.16 + 1.17 otherConfig 1.18 - - image image (maybe?) 1.19 + - image image (see image.*) 1.20 - shadow_memory shadow_memory 1.21 - security security 1.22 - vcpu_avail vcpu_avail 1.23 @@ -96,13 +97,19 @@ otherConfig 1.24 - on_xend_start on_xend_start 1.25 - start_time start_time 1.26 - cpus cpus (?) 1.27 + max_vcpu_id 1.28 + 1.29 >> only from xc 1.30 - online_vcpus xc.online_vcpus 1.31 - status xc.status 1.32 - cpu_time xc.cpu_time 1.33 - shutdown_reason xc.shutdown_reason 1.34 - up_time xc.uptime 1.35 + - crashed xc.crashed 1.36 + - dying xc.dying 1.37 + - shutdown xc.shutdown 1.38 1.39 + image.type (linux or hvm) 1.40 image.root 1.41 image.ip 1.42 image.nographic 1.43 @@ -117,15 +124,15 @@ otherConfig 1.44 image.hvm.pae 1.45 image.hvm.acpi (also in image.devices) 1.46 image.hvm.apic 1.47 - image.devices.boot 1.48 - image.devices.fda 1.49 - image.devices.fdb 1.50 - image.devices.soundhw 1.51 - image.devices.isa 1.52 - image.devices.vcpus? 1.53 - image.devices.acpi 1.54 - image.devices.usb 1.55 - image.devices.usbdevice 1.56 + image.hvm.devices.boot 1.57 + image.hvm.devices.fda 1.58 + image.hvm.devices.fdb 1.59 + image.hvm.devices.soundhw 1.60 + image.hvm.devices.isa 1.61 + image.hvm.devices.vcpus? 1.62 + image.hvm.devices.acpi 1.63 + image.hvm.devices.usb 1.64 + image.hvm.devices.usbdevice 1.65 1.66 1.67 dev.backend 1.68 @@ -142,3 +149,12 @@ otherConfig 1.69 pciquirk.unconstrained_dev_ids 1.70 1.71 irq.irq 1.72 + 1.73 +- vcpu (probably not needed, only in XM and generated dynamically) 1.74 + vcpu.number 1.75 + vcpu.online 1.76 + vcpu.blocked 1.77 + vcpu.running 1.78 + vcpu.cpu_time 1.79 + vcpu.cpu 1.80 + vcpu.cpumap