aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | bitkeeper revision 1.1159.231.2 (41f8c846X6nmyCraD342rP9SirCaqg)kaf24@scramble.cl.cam.ac.uk2005-01-271-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | 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
| * | | bitkeeper revision 1.1159.223.44 (41f8c832pMZZ7WmykH_gAUBQHtPF1A)kaf24@scramble.cl.cam.ac.uk2005-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Allow target architecture to be specified by specifying ARCH variable to root Makefile (e.g, make ARCH=x86_32).
* | | | bitkeeper revision 1.1159.212.44 (41f77762AXzU93deGpv_Z5doFw4oeg)kaf24@scramble.cl.cam.ac.uk2005-01-261-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | 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
| * | | bitkeeper revision 1.1159.223.42 (41f77751X73w7_t6jI0dgGV6N-Bweg)kaf24@scramble.cl.cam.ac.uk2005-01-261-2/+2
| | | | | | | | | | | | | | | | | | | | More build system fixes and tweaks.
* | | | bitkeeper revision 1.1159.212.42 (41f6790d_JgecZcMdZzpMtjaR5vjUg)kaf24@scramble.cl.cam.ac.uk2005-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | Upgrade library version numbers.
* | | | bitkeeper revision 1.1159.212.41 (41f6787aKvcI0-k3FYgkk8w74QD5gg)kaf24@scramble.cl.cam.ac.uk2005-01-251-23/+11
|\| | | | | | | | | | | | | | | | | | | manual merge.
| * | | bitkeeper revision 1.1159.223.39 (41f66ce0jpkVCVDUEA2oOsgUQP1D9A)kaf24@scramble.cl.cam.ac.uk2005-01-251-19/+11
| | | | | | | | | | | | | | | | | | | | Cset exclude: iap10@labyrinth.cl.cam.ac.uk|ChangeSet|20050122213003|38297
* | | | bitkeeper revision 1.1159.212.34 (41f5a289J4SAf6zaQUhGEBrQWQ14dA)iap10@freefall.cl.cam.ac.uk2005-01-251-17/+29
|\| | | | | | | | | | | | | | | | | | | manual merge
| * | | bitkeeper revision 1.1159.223.26 (41f2cdb6LNpheOtPoAKEUn-czlZFig)iap10@labyrinth.cl.cam.ac.uk2005-01-221-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | bitkeeper revision 1.1159.223.18 (41f2c6eamwtTkjdrv4CuL1WnOy4iGw)iap10@labyrinth.cl.cam.ac.uk2005-01-221-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | bitkeeper revision 1.1159.223.16 (41f2c5dbDRm_plztIOBiTaL3Nj5qAQ)iap10@labyrinth.cl.cam.ac.uk2005-01-221-13/+21
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | bitkeeper revision 1.1159.217.20 (41ebdda5ZO9YBU_VHuSh0IwgcQe0Ng)cl349@arcadians.cl.cam.ac.uk2005-01-172-11/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | 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
| * | | bitkeeper revision 1.1159.222.1 (41ebdd9btvi-aV_bkwfCgKSenC9XbQ)cl349@arcadians.cl.cam.ac.uk2005-01-172-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | bitkeeper revision 1.1159.217.18 (41ea5633KLfjrmzpi1tzeYsbJqWJOw)iap10@labyrinth.cl.cam.ac.uk2005-01-161-3/+173
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | 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
| * | | bitkeeper revision 1.1159.170.97 (41e94301axLnKknTNgYWn0ZFj5pHxg)iap10@labyrinth.cl.cam.ac.uk2005-01-151-3/+173
| | | | | | | | | | | | | | | | | | | | | | | | Documentation of xc.h library Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* | | | bitkeeper revision 1.1159.220.3 (41e670c37jmaTxUns3KlvsbVRCg-UA)mafetter@fleming.research2005-01-138-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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().
* | | | bitkeeper revision 1.1159.220.2 (41e6700bFJzLjEYlNh48j_cSTbRy9A)mafetter@fleming.research2005-01-136-350/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | bitkeeper revision 1.1159.220.1 (41e66ddeA0CJszasxjuqNRCCZpTReQ)mafetter@fleming.research2005-01-131-1/+5
| | | | | | | | | | | | | | | | | | | | Added "make TAGS" for libxc
* | | | bitkeeper revision 1.1159.217.9 (41e4ea41-PFvthJ_X2r27xBL8jEH1g)kaf24@scramble.cl.cam.ac.uk2005-01-122-2/+2
| |/ / |/| | | | | | | | | | | Fix tools compilation.
* | | bitkeeper revision 1.1159.212.12 (41df1781YQ4wbDZYbKztywTKIqxb6A)iap10@labyrinth.cl.cam.ac.uk2005-01-071-0/+1
| | | | | | | | | | | | | | | Fix botched application of vmx xend patch
* | | bitkeeper revision 1.1159.212.10 (41dde8b1uPUodrtnTKejSUrLg-fcoQ)iap10@labyrinth.cl.cam.ac.uk2005-01-073-0/+1042
| | | | | | | | | | | | | | | xend extensiosn for VMX guests
* | | bitkeeper revision 1.1159.1.525 (41d58ba8VgPwkfEiKrUXF8b7LLwQ5Q)kaf24@scramble.cl.cam.ac.uk2004-12-311-1/+1
| | | | | | | | | | | | | | | Andy's control-interface message switch -- first cut.
* | | bitkeeper revision 1.1159.209.1 (41d559d4GzyJ3WvVnHx_oB2IlXZPuw)smh22@tempest.cl.cam.ac.uk2004-12-311-0/+1
| | | | | | | | | | | | | | | temporary fix for BIGLOCK deadlock & tools fix
* | | bitkeeper revision 1.1159.1.504 (41cc93b0yD09pgWkeLlUepCAam5oFA)iap10@labyrinth.cl.cam.ac.uk2004-12-244-0/+781
|\| | | | | | | | | | | | | | | | | 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
| * | bitkeeper revision 1.1159.187.81 (41cc934bUot13IO0-1LsmhYl0sW9Zw)iap10@labyrinth.cl.cam.ac.uk2004-12-244-0/+781
| | | | | | | | | | | | | | | Add plan9 builder support.
* | | bitkeeper revision 1.1159.1.481 (41c07f85G2hWDdcToBM9klxqtewYlQ)cl349@arcadians.cl.cam.ac.uk2004-12-151-1/+7
| | | | | | | | | | | | | | | Bound number of vcpus by XEN_VCPUS environment variable in xend environment.
* | | bitkeeper revision 1.1159.1.477 (41bf20d2wgoxIqhcE0nzBC8W-yFPhg)cl349@arcadians.cl.cam.ac.uk2004-12-142-11/+13
|\| | | | | | | | | | | | | | sync w/ head.
| * | bitkeeper revision 1.1159.187.61 (41badd42WPbpyTHpQn9bVGYapDfdOQ)kaf24@scramble.cl.cam.ac.uk2004-12-112-11/+13
| | | | | | | | | | | | | | | Type decl cleanups from Charles Coffing.
* | | bitkeeper revision 1.1159.1.475 (41b9efabAfHQClS6PJMUaGIogh-MMw)cl349@arcadians.cl.cam.ac.uk2004-12-103-4/+25
|\| | | | | | | | | | | | | | sync w/ head.
| * | bitkeeper revision 1.1159.187.48 (41adc6420WlNaaoUkvfgNxl44rpYYg)kaf24@scramble.cl.cam.ac.uk2004-12-012-3/+24
| | | | | | | | | | | | | | | Export Xen s/w perfctrs to DOM0 via new 'xenperf' utility.
| * | bitkeeper revision 1.1159.187.44 (41acb9f65Nu4_LCJgeyWLgtrvxeqoA)kaf24@scramble.cl.cam.ac.uk2004-11-301-1/+1
| |/ | | | | | | | | Version bumb on control libraries.
* | bitkeeper revision 1.1159.1.450 (41a515dahwURMq8RlgJaYDcQTbLF9A)cl349@arcadians.cl.cam.ac.uk2004-11-241-1/+1
| | | | | | | | | | | | xc_linux_build.c: Boot 32 vcpus.
* | bitkeeper revision 1.1159.1.435 (419cdeb3cXJd9VFQG3qEgk4aMdlboA)cl349@arcadians.cl.cam.ac.uk2004-11-181-1/+1
| | | | | | | | | | Increase number of cpus limits.
* | bitkeeper revision 1.1159.1.399 (4191f4cbUvkMenqLkHaeRu45RztOdA)cl349@freefall.cl.cam.ac.uk2004-11-101-6/+8
| | | | | | | | | | More SMP guest support.
* | bitkeeper revision 1.1159.1.393 (4190a145cbZFKzGdkH5xPlOlxNNPnw)cl349@freefall.cl.cam.ac.uk2004-11-091-0/+1
|/ | | | | Split struct exec_domain out of struct domain.
* bitkeeper revision 1.1159.152.3 (418897a4CxX9i8wXDd9o1ZAah8MBmQ)kaf24@freefall.cl.cam.ac.uk2004-11-031-1/+2
| | | | | | | 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.
* bitkeeper revision 1.1159.149.1 (4187c1c8_Vcj2qeTWowskcZY0OAlfQ)kaf24@freefall.cl.cam.ac.uk2004-11-021-2/+7
| | | | | Build cleanups.
* bitkeeper revision 1.1159.1.332 (41874e954CLIDA2J3phVFD2RnzVTpA)kaf24@freefall.cl.cam.ac.uk2004-11-025-15/+14
| | | | | | | 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.
* bitkeeper revision 1.1159.142.9 (41868212HJLlpN1lDwN7zKigin-5tA)iap10@labyrinth.cl.cam.ac.uk2004-11-011-0/+2
| | | | | Minor Makefile fixes
* bitkeeper revision 1.1159.142.4 (4184b6d4rc3Jd2irJimPyupm4TO06A)kaf24@freefall.cl.cam.ac.uk2004-10-311-1/+1
| | | | | | | | | | 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
* bitkeeper revision 1.1159.142.3 (4184a0bdD3pO3ot79NURAvHqfSoj_Q)kaf24@freefall.cl.cam.ac.uk2004-10-311-1/+1
| | | | | Fix symlink creation.
* bitkeeper revision 1.1159.142.2 (41849fadYlUYMwSy6tcq8Y-Yi8NMZA)kaf24@freefall.cl.cam.ac.uk2004-10-317-109/+61
| | | | | | Clean up libxc by allowing direct use of Xen headers from userland: #include <xen/...>
* bitkeeper revision 1.1159.135.1 (417fd3b8e-uijqG_Stg0EouCeWPftA)cl349@freefall.cl.cam.ac.uk2004-10-273-21/+130
| | | | | | Add network bandwidth adaptive rate limiting to migration and timestamped info messages.
* bitkeeper revision 1.1159.1.288 (417fa37aiUr7WWjaJDqszVX8RYOFGA)kaf24@freefall.cl.cam.ac.uk2004-10-271-2/+2
| | | | | Tiny bug fixes and cleanups.
* bitkeeper revision 1.1159.130.1 (41792c8bfIrnaq8cezNM7nbYpseVFQ)kaf24@freefall.cl.cam.ac.uk2004-10-222-3/+29
| | | | | Extend Xen's evtchn interface.
* bitkeeper revision 1.1159.128.1 (41780f0dzQjdvnhFtMuVv1YAmVoQ8Q)iap10@labyrinth.cl.cam.ac.uk2004-10-211-0/+1
|\ | | | | | | | | | | 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
| * bitkeeper revision 1.1159.116.4 (4177df97ZOvl759Lo38Gv7CY081ZCA)mjw@wray-m-3.hpl.hp.com2004-10-211-0/+1
| | | | | | | | | | Add resource control parameter to migrate.
* | bitkeeper revision 1.1159.124.2 (4177d163xinza3-p0e7_VEpiJ-okNA)kaf24@freefall.cl.cam.ac.uk2004-10-214-68/+4
| | | | | | | | | | Remove domain names from Xen. These are now stored only within xend.
* | bitkeeper revision 1.1159.1.254 (4177bdf4aXE2he9nGLsYIcckKPG2LA)cl349@freefall.cl.cam.ac.uk2004-10-211-6/+0
| | | | | | | | | | Remove netbsd domain builder.
* | bitkeeper revision 1.1159.1.253 (4177acb31pR6O7gnvHBPRklwripeYQ)cl349@freefall.cl.cam.ac.uk2004-10-212-711/+0
| | | | | | | | | | Remove netbsd domain builder.