aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.vti
Commit message (Collapse)AuthorAgeFilesLines
* tools: remove hard coded paths in example config filesKeir Fraser2009-06-241-1/+1
| | | | Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* [IA64] fix issue of can not find the qemu-dm in ia64Keir Fraser2009-03-091-2/+0
| | | | | | | | | IA64 uses the /usr/lib/ for xen. We do not=20 need to check the arch_libdir in ia64. It will return the wrong value to arch_libdir. And guest can not boot. Signed-off-by: Yang Zhang <yang.zhang@intel.com>
* xmexample: portability fixKeir Fraser2009-03-021-1/+3
| | | | Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* Remove vncconsole from example HVM configs. It's deprecated.Keir Fraser2008-08-051-5/+0
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* pvSCSI: xend changesKeir Fraser2008-07-031-0/+22
| | | | | Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com> Signed-off-by: Jun Kamada <kama@jp.fujitsu.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>
* [IA64] Implement guest_os_type for ia64Alex Williamson2007-11-291-0/+13
| | | | | | | | | | | | | This makes use of the domain config option guest_os_type for ia64 and removes the backing for the previous ACPI based mechanism used previously. A user wanting optimal performance for a specific type of OS guest running in an HVM domain should make use of this new option. See updated xmexmaple.vti for available options. All supported OSes should always work using the default option or leaving the option unspecified. Originally based on patch from Zhang Xin. Signed-off-by: Alex Williamson <alex.williamson@hp.com>
* ia64: configure VHPT size per domain: common partKeir Fraser2007-10-191-0/+4
| | | | Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
* HVM: Allow qemu monitor to be configured in domain config file.kfraser@localhost.localdomain2007-04-121-0/+5
| | | | | From: Yongkang You <yongkang.you@intel.com> Signed-off-by: Keir Fraser <keir@xensource.com>
* Add example of keyboard layoutkasai.takanori@jp.fujitsu.com2006-11-211-0/+4
| | | | Signed-off-by: Takanori Kasai <Kasai.Takanori@jp.fujitsu.com>
* [HVM] Implement password authentication of VNC connections.kfraser@localhost.localdomain2006-10-201-0/+5
| | | | | | | | | | | | | The specification is as mentioned at http://lists.xensource.com/archives/html/xen-devel/2006-09/msg00666.html (However, password came to describe plain text) The difference is follows. - protocol_authtype() without the necessity was deleted. - The check on the protocol version was added. - And, some small modification. Signed-off-by: Masami Watanabe <masami.watanabe@jp.fujitsu.com>
* merge with xen-unstable.hgawilliam@xenbuild.aw2006-08-231-1/+3
|\
| * [qemu] Allow booting from more than one device.Christian Limpach2006-08-201-1/+3
| | | | | | | | | | | | | | | | | | | | The rombios supports trying to boot from more than one device and then falling back. Set 'boot=dc' in your config file to try booting first from the CD and then the hard drive. Based on a patch from: Jeremy Katz <katzj@redhat.com> Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
* | [IA64] update xmexample.vtiawilliam@xenbuild.aw2006-08-141-17/+15
|/ | | | | | | | Keep alignment with new QEMU and control panel configuration Signed-off-by: Yongkang You <yongkang.you@intel.com>
* [IA64] Change of VTi guest firmware name and default directory in xmexampleawilliam@xenbuild.aw2006-06-231-1/+1
| | | | | | | | | | | This trivial patch changes VTi guest firmware default name and directory in xmexample to new directory /usr/lib/xen/boot/guest_firmware.bin. This aligns with IA32 firmware directory and good to integrate into Fedora Core. Signed-off-by Fenghua Yu <fenghua.yu@intel.com>
* [IA64] Update xmexample.vtiawilliam@xenbuild.aw2006-06-211-1/+22
| | | | | | | | | | | | This simple patch is just to update xmexample.vti 1. Add "vcpus" for supporting SMP VTI. 2. Add serial='pty' for using "xm console" of VTI. 3. Add usb device supporting for VTI. 4. Use cirrus logic accelerated VGA. Signed-off-by: You Yongkang <yongkang.you@intel.com>
* [IA64] Enable VTi network by defaltawilliam@xenbuild.aw2006-05-221-1/+1
| | | | | | | | | Due to dom0_vp open, we can enable VTi's network in configuration file now. From: Zhang Xiantao <xiantao.zhang@intel.com> Signed-off-by: Alex Williamson <alex.williamson@hp.com>
* merge with xen-unstable.hgawilliam@xenbuild.aw2006-04-251-0/+4
|\
| * 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>
* | [IA64] avoid networking in VTIawilliam@xenbuild.aw2006-03-231-1/+1
|/ | | | | | | | It's currently not working. From: Zhang Xiantao <xiantao.zhang@intel.com>
* [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