aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample3
Commit message (Collapse)AuthorAgeFilesLines
* tools: Remove the vtpm process modelMatthew Fioravante2012-11-131-14/+0
| | | | | | | | | Remove the old vtpm process model. It doesn't work very well and is no longer supported. 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>
* xend: allow VM configuration with both sdl=1 and vnc=1Keir Fraser2009-03-061-6/+6
| | | | | | | | | | | | | | | | | In the stubdom case you can now specify sdl=1 and vnc=1 (again, both can be selected at the same time) in the vfb configuration. So instead of: vfb = [ 'type=vnc' ] now you have: vfb = [ 'vnc=1,sdl=1' ] the former configuration option is deprecated but still supported for backward compatibility. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
* install more documentation to /usr/share/doc/xen and /etc/xenKeir Fraser2008-08-061-0/+22
| | | | | | Also resync xmexample3 with xmexample1 and 2. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* Fix xmexamples to reflect new meaning of cpus= config option.Keir Fraser2008-05-121-1/+2
| | | | Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
* Fixed typos in xmexamples.Keir Fraser2008-05-081-1/+1
| | | | Signed-off-by: Hiroya INAKOSHI <inakoshi.hiroya@jp.fujitsu.com>
* Add 'coredump-destroy' and 'coredump-restart' actions for crashed domains.Keir Fraser2008-02-071-0/+5
| | | | | | | | Xen-API already specifies these actions for the 'on_crash' domain exit event. This patch makes them available for use in traditional domU config files and through the xm tool as well. Signed-off-by: Jim Fehlig <jfehlig@novell.com>
* Add vfb config examples.kfraser@localhost.localdomain2007-01-121-0/+34
| | | | | From: Markus Armbruster <armbru@redhat.com> Signed-off-by: Keir Fraser <keir@xensource.com>
* Document the UUID domU configuration parameter in example configurations.kaf24@firebug.cl.cam.ac.uk2006-05-161-0/+4
| | | | | Signed-off-by: Andrew D. Ball <aball@us.ibm.com>
* Add small memory warning message to domain configuration examples.stekloff@dyn9047022152.beaverton.ibm.com2006-04-191-0/+4
| | | | | | Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
* Deprecate the nics option from the xm create configuration. Instead, we use theemellor@leeni.uk.xensource.com2005-12-131-3/+0
| | | | | | | | | | | | | | | | | | | | entries in vif to guide the configuration. This is much less confusing. Closes bug #440. Change the example configuration files to match. Also change them to use the XenSource OUI in the MAC addresses. Also change xm-test to match. Remove the obsolete ipaddr configuration entry, and the backend_mac vif config option. Remove the preprocess_vifs function, folding it into the configure_vifs function, and creating a simple comma_sep_kv_to_dict helper. Remove the configure_vfr method, as it is unused. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* This patch adds a new domain config option, 'cpus' which is a list ofemellor@leeni.uk.xensource.com2005-12-021-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | CPUs a domains' vcpus can use. The older 'cpu' config option is prepended to the list of cpus to use and will keep the behavior of pinning VCPU0. The cpus option supports ranges and negation, so: cpus = "0-3,5,^1" produces -> [0,2,3,5] The list is circular, so in a domain with the following config: vcpus = 4 cpus = "0,3,7" # Use any of 0, 3, 7 for this domain. would see vcpus 0-3 pinned to cpus 0,3,7,0 respectively. Also, the pin operation is moved before the memory reservation as vcpu to cpu mapping will be helpful for future NUMA work when trying to allocate pages close to the physical cpus being used. An update to the display of cpumap was needed to normalize the cpumap values to the range of possible cpus. I've also included some text for the xmdomain.cfg(5) man page. Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
* Add the config file parsing for the on_{poweroff,reboot,crash} options, so thatemellor@ewan2005-09-301-4/+9
| | | | | | | | | | | | they actually take effect. Added behaviour "rename-restart" for debugging purposes, that renames the domain out of the way, preserving it for debugging, but starts a new domain too. Add explicit remove of old domain paths when creating a new domain, to avoid stale information affecting us (by shutting the domain down, for example). Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Change rebooting specification so that we can have domains crash and stayemellor@ewan2005-09-301-5/+29
| | | | | | | | | around to be debugged, for example. Fix problem in XendDomainInfo.eventChannel caused by a mis-merge. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Provide xend support for setting up TPM front- and back-end interfaces.shand@ubuntu.eng.hq.xensource.com2005-08-301-0/+14
| | | | | | Signed-off-by: Steven Hand <steven@xensource.com> Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* bitkeeper revision 1.1159.223.53 (41fc0c19tGe1rM62SUQk8WYZjH-D1Q)iap10@labyrinth.cl.cam.ac.uk2005-01-291-0/+120
Add iptables modules to the default xen0 kernel, and add example configuration files for a NAT setup.