aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* bitkeeper revision 1.1108.33.24 (410e17ceXCIuaFvQA3AD25FUTF_Ohw)kaf24@scramble.cl.cam.ac.uk2004-08-021-3/+0
| | | | | | For clarity, all interface header files are in Xen's hypervisor-ifs directory. This includes the I/O headers and the xend header.
* bitkeeper revision 1.1044 (40ec19236iHRt47R5UsW46zQ42dHIw)gm281@boulderdash.cl.cam.ac.uk2004-07-071-0/+1
| | | | | Implementation of a new scheduler. Based on BVT (Borrowed Virtual Time) but trying to give more fair allocation of CPU for diverse environments (CPU-bound domains running against I/O bound ones). For that reason I called it Fair BVT (or FBVT for short). The BVT implementation gave the basic implementation. This changeset contains also the interface to control the scheduler. Unfortunatelly the contex switch allowance cannot be changed yet (a bug). The parameters introduced in the scheduler are likely to change in near future (after running tests).
* bitkeeper revision 1.1031 (40e1d02b7TWzZP0WaSOhCDygYQPX4w)kaf24@scramble.cl.cam.ac.uk2004-06-291-28/+1
| | | | | Tool cleanups.
* bitkeeper revision 1.1026.1.8 (40e1b09foCFBM0EuIgrSA1uLJrWuzA)mjw@wray-m-3.hpl.hp.com2004-06-291-0/+115
| | | | | Restructuring the python code and libs - first stage.
* bitkeeper revision 1.616 (3fbca451cCh4CiAzcPFCijGwNS4Bjg)kaf24@scramble.cl.cam.ac.uk2003-11-201-48/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many files: Mods to new xclib. Makefile: new file Rename: tools/xc/Makefile -> tools/xc/lib/Makefile rpm.spec: Rename: tools/xc/rpm.spec -> tools/xc/lib/rpm.spec xc.h: Rename: tools/xc/xc.h -> tools/xc/lib/xc.h libxc_private.h: Rename: tools/xc/libxc_private.h -> tools/xc/lib/libxc_private.h libxc_vif.c: Rename: tools/xc/libxc_vif.c -> tools/xc/lib/libxc_vif.c libxc_vbd.c: Rename: tools/xc/libxc_vbd.c -> tools/xc/lib/libxc_vbd.c libxc_private.c: Rename: tools/xc/libxc_private.c -> tools/xc/lib/libxc_private.c libxc_misc.c: Rename: tools/xc/libxc_misc.c -> tools/xc/lib/libxc_misc.c libxc_linux_save.c: Rename: tools/xc/libxc_linux_save.c -> tools/xc/lib/libxc_linux_save.c libxc_linux_restore.c: Rename: tools/xc/libxc_linux_restore.c -> tools/xc/lib/libxc_linux_restore.c libxc_linux_build.c: Rename: tools/xc/libxc_linux_build.c -> tools/xc/lib/libxc_linux_build.c libxc_domain.c: Rename: tools/xc/libxc_domain.c -> tools/xc/lib/libxc_domain.c libxc_bvtsched.c: Rename: tools/xc/libxc_bvtsched.c -> tools/xc/lib/libxc_bvtsched.c Many files: mvdir
* bitkeeper revision 1.613 (3fbbf72duBrrL77JwhqU9DkVTwQtFA)kaf24@scramble.cl.cam.ac.uk2003-11-191-0/+48
Many files: Rename new library to 'xc' (Xen Control). xc.h: Rename: tools/libxc/xi.h -> tools/libxc/xc.h libxc_private.h: Rename: tools/libxc/libxi_private.h -> tools/libxc/libxc_private.h libxc_vif.c: Rename: tools/libxc/libxi_vif.c -> tools/libxc/libxc_vif.c libxc_vbd.c: Rename: tools/libxc/libxi_vbd.c -> tools/libxc/libxc_vbd.c libxc_private.c: Rename: tools/libxc/libxi_private.c -> tools/libxc/libxc_private.c libxc_misc.c: Rename: tools/libxc/libxi_misc.c -> tools/libxc/libxc_misc.c libxc_linux_restore.c: Rename: tools/libxc/libxi_linux_restore.c -> tools/libxc/libxc_linux_restore.c libxc_linux_save.c: Rename: tools/libxc/libxi_linux_save.c -> tools/libxc/libxc_linux_save.c libxc_linux_build.c: Rename: tools/libxc/libxi_linux_build.c -> tools/libxc/libxc_linux_build.c libxc_domain.c: Rename: tools/libxc/libxi_domain.c -> tools/libxc/libxc_domain.c libxc_bvtsched.c: Rename: tools/libxc/libxi_bvtsched.c -> tools/libxc/libxc_bvtsched.c Many files: mvdir