aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Do not print `***' when compiling unless we fall overKeir Fraser2009-01-121-6/+6
| | | | | | | | | | | | | | | This has finally bugged me enough to do something about it: make prints `***' when it stops due to an error. With make -j, and/or with automated build systems, this error marker can be in the middle of a large logfile. It is useful to be able to search for it. Therefore change occurrences of `*' to `=' for information and warning messages. `***' is reserved for cases where the build stops. A corresponding change is being applied to qemu-xen-unstable. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* passthough: MSI-INTx translation documentationKeir Fraser2009-01-081-0/+29
| | | | Signed-off-by: Qing He <qing.he@intel.com>
* docs: Add description of BUILD_BUG_ON().Keir Fraser2008-12-041-0/+7
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* New document on error handling in Xen.Keir Fraser2008-12-041-0/+81
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* docs: Update XenAPI document for pvSCSIKeir Fraser2008-10-205-5/+1180
| | | | Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
* xm docs: Added new,delete,dump-core,resume,suspend,uptime and fixed othersKeir Fraser2008-09-241-38/+268
| | | | Signed-off-by: Bill Rieske <brieske@novell.com>
* Small user manual fixes.Keir Fraser2008-09-091-2/+2
| | | | | From: Stephen Spector <stephen.spector@citrix.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* vtd.txt: Add caveat about assigning certain types of device.Keir Fraser2008-09-091-1/+26
| | | | | From: Yuji Shimada <shimada-yxb@necst.nec.co.jp> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* docs: A small update in the vtpm documentation file.Keir Fraser2008-08-291-2/+2
| | | | Signed-off-by: Stefan Berger <stefanB@us.ibm.com>
* docs: Fix datamodel-graph of XenAPIKeir Fraser2008-08-291-1/+1
| | | | | | "VTPM" is forgotten. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
* docs: Update user manual for 3.3.Keir Fraser2008-08-281-41/+28
| | | | | From: Stephen Spector <stephen.spector@citrix.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Add guide to using the kexec and kdump facility in xen.Keir Fraser2008-08-111-0/+213
| | | | Signed-off-by: Simon Horman <horms@verge.net.au>
* vtd: Update vtd.txtKeir Fraser2008-08-061-2/+7
| | | | | | | | Add "iommu=1" option in grub, due to VT-d is not enabled by default. In addition, describes how to enable MSI/MSI-x for assigned devices. Signed-off-by: Weidong Han <weidong.han@intel.com>
* install more documentation to /usr/share/doc/xen and /etc/xenKeir Fraser2008-08-063-16/+12
| | | | | | Also resync xmexample3 with xmexample1 and 2. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* Simplify 'dma heap' logic.Keir Fraser2008-07-281-5/+3
| | | | | | | | | | | | | | | 1. Only useful for NUMA systems, so turn it off on non-NUMA systems by default. 2. On NUMA systems, by default relate the DMA heap size to NUMA node 0 memory size (so that not all of node 0's memory ends up being 'DMA heap'). 3. Remove the 'dma emergency pool'. It's less useful now that running out of low memory isn;t as fatal as it used to be (e.g., when we needed to be able to allocate low-memory PAE page directories). Based on patches by Andre Przywara and Xiaowei Yang. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* xenapi: Update the xenapi document for pci device assignment support.Keir Fraser2008-07-285-6/+1277
| | | | Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com>
* Update changelog for pci add/remove physdevop hypercalls.Keir Fraser2008-07-051-0/+3
|
* Update changelog for xvd blkdev naming extensions.Keir Fraser2008-06-271-0/+9
| | | | Signed-off-by: Chris Lalancette <clalance@redhat.com>
* Vt-d doc: Update modification time.Keir Fraser2008-05-071-1/+1
| | | | Signed-off-by: Weidong Han <weidong.han@intel.com>
* Update for vtd.txt: add VT-d hotplug description, remove MSIKeir Fraser2008-05-071-4/+31
| | | | | | | | limitation note because Xen has supported MSI, and add link of VT-d howto on xen wiki for more information about VT-d enabled systems. Signed-off-by: Weidong Han <weidong.han@intel.com> Signed-off-by: Edwin Zhai <edwin.zhai@intel.com>
* Add missing ChangeLog entriesKeir Fraser2008-05-021-0/+6
| | | | | | A couple of recent changes need ChangeLog entries. Signed-off-by: John Levon <john.levon@sun.com>
* docs: Do not reference stale external websites.Keir Fraser2008-05-011-3/+1
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* ChangeLog: Document DOMCTL_set_cpuidKeir Fraser2008-04-251-0/+3
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* docs: Update xencons- Linux boot parameter to reflect xvc0 is default.Keir Fraser2008-04-231-2/+3
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* docs: Update for Xen boot parameter changes.Keir Fraser2008-04-232-1/+3
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* docs: update xen-apic docsKeir Fraser2008-04-183-44/+148
| | | | | | | | | Added undocumented fields and methods for default_netmask and default_gateway to the Network class. Remove an unimplemented method from the XSPolicy class and remove the 'optional' from 'oldlabel' parameters. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* docs: Fix typos.Keir Fraser2008-04-0310-26/+26
| | | | Signed-off-by: Atsushi SAKAI <sakaia@jp.fujitsu.com>
* docs: Add missing backslash.Keir Fraser2008-04-021-1/+1
| | | | Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* Add new physinfo sysctl field to changelog.Keir Fraser2008-04-011-0/+3
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* docs: Fix HVM user documentationKeir Fraser2008-04-011-65/+74
| | | | | | | | | | | | | | | | | | | | | | | Summary of changes: - replaced VMX with HVM - added AMD as a vendor of HVM capable processors - removed LibVNCServer as a requirement for HVM builds - fixed name of HVM example file - changed default value of acpi, apic and pae options - added hap option - removed reference to cdrom option and integrated it into "disk" - improved examples for disk option - replaced vncviewer option with vncconsole - removed obsolete ne2000 option - replaced enable-audio with soundhw - fixed dd usage for creating sparse files (count=0) - remove acpi=0 hint for Windows guests - removed reference to (obsolete?) -f option for xm create - made shutdown advice less Linux centric - removed comment about save/restore and migration not yet ready Signed-off-by: Andre Przywara <andre.przywara@amd.com>
* docs: Documentation for XSPolicy.can_run commandKeir Fraser2008-04-013-3/+45
| | | | Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* API Changelog entry for xenfb dynamic resolution.Keir Fraser2008-03-261-0/+7
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Trivial build cleanup.Keir Fraser2008-03-251-1/+1
| | | | | | | xenapi.out needs to be ignored and removed on clean; tools/ioemu/i386-dm/Makefile is a soft link and should be ignored. Signed-off-by: Alex Williamson <alex.williamson@hp.com>
* Remove deprecated and unused features from LaTeX source.Keir Fraser2008-03-171-3/+3
| | | | Signed-off-by: Bastian Blank <waldi@debian.org>
* docs: Remove 'hap' boot parameter from the user manual.Keir Fraser2008-03-051-4/+0
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* xen-api: Add TOC and hyperlink cross reference to xen-api documentKeir Fraser2008-02-113-1/+13
| | | | Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* Document XenStore's new SET_TARGET messageKeir Fraser2008-02-111-0/+10
| | | | Signed-off-by: Ryan O'Connor <colossus@interchange.ubc.ca>
* Add 'coredump-destroy' and 'coredump-restart' actions for crashed domains.Keir Fraser2008-02-071-0/+16
| | | | | | | | 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>
* Update XenAPI version number, changelog, and cover sheet.Keir Fraser2008-01-252-2/+9
| | | | Signed-off-by: Jim Fehlig <jfehlig@novell.com>
* (Re)introduce notion of crashed VM power state.Keir Fraser2008-01-253-2/+8
| | | | | | | The crashed power state is necessary to allow both core-dumping a crashed but preserved VM and renaming/restarting a crashed VM. Signed-off-by: Jim Fehlig <jfehlig@novell.com>
* ChangeLog: Document new set_target xenstore and domctl commands.Keir Fraser2008-01-231-0/+12
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Clarify 'xm mem-set' and 'xm vcpu-set' requirements in documentation.Keir Fraser2008-01-181-3/+10
| | | | | From: Richard W.M. Jones <rjones@redhat.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Minor correction in xm man page for 'xm create'.Keir Fraser2008-01-171-1/+1
| | | | | From: Richard W.M. Jones <rjones@redhat.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* tools/docs: Fix example and default IP addresses.Keir Fraser2008-01-172-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In various places in documentation and code, IP addresses are provided as examples, defaults, or dummy configuration. In general the specific IP addresses used in Xen are not always appropriate. (For example, 1.2.3.4 is used in a few places!) The following addresses should be used: * For examples and documentation, 192.0.2.0/24. (See RFC3330.) * For defaults for private networks, a random network from RFC1918. I have randomly selected 172.30.206.0/24 for this purpose and documented this in at the only registry I know of, www.ucam.org/cam-grin. This network should henceforth be used for default configurations of local bridges, test networks, etc. in Xen tools. The following addresses should NOT be used: * 10.0.*.*, 10.1.*.*, 192.168.0.*, 192.168.1.*, etc. Using these addresses gives greatly increased likelihood of collision, as ignorant network administrators and reckless middlebox vendors often pick networks from the bottom of 10/8 and 192.168/16. * 169.254.*.*. These are reserved for zeroconf (ad-hoc networking) and should not be used for Xen private networks, bridges, etc., etc. Use of these addresses by Xen scripts causes trouble on hosts (eg laptops) which find themselves in ad-hoc networking environments. I think this is not hypothetical (!) since at least one Linux distribution have specific code to detect this case and cause Xen startup to fail iff the host already has an external zeroconf address. * 1.2.3.4. WTF !? I have also used 127.0.255.255 in one place where apparently a dummy address is needed (some Linux kernels won't accept a lack of an NFS server address). If 127.0.255.255 is mistakenly used it is unlikely to do any damage to real traffic even if it does escape into the network at large. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* Update API changelog for new feature flags.Keir Fraser2008-01-171-0/+12
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* x86: Document the new MMU_PT_UPDATE_PRESERVE_AD hypercall.Keir Fraser2008-01-151-0/+10
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Add a ChangeLog fileKeir Fraser2008-01-081-0/+65
| | | | | | Add a file for tracking API/ABI changes and additions. Signed-off-by: John Levon <john.levon@sun.com>
* Fix some build system error handling.Keir Fraser2007-12-201-1/+1
| | | | Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* doc: Fix serial console command line.Keir Fraser2007-12-191-1/+1
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* docs: Adds VT-d testing combinations and lists OS which VT-d works on.Keir Fraser2007-12-141-1/+17
| | | | Signed-off-by: Weidong Han <weidong.han@intel.com>