aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update Xen version to 4.0.0-rc7Keir Fraser2010-03-231-1/+2
|
* Update QEMU_TAG to 73cef2cca413c17f314724c66194315038ea66c3Keir Fraser2010-03-231-3/+3
|
* Fix vcpu hotplug bug: transfer vcpu_avail hex string to qemuKeir Fraser2010-03-201-4/+3
| | | | | | | | | | | | | | | Currently qemu has a bug: When maxvcpus > 64, qemu will get wrong vcpu bitmap (s->cpus_sts[i]) since it only get bitmap from a long variable. This patch, cooperate with another qemu patch, is to fix this bug. This patch transfer a vcpu_avail string in a hex string format, so that at qemu side it's more easier to get vcpu bitmap from hex string, especially when many vcpus, like more than 64. (Also update QEMU_TAG for matching qemu-side update) Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com>
* Update Xen version to 4.0.0-rc64.0.0-rc6Keir Fraser2010-03-091-1/+1
|
* Disable debug build by default.Keir Fraser2010-03-091-1/+1
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Replace config file parser for "xl"Keir Fraser2010-03-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Update Xen version to 4.0.0-rc54.0.0-rc5Keir Fraser2010-03-011-1/+2
|
* Update QEMU_TAG to e5d14857cd67490bf956d97c8888c0be95ed3f78Keir Fraser2010-02-221-4/+3
|
* Update Xen version to 4.0.0-rc44.0.0-rc4Keir Fraser2010-02-161-1/+1
|
* Update Xen version to 4.0.0-rc34.0.0-rc3Keir Fraser2010-02-161-1/+2
|
* Update QEMU_TAG to d463cfee458bacfe1ee3cb9c3b4ce46a6be06edfKeir Fraser2010-02-051-3/+3
|
* Update QEMU_TAG to 575ed1016f6fba1c6a6cd32a828cb468bdee96bbKeir Fraser2010-02-031-4/+3
|
* Update Xen version to 4.0.0-rc24.0.0-rc2Keir Fraser2010-01-261-1/+2
|
* Update QEMU_TAG to a0066d08514ecfec34c717c7184250e95519f39cKeir Fraser2010-01-171-4/+3
|
* Update Xen version for 4.0.0-rc14.0.0-rc1Keir Fraser2010-01-121-1/+2
|
* Update QEMU_TAG to 2621a102cd74cd6691bed30f638581639fcb141dKeir Fraser2010-01-051-3/+3
|
* Update QEMU_TAG to 9297e6402f6aa1b52e5577edc875eb2d2163baebKeir Fraser2009-12-071-3/+3
|
* Update QEMU_TAG to 91ae19a7cc445030614bd0ae91548162cf0befbeKeir Fraser2009-12-051-3/+3
|
* Update QEMU_TAG to f72b6e0ffc3bb84d4442c5a7493bffbdce2a4468Keir Fraser2009-11-041-3/+3
|
* Extend max vcpu number for HVM guestKeir Fraser2009-10-291-3/+3
| | | | | | | | | | | | | | Reduce size of Xen-qemu shared ioreq structure to 32 bytes. This has two advantages: 1. We can support up to 128 VCPUs with a single shared page 2. If/when we want to go beyond 128 VCPUs, a whole number of ioreq_t structures will pack into a single shared page, so a multi-page array will have no ioreq_t straddling a page boundary Also, while modifying qemu, replace a 32-entry vcpu-indexed array with a dynamically-allocated array. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* passthrough/stubdom: clean up hypercall privilege checkingKeir Fraser2009-10-231-3/+3
| | | | | | | | | This patch adds securty checks for pci passthrough related hypercalls to enforce that the current domain owns the resources that it is about to remap. It also adds a call to xc_assign_device to xend and removes the PRIVILEGED_STUBDOMS flags. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
* Update QEMU_TAG to a3285ff385d2568f0226f15fee2b9808ec3b6debKeir Fraser2009-10-211-3/+3
|
* Update QEMU_TAG to 71324566f3b95bb88105659439adaef1d5bd155cKeir Fraser2009-10-141-3/+3
|
* Update QEMU_TAG to a05958b6e32f1748ea70b1efca13394956c0698bKeir Fraser2009-10-081-3/+3
|
* Update QEMU_TAG to 743edef44f1d0da792aeb38a33bf468a4596f730Keir Fraser2009-09-231-3/+3
|
* Update QEMU_TAG to f09a5ba89434bb3f28172640354258d1d6cd8579Keir Fraser2009-09-221-3/+3
|
* Update QEMU_TAG to 3de6cb51b19c46967cbc88ceb202b240c736eecaKeir Fraser2009-09-151-3/+3
|
* Update QEMU_TAG to 2836e73adcd994de071f4eec1aa538a5ca849118Keir Fraser2009-09-081-3/+3
|
* Update QEMU_TAG to a83d119cfcc20bc7edb427992d6e31b3e99430beKeir Fraser2009-08-101-3/+3
|
* Revert to pulling QEMU GIT repo via HTTP.Keir Fraser2009-08-051-1/+3
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Revert QEMU_TAG to 5cc34ea27f1cbd1a0560cfca91fb89ccd6d5726fKeir Fraser2009-07-231-3/+3
| | | | | | xenstore lowlevel function changes breaks stubdom build. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Update QEMU_TAG to a42b67ed27a9744a2492c8ffe5c26935bd19ee27Keir Fraser2009-07-221-3/+3
|
* Use git smart server protocol for qemu tree by defaultKeir Fraser2009-07-201-1/+1
| | | | | | | xenbits supports the git protocol now, which is much faster (and produces less noise in the build log too). Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* debug=y default during developmentKeir Fraser2009-07-141-1/+1
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Update QEMU_TAG to 5cc34ea27f1cbd1a0560cfca91fb89ccd6d5726fKeir Fraser2009-07-091-3/+3
|
* Update QEMU_TAG to b471f03d51cde3976b6d52179ca2a86d8906a587Keir Fraser2009-06-301-3/+3
|
* Update QEMU_TAG for d67e46f6860bfbd8991b7691efc1f67b7bc413bcKeir Fraser2009-06-271-3/+3
|
* Update QEMU_TAG for f2e0a24d00b2f0c591719bab088fbe3654955066Keir Fraser2009-06-251-3/+3
|
* tools: add SHAREDIR to buildmakevars2fileKeir Fraser2009-06-251-0/+1
| | | | | | | | c/s 19818 dropped SHAREDIR from xen/util/path.py, which broke the "xm new" command. This patch adds SHAREDIR back to the new buildmakevars2file-closure function. Signed-off-by: Ryan O'Connor <rjo@cs.ubc.ca>
* Get rid of hardcoded pathes for stubdom and hotplug scriptsKeir Fraser2009-06-231-0/+22
| | | | | | | | | | | | | | | | | | - Have the buid system generate a file which exports the install paths for the hotplug scripts and stubdom / stubdom-dm - Move file generation code from tools/python/Makefile into a gmake macro in Config.mk to avoid maintenance of three duplicates each with its own tweaks and bugs - Export gmake variables into ioemu as shell variables for upcoming ioemu patches - Do above as a gmake macro to avoid maintenance of several duplicates - Adjust hotplug scripts to find the right xen binaries from the install directory - Adjust stubdom-dm to use the install directories Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* Update QEMU_TAG to e0bb6b8df60863bca0163a1688baf4854e931e55Keir Fraser2009-06-081-3/+3
|
* Update QEMU_TAG to c9c1a645fcfdba8c4a15a56e29d5ea7b7bcd7aa6Keir Fraser2009-06-031-3/+3
|
* Update QEMU_TAG: 5beedb58147cbb04e206a71429198b6316217cfcKeir Fraser2009-06-011-0/+4
|
* ocaml-xenstored: Allow to build ocaml xenstored instead of C versionKeir Fraser2009-05-191-0/+6
| | | | | | | | To use, set CONFIG_OCAML_XENSTORED=y at build time. Then the build system will automatically download the remote repo to tools/ocaml-xenstored. Signed-off-by: Alex Zeffertt <alex.zeffertt@eu.citrix.com>
* Permit user to suppress passing --prefix to setup.pyKeir Fraser2009-05-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | We change all invocations of setup.py as follows: * use $(PYTHON) instead of `python' so that the user can specify an alternative python version if they need to. If not set it defaults to `python' in Config.mk. * pass --prefix=$(PREFIX) via a new make variable $(PYTHON_PREFIX_ARG). This allows a user to suppress the --prefix=... argument entirely by setting PYTHON_PREFIX_ARG=''. This will work around the bug described here https://bugs.launchpad.net/ubuntu/+bug/362570 where passing --prefix=/usr/local (which ought to have no effect as /usr/local is the default prefix) changes which subdirectory distutils chooses, and results in the files being installed in site-packages which is not on the default search path. Users not affected by this python packaging bug should not set PYTHON_PREFIX_ARG and their builds will not be affected. (Provided PREFIX did not contain spaces. People who put spaces in PREFIX are being quite optimistic.) Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* Update Xen version for 3.4.0-rc4-preKeir Fraser2009-04-301-1/+0
|
* Update Xen version for 3.4.0-rc33.4.0-rc3Keir Fraser2009-04-301-0/+1
|
* Update Xen version for 3.4.0-rc3-preKeir Fraser2009-04-161-1/+0
|
* Update Xen version for 3.4.0-rc23.4.0-rc2Keir Fraser2009-04-161-0/+1
|
* Update Xen version for 3.4.0-rc2-preKeir Fraser2009-04-101-1/+0
|