| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge scramble.cl.cam.ac.uk:/local/scratch/kaf24/xen-2.0-testing.bk
into scramble.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allow target architecture to be specified by specifying ARCH variable to
root Makefile (e.g, make ARCH=x86_32).
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge scramble.cl.cam.ac.uk:/local/scratch/kaf24/xen-2.0-testing.bk
into scramble.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk
|
| | | |
| | | |
| | | |
| | | |
| | | | |
More build system fixes and tweaks.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Upgrade library version numbers.
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
manual merge.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Cset exclude: iap10@labyrinth.cl.cam.ac.uk|ChangeSet|20050122213003|38297
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
manual merge
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Description: use DESTDIR correctly
Standard makefiles always attempt to install to the root(/). Setting
DESTDIR is the normal way to install to an alternative location.
Setting prefix has the possibility of breaking programs, as the prefix
may have been embedded inside a compiled binary.
From: Adam Heath <doogie@brainfood.com>
Signed-off-by: ian.pratt@cl.cam.ac.uk
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Description: use INSTALL everywhere
Use install(by way of INSTALL variables) to create directories, install
programs, and install data files.
From: Adam Heath <doogie@brainfood.com>
Signed-off-by: ian.pratt@cl.cam.ac.uk
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Description: support PIC code generation
Libraries have 2 methods of being compiled; a .so must contain non-pic
objects, while the .a can contain standard objects.
From: Adam Heath <doogie@brainfood.com>
Signed-off-by: ian.pratt@cl.cam.ac.uk
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into arcadians.cl.cam.ac.uk:/local/scratch-2/cl349/xen-unstable.bk-merge
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add an optional parameter (vcpus) to the xc_linux_build function replacing
the getenv() previously used and removing the requirement of using maxcpus
kernel parameter to limit the number of virtual cpus a guest uses. The value
can now be controlled in the domain configuration files.
The default value of 1 is set in XenDomainInfo.py but is overridden by
parsing the config value.
Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk
into labyrinth.cl.cam.ac.uk:/auto/anfs/scratch/labyrinth/iap10/xeno-clone/xen-unstable.bk
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Documentation of xc.h library
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The getdomaininfo hypercall now listens to the exec_domain parameter
that was already passed to it, and performs some basic sanity checking.
Added exec_domain (aka vcpu) parameters to xc_domain_getfullinfo()
and xc_domain_get_cpu_usage().
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Code duplication cleanup: remove a number of duplicate identical
static functions in xc_*_{build,restore}.c, replaced with single
(non-static) copy in xc_private.c
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Added "make TAGS" for libxc
|
| |/ /
|/| |
| | |
| | |
| | | |
Fix tools compilation.
|
| | |
| | |
| | |
| | |
| | | |
Fix botched application of vmx xend patch
|
| | |
| | |
| | |
| | |
| | | |
xend extensiosn for VMX guests
|
| | |
| | |
| | |
| | |
| | | |
Andy's control-interface message switch -- first cut.
|
| | |
| | |
| | |
| | |
| | | |
temporary fix for BIGLOCK deadlock & tools fix
|
|\| |
| | |
| | |
| | |
| | |
| | | |
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk
into labyrinth.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
|
| | |
| | |
| | |
| | |
| | | |
Add plan9 builder support.
|
| | |
| | |
| | |
| | |
| | | |
Bound number of vcpus by XEN_VCPUS environment variable in xend environment.
|
|\| |
| | |
| | |
| | |
| | | |
sync w/ head.
|
| | |
| | |
| | |
| | |
| | | |
Type decl cleanups from Charles Coffing.
|
|\| |
| | |
| | |
| | |
| | | |
sync w/ head.
|
| | |
| | |
| | |
| | |
| | | |
Export Xen s/w perfctrs to DOM0 via new 'xenperf' utility.
|
| |/
| |
| |
| |
| | |
Version bumb on control libraries.
|
| |
| |
| |
| |
| |
| | |
xc_linux_build.c:
Boot 32 vcpus.
|
| |
| |
| |
| |
| | |
Increase number of cpus limits.
|
| |
| |
| |
| |
| | |
More SMP guest support.
|
|/
|
|
|
| |
Split struct exec_domain out of struct domain.
|
|
|
|
|
|
|
| |
Fix parallel make problems (some rules had multiple dependencies which
themselves were inter-dependent).
Fix netbsd build when 'uname -i' is unavailable -- default to i386.
|
|
|
|
|
| |
Build cleanups.
|
|
|
|
|
|
|
| |
Clean up public XenLinux header files. Now accessible from userspace as
#include <xen/linux...>
Got rid of the linux-xen-sparse symlink as it's no longer needed.
|
|
|
|
|
| |
Minor Makefile fixes
|
|
|
|
|
|
|
|
|
|
| |
Rename Xen public interfaces.
1. hypervisor-if.h is now xen.h
2. hypervisor-ifs/ directory is now:
<include/public/...> in Xen
<asm/xen-public/...> in Linux
<xen/...> in user space
|
|
|
|
|
| |
Fix symlink creation.
|
|
|
|
|
|
| |
Clean up libxc by allowing direct use of Xen headers from userland:
#include <xen/...>
|
|
|
|
|
|
| |
Add network bandwidth adaptive rate limiting to migration and
timestamped info messages.
|
|
|
|
|
| |
Tiny bug fixes and cleanups.
|
|
|
|
|
| |
Extend Xen's evtchn interface.
|
|\
| |
| |
| |
| |
| | |
Merge ssh://xenbk@gandalf.hpl.hp.com//var/bk/xeno-unstable.bk
into labyrinth.cl.cam.ac.uk:/auto/anfs/scratch/labyrinth/iap10/xeno-clone/xeno.bk
|
| |
| |
| |
| |
| | |
Add resource control parameter to migrate.
|
| |
| |
| |
| |
| | |
Remove domain names from Xen. These are now stored only within xend.
|
| |
| |
| |
| |
| | |
Remove netbsd domain builder.
|
| |
| |
| |
| |
| | |
Remove netbsd domain builder.
|