aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.vti
Commit message (Collapse)AuthorAgeFilesLines
* [IA64] VT-i Domains should use same hvm builder as VT-xawilliam@xenbuild.aw2006-03-171-2/+2
| | | | | | Signed-off-by: Fred Yang <fred.yang@intel.com>
* Make xmexaple.vti support network option too and other small modifications ↵djm@kirby.fc.hp.com2006-01-131-3/+7
| | | | | | | | for convenient use. Signed-off-by Zhang xiantao <xiantao.zhang@intel.com>
* Deprecate the nics option from the xm create configuration. Instead, we use theemellor@leeni.uk.xensource.com2005-12-131-4/+1
| | | | | | | | | | | | | | | | | | | | 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-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Support recent change moving virtual IOAPIC model into Xen forkaf24@firebug.cl.cam.ac.uk2005-11-091-0/+3
| | | | | | | | | | | | | | | | | | | | | ia64/VTI. Now ia64/vti will create links to arch/x86/dm/vmx_vioapic.c and include/x86/vmx_vlapic.h. Firstly, a small change to common virtual IOAPIC model to be used by both sides. Also some compilation fix to tools is included in first one. Secondly, there are ia64-specific changes to hook to common IOAPIC model. Based on this patch upon latest xen-ia64-unstable tip, we can see multiple domains working again on XEN/IA64, including both domU and VTI domain simultaneously in run-time. Signed-off-by Kevin Tian <kevin.tian@intel.com> Signed-off-by Anthony Xu <Anthony.xu@intel.com> Signed-off-by Yunhong Jiang <yunhong.jiang@intel.com> Signed-off-by Eddie Dong <eddie.dong@intel.com>
* Oops, missed hg add of vti example filedjm@kirby.fc.hp.com2005-10-241-0/+100