aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/README.XendConfig
Commit message (Collapse)AuthorAgeFilesLines
* xend: Remove old vtpm support from xmMatthew Fioravante2012-11-191-2/+0
| | | | | | Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
* XenAPI: Implement {get,set}_auto_power_onKeir Fraser2009-03-311-0/+1
| | | | Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
* HVM: Allow qemu monitor to be configured in domain config file.kfraser@localhost.localdomain2007-04-121-0/+1
| | | | | From: Yongkang You <yongkang.you@intel.com> Signed-off-by: Keir Fraser <keir@xensource.com>
* [HVM] Re-introduce the 'apic' configuration option, default to 1.kfraser@localhost.localdomain2006-11-271-0/+1
| | | | | | | | Also simplify the HVM builder interface by doing more work in the python wrapper, and fix mapping of shared_info page after the change to map foreign pages by GMFN rather than MFN. Signed-off-by: Keir Fraser <keir@xensource.com>
* [XEN] Replace hvm_setup_platform() with hvm_domain_initialise()kaf24@localhost.localdomain2006-11-051-1/+0
| | | | | | | | and extra code in hvm_vcpu_initialise(). Remove 'apic' config option -- HVM CPUs will always have an APIC (which should be set up in virtual wire mode for backward compatibility, just as in a real system). Signed-off-by: Keir Fraser <keir@xensource.com>
* Some updates to the README fixing the kernel.hvm devices configAlastair Tse2006-10-271-13/+29
|
* A survey of all the supported configuration options in Xend and alsoAlastair Tse2006-10-261-0/+144
what they map to in the Xen API.