aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
Commit message (Collapse)AuthorAgeFilesLines
* update Xen version to 4.1.6.1RELEASE-4.1.6.1Jan Beulich2013-09-101-1/+1
|
* update Xen version to 4.1.6RELEASE-4.1.6Jan Beulich2013-09-091-1/+1
|
* update Xen version to 4.1.6-rc24.1.6-rc2Jan Beulich2013-08-271-1/+1
|
* QEMU_TAG updateIan Jackson2013-07-171-3/+3
|
* update Xen version to 4.1.5RELEASE-4.1.5Jan Beulich2013-04-231-1/+1
|
* update Xen version to 4.1.5-rc14.1.5-rc1Jan Beulich2013-03-201-1/+1
|
* gcc4.8 build fix: Add -Wno-unused-local-typedefs to CFLAGS.Keir Fraser2013-02-221-0/+1
| | | | | | | | Based on a patch by M A Young <m.a.young@durham.ac.uk> Signed-off-by: Keir Fraser <keir@xen.org> master changeset: 511278b4e239df00de7b33f7b42d8d5d7e52221b master date: 2013-02-13 17:03:31 +0000
* QEMU_TAG updateIan Jackson2013-01-171-3/+3
|
* Config.mk: delete accidentally introduced drivelIan Jackson2013-01-171-3/+0
|
* QEMU_TAG updateIan Jackson2013-01-171-3/+6
|
* QEMU_TAG updateIan Jackson2013-01-161-3/+3
|
* update Xen version to 4.1.4RELEASE-4.1.4Jan Beulich2012-12-181-1/+1
|
* update Xen version to 4.1.4-rc14.1.4-rc1Jan Beulich2012-11-151-1/+1
|
* QEMU_TAG updateIan Jackson2012-11-131-3/+3
|
* QEMU_TAG updateIan Jackson2012-09-111-3/+3
|
* QEMU_TAG update (XSA-17 / CVE-2012-3515)Ian Jackson2012-09-051-3/+3
|
* Update Xen version to 4.1.3RELEASE-4.1.3Keir Fraser2012-08-091-1/+1
|
* Update Xen version to 4.1.3-rc34.1.3-rc3Keir Fraser2012-07-221-1/+1
|
* Update Xen version to 4.1.3-rc24.1.3-rc2Keir Fraser2012-06-181-1/+1
|
* Update Xen version to 4.1.3-rc14.1.3-rc1Keir Fraser2012-05-071-1/+1
|
* QEMU_TAG updateIan Jackson2012-04-241-3/+3
|
* QEMU_TAG updateIan Jackson2012-03-141-3/+3
|
* Update QEMU_TAG, for CVE-2012-0029Ian Jackson2012-02-021-3/+3
|
* Update QEMU_TAGIan Jackson2011-11-221-4/+3
|
* Update Xen version to 4.1.2RELEASE-4.1.2Keir Fraser2011-10-201-1/+1
|
* Update Xen version to 4.1.2-rc34.1.2-rc3Keir Fraser2011-10-071-1/+1
|
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-10-061-20/+3
| | | | | | | | | | | | Otherwise make can search the path relative to certain standard paths such as /usr/include (e.g., the line '-include $(XEN_ROOT)/.config' in Config.mk suffers from this). Signed-off-by: Keir Fraser <keir@xen.org> xen-unstable changeset: 23049:ff3b7749008b Backport-requested-by: Allen M Kay <allen.m.kay@intel.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
* build: fix grep invocation in cc-optionsIan Campbell2011-10-031-1/+1
| | | | | | | | | | | | | | | | Currently the build produces lots of Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help' for more information. This is due to the "grep -- $(2)" in cc-options. It seems that the default of reading stdin is disabled when using "--". I don't know if this is a bug in grep or how it is supposed to be but we can work around it by explicitly passing in "-" Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Keir Fraser <keir@xen.org> xen-unstable changeset: 23898:3d1664cc9e45 xen-unstable date: Fri Sep 30 21:17:47 2011 +0100
* Update Xen version to 4.1.2-rc14.1.2-rc1Keir Fraser2011-08-251-1/+1
|
* Update Xen version to 4.1.1RELEASE-4.1.1Keir Fraser2011-06-141-1/+1
|
* Update Xen version to 4.1.1-rc24.1.1-rc2Keir Fraser2011-06-031-1/+1
|
* Fix Config.mk's cc-option for -Wno-* options.Keir Fraser2011-05-241-2/+12
| | | | | | | | | | | | | | | | | | | | These disable-warning options are handled specially by GCC: (a) they are ignored unless the compiler emits a warning; and (b) even then they produce a warning rather than an error To handle this, modify the test invocation of GCC to compile a fragment of code that will always provoke a warning (integer assigned to pointer). This works around (a) above. Then, we grep the compiler's stdout/stderr for the option-under-test, the presence of which would indicate an "unrecognized command-line option" warning/error. This works around (b) above, letting us distinguish between the "integer assigned to pointer" and "unrecognized command-line option" warnings. Signed-off-by: Keir Fraser <keir@xen.org> xen-unstable changeset: 23369:37c77bacb52a xen-unstable date: Mon May 23 17:38:28 2011 +0100
* Update Xen version to 4.1.1-rc14.1.1-rc1Keir Fraser2011-05-211-1/+1
|
* gcc-4.6 compile fix: build with -Wno-unused-but-set-variableOlaf Hering2011-05-211-0/+1
| | | | | | | | | Avoid "error: variable 'unused' set but not used [-Werror=unused-but-set-variable]" with gcc 4.6. Signed-off-by: Olaf Hering <olaf@aepfle.de> xen-unstable changeset: 23368:0f670f5146c8 xen-unstable date: Sat May 21 07:55:46 2011 +0100
* Update Xen version to 4.1.0RELEASE-4.1.0Keir Fraser2011-03-251-1/+1
|
* Update Xen version to 4.1.0-rc84.1.0-rc8Keir Fraser2011-03-211-1/+1
|
* Update Xen version to 4.1.0-rc74.1.0-rc7Keir Fraser2011-03-161-1/+1
|
* Set debug=n by default.Keir Fraser2011-03-041-1/+1
| | | | Signed-off-by: Keir Fraser <keir@xen.org>
* Update QEMU_REMOTE to qemu-xen-4.1-testing.gitKeir Fraser2011-03-041-2/+2
|
* Update Xen version to 4.1.0-rc64.1.0-rc6Keir Fraser2011-02-281-1/+1
|
* Update Xen version to 4.1.0-rc54.1.0-rc5Keir Fraser2011-02-161-1/+2
|
* QEMU_TAG updateIan Jackson2011-02-111-4/+3
|
* Update Xen version to 4.1.0-rc44.1.0-rc4Keir Fraser2011-02-101-1/+2
|
* QEMU_TAG updateIan Jackson2011-02-041-4/+3
|
* Update QEMU_TAG to xen-4.1.0-rc34.1.0-rc3Ian Jackson2011-01-311-1/+1
|
* Config.mk: commented-out CONFIG_QEMU example now uses `pwd`/$(XEN_ROOT)Ian Jackson2011-01-271-1/+1
| | | | | | | | | | | | If you actually set it to a relative path, the qemu build breaks. So this commented-out rune (an example) should arrange to be absolute. Unfortunately XEN_ROOT is itself relative so the previous attempt to fix this (22772:654563af359f) didn't work. So use `pwd`. Tested-by: M A Young <m.a.young@durham.ac.uk> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
* Update Xen version to 4.1.0-rc24.1.0-rc2Keir Fraser2011-01-251-1/+2
|
* QEMU_TAG updateIan Jackson2011-01-211-3/+3
|
* QEMU_TAG updateIan Jackson2011-01-211-3/+3
|
* QEMU_TAG updateIan Jackson2011-01-201-4/+3
|