aboutsummaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Replace config file parser for "xl"Keir Fraser2010-03-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This provides a replacement config file parser for "xl" based on bison and flex. Benefits: * proper error reporting with line numbers * parser can understand nearly all "xm" configuration files directly (doesn't understand Python code but should do everything else) * parser also understands the ;-infested "xl" style files * removes the dependency on libconfig * better checking for certain kinds of mistakes * eliminates the strange "massage file and try again" code This is intended to support all config files currently supported by "xl" and almost all files supported by "xm". (NB that whether a feature works depends on the implementation of that feature in xl/libxl of course.) This patch also introduces a new library "libxlutil" which is mainly for the benefit of "xl". Users of libxl do not need to use libxlutil, but they can do so if they want to parse "xl" files without being "xl". Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
* docs: Fixes for READMEKeir Fraser2009-12-111-59/+12
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Update README for 3.4 branch.Keir Fraser2009-05-181-9/+9
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Revert 18242:f20fb83dac2c (Xen 3.3 after all)Keir Fraser2008-08-071-10/+10
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Update version number 3.3->4.0.Keir Fraser2008-08-051-10/+10
|
* Fix a few typosKeir Fraser2008-08-041-1/+1
| | | | | From: Diego Ongaro <diego.ongaro@eu.citrix.com> Acked-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* Update README to reference next major Xen release (3.3).Keir Fraser2008-05-011-13/+12
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Update README file for Xen 3.2, and add tboot makefile targets andKeir Fraser2007-10-301-13/+39
| | | | | readme decsription. Signed-off-by: Keir Fraser <keir@xensource.com>
* README: Remove incorrect information about PAE builds.Keir Fraser2007-10-041-4/+0
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Fix the README to match Xen 3.1kfraser@localhost.localdomain2007-06-071-15/+20
| | | | | From: Ryan Riley <rileyrd@gmail.com> Signed-off-by: Keir Fraser <keir@xensource.com>
* Remove sparse tree.Ian Campbell2007-06-041-2/+0
| | | | Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
* Update README for correctness.kfraser@localhost.localdomain2007-04-201-3/+3
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Add PyXML requirement for xm via XenAPI to docsTom Wilkie2007-04-121-0/+4
| | | | signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
* Added section on Xend's runtime dependencies.Ewan Mellor2007-04-031-0/+22
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Add openssl-dev and xorg-x11-dev to READMEkfraser@localhost.localdomain2007-02-271-0/+2
| | | | | | | | | Attached is a documentation patch to the top-level README file; it just adds two notes saying that you need to have openssl-devel and xorg-x11-devel installed to successfully complete a "make world" at the top level. Signed-off-by: Chris Lalancette <clalance@redhat.com>
* Add dependency on ncurses to main README.kfraser@localhost.localdomain2006-07-261-0/+1
|
* Our 10,000th changeset! (Clean up trailing whitespace in README file :-)kaf24@firebug.cl.cam.ac.uk2006-05-161-20/+20
| | | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Remove \r characters.cl349@firebug.cl.cam.ac.uk2006-04-241-176/+176
| | | | | Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* Fix KERNELS example, mkinitrd example.emellor@leeni.uk.xensource.com2006-04-111-6/+6
| | | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Updated to reflect new KERNELS defaults, and properly describe make install andemellor@leeni.uk.xensource.com2006-04-101-158/+176
| | | | | make dist.
* Readme typosiap10@freefall.cl.cam.ac.uk2005-12-041-17/+6
| | | | | Signed-off-by: ian@xensource.com
* Update xend-config.sxp so that dom0-min-mem is 196MB by default, as this is ↵iap10@freefall.cl.cam.ac.uk2005-12-031-56/+82
| | | | | | | | | rather more user friendly. Also do some minor fixes to the README Signed-off-by: ian@xensource.com
* Remove linux-2.4 sparse tree.kaf24@firebug.cl.cam.ac.uk2005-10-071-3/+3
| | | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Fix README.kaf24@firebug.cl.cam.ac.uk2005-07-111-6/+6
|
* bitkeeper revision 1.1738 (42ba87barFA27QtqNiI4v7D2u57koA)kaf24@firebug.cl.cam.ac.uk2005-06-231-0/+62
| | | | | | | | | | | | | This is a patch to the README file to provide the missing info on building from the source tree. It's by no means clean, complete or even necessarily correct - just a first draft to get the doc/instructions going. All cleanups would be appreciated. Signed-off-by: Nivedita Singhvi <niv@us.ibm.com> Signed-off-by: Keir Fraser <keir@xensource.com>
* bitkeeper revision 1.1159.258.159 (429c6342A2HJ4wUj0nM5MNauX7azZQ)cl349@firebug.cl.cam.ac.uk2005-05-311-4/+4
| | | | | | | | | vnet-xend.txt, user.tex, README: Update the Linux kernel version number from 2.6.9 to 2.6 or 2.6.11 in several places in documentation. Original patch provided by Andrew Thompson <andrewkt@aktzero.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* bitkeeper revision 1.1159.152.4 (4188f5d8214qWxCDmCbxEQwQcQ3hww)kaf24@freefall.cl.cam.ac.uk2004-11-031-8/+57
| | | | | Doc update
* bitkeeper revision 1.1159.142.8 (41856f88s5u8hpX2TlCOupENnBIqig)iap10@labyrinth.cl.cam.ac.uk2004-10-311-1/+0
|\ | | | | | | | | merge
| * bitkeeper revision 1.1159.144.3 (41856143dZVCH2lFdy1jbtLSuhMowA)iap10@labyrinth.cl.cam.ac.uk2004-10-311-36/+30
| | | | | | | | | | minor
* | bitkeeper revision 1.1159.1.310 (41828879uBRmYC81TaPfV6LGMJ1TYw)kaf24@freefall.cl.cam.ac.uk2004-10-291-9/+10
| | | | | | | | | | Doc fixes.
* | bitkeeper revision 1.1159.1.306 (418225cdXsKP_d8tfJvM9TR5Vjv5_Q)mwilli2@equilibrium.research2004-10-291-194/+10
|\ \ | |/ |/| | | | | Manual merge.
| * bitkeeper revision 1.1159.137.1 (41811b328SwfN4BTxZsoMM-iGa8evQ)mwilli2@equilibrium.research2004-10-281-198/+10
| | | | | | | | | | Delete some unused tools, lots of docs updates.
* | bitkeeper revision 1.1159.138.1 (41811be9-M5W9ujjnrgAr5BvIUxzIQ)kaf24@freefall.cl.cam.ac.uk2004-10-281-11/+8
|/ | | | | Doc fixes. Definitely more still to do.
* bitkeeper revision 1.1159.64.1 (4130aba0phC6BxiRx2cnmE5EUnUgTQ)mwilli2@equilibrium.research2004-08-281-15/+15
| | | | | | Update version numbers. Need some update of the actual instructions, particularly in README.CD.
* bitkeeper revision 1.1011 (40daaceaxFrszbXp_ive-1ko5WxZBw)iap10@labyrinth.cl.cam.ac.uk2004-06-241-5/+34
|\ | | | | | | | | trivial
| * bitkeeper revision 1.1003.1.1 (40daac7c6-RMqdy1PiSH_fSWwxWf9A)iap10@labyrinth.cl.cam.ac.uk2004-06-241-7/+26
| | | | | | | | | | | | | | | | | | master Makefile modified to build each the dom0 and unprivileged xenlinux kernels in different build trees. Also, the "-xen[0U]" tag is reflected in the kernel version name. This means that different modules will need to be built for each, which is less convenient for an expert, but probably less confusing for most users.
* | bitkeeper revision 1.1010 (40da8d0bAUpsJUh6bwWRl65Frtj_lQ)kaf24@scramble.cl.cam.ac.uk2004-06-241-19/+23
|/ | | | | README update
* bitkeeper revision 1.965 (40cde552wh00ygWiaGqPPXzvspDJsg)iap10@labyrinth.cl.cam.ac.uk2004-06-141-35/+57
| | | | | Update README and README.CD
* bitkeeper revision 1.824 (40601cf9uRnKyyagj6umr4Oaf_-gWQ)kaf24@scramble.cl.cam.ac.uk2004-03-231-4/+3
| | | | | | | | | | | | Many files: xeno -> xen renames. xen_proc.c: Rename: xenolinux-2.4.25-sparse/arch/xen/lib/xeno_proc.c -> xenolinux-2.4.25-sparse/arch/xen/lib/xen_proc.c xen_proc.h: Rename: xenolinux-2.4.25-sparse/include/asm-xen/xeno_proc.h -> xenolinux-2.4.25-sparse/include/asm-xen/xen_proc.h Xen-HOWTO.txt: Rename: docs/Xeno-HOWTO.txt -> docs/Xen-HOWTO.txt
* bitkeeper revision 1.806 (4058575bj1znOTlYdipFIG8KLGJwfQ)kaf24@scramble.cl.cam.ac.uk2004-03-171-5/+5
| | | | | | pdb.txt, README, README.CD: Doc fixes.
* bitkeeper revision 1.700 (401d7e17TsVIdmq0QNgdFLXJHFN1kg)iap10@labyrinth.cl.cam.ac.uk2004-02-011-23/+29
| | | | | transfer new domain tools and readmes from the 1.2 tree
* bitkeeper revision 1.631 (3fbf9627n3_R5gJx6eFdJQwWUIKLCQ)kaf24@scramble.cl.cam.ac.uk2003-11-221-10/+2
| | | | | | createlinuxdom.py, Xeno-HOWTO, TODO, README, README.CD: Updated the docs to get rid of xenctl references.
* bitkeeper revision 1.473 (3f7867e38-w0Udil0euqJ8nAHOdmhQ)iap10@labyrinth.cl.cam.ac.uk2003-09-291-2/+3
| | | | | rename bk repository xeno.bk to xeno-1.0.bk
* bitkeeper revision 1.468 (3f776bd43_wFRTwYlSu5A4qtJST5zw)iap10@labyrinth.cl.cam.ac.uk2003-09-281-8/+22
| | | | | changes to build system, example config scripts added, READMEs improved.
* bitkeeper revision 1.459 (3f716d6dXGmxeJ7kBDRkSO-NFR-hHg)kaf24@scramble.cl.cam.ac.uk2003-09-241-2/+2
| | | | | | README, README.CD: Update READMEs to reflect new NIC driver status.
* bitkeeper revision 1.451 (3f6cc9fd9UX_tFa6-8NKaC9OX-VNTg)kaf24@scramble.cl.cam.ac.uk2003-09-201-3/+4
| | | | | | README, README.CD: Expunge refs to nforce2 in the READMEs as it seems to work after all.
* bitkeeper revision 1.450 (3f6c27e5nnHxybq2MyMyEWEiDcAG8A)kaf24@scramble.cl.cam.ac.uk2003-09-201-1/+2
| | | | | | kernel.c, setup.c, README, README.CD: Add a Xen option to ignore all bios-supplied tables.
* bitkeeper revision 1.449 (3f6c0f670unINepIotSgaIxSAE89zQ)iap10@freefall.cl.cam.ac.uk2003-09-201-1/+2
| | | | | typos
* bitkeeper revision 1.447 (3f6b4a5bx66eWPkM9ZVWGugRdLunrg)iap10@labyrinth.cl.cam.ac.uk2003-09-191-1/+4
| | | | | typos
* bitkeeper revision 1.444 (3f6b38d7qamTogSmHdj52H60KzAVVQ)iap10@labyrinth.cl.cam.ac.uk2003-09-191-21/+32
| | | | | readme fixes