aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [powerpc] add PowerPC support to libxckaf24@firebug.cl.cam.ac.uk2006-07-143-2/+12
* [powerpc] [xend] PPC doesn't support ballooning yetkaf24@firebug.cl.cam.ac.uk2006-07-141-2/+3
* xend save/restore fix, only matches one device type (vbd or tap) on creation ...jchesterfield@wicket.uk.xensource.com2006-07-131-1/+6
* [IOEMU] Enable gui_timer unless the display is exported over VNC.chris@kneesaa.uk.xensource.com2006-07-132-60/+63
* Added blktap support. Includes kernel driver (enabled as CONFIG_XEN_BLKDEV_TA...jchesterfield@dhcp92.uk.xensource.com2006-07-13120-4/+14531
* Update xend to support vnc configuration for qemu 0.8.1 based ioemu.chris@kneesaa.uk.xensource.com2006-07-123-9/+13
* Update xend to support network configuration for qemu 0.8.1 based ioemu.chris@kneesaa.uk.xensource.com2006-07-123-25/+12
* Add qemu 0.8.1 based ioemu.chris@kneesaa.uk.xensource.com2006-07-12318-0/+156825
* Remove qemu 0.6.1 based ioemu.chris@kneesaa.uk.xensource.com2006-07-12143-60962/+0
* Revert c/s 10651: "prevent double uuid use". Breaks localhostkfraser@localhost.localdomain2006-07-122-38/+0
* Make ioemu dir configurable and change prefix to /usr (works with old and new...chris@kneesaa.uk.xensource.com2006-07-121-3/+4
* [VMXASSIST] Include all rodata sections into text section.chris@kneesaa.uk.xensource.com2006-07-101-2/+1
* Shared libs have traditionally been installed as executables due tokfraser@localhost.localdomain2006-07-101-1/+2
* Move the content of the script file vtpm-addtodb into thekfraser@localhost.localdomain2006-07-105-21/+42
* [XM][ACM] Add xm subcommands to work with security resource labels.kfraser@localhost.localdomain2006-07-1010-42/+765
* Domain ID/index mapping in xenmon.kfraser@localhost.localdomain2006-07-102-122/+197
* [XEND] Currently a domain's maxmem value is being set with the memory valuekfraser@localhost.localdomain2006-07-101-1/+3
* [VTPM_Tools] Support for (non-local) Migration added. Local migrationkfraser@localhost.localdomain2006-07-1026-151/+1750
* [XEND] Fix a couple of error-message typos.kfraser@localhost.localdomain2006-07-101-2/+2
* [XEND] Improve xm pause/unpause error reporting.kfraser@localhost.localdomain2006-07-101-6/+16
* [XEND] Prevent uuid double use.kfraser@localhost.localdomain2006-07-102-0/+38
* [XEN] getpagframeinfo field name mfn -> gmfn.kfraser@localhost.localdomain2006-07-051-1/+1
* [XEN] Hypercall-init dom0_op takes GMFN, not MFN.kfraser@localhost.localdomain2006-07-051-1/+2
* [XENMON] This patch removes the magic number "31" for readability.kfraser@localhost.localdomain2006-07-051-7/+19
* [XENTOP] Fix Field attributes and width.kfraser@localhost.localdomain2006-07-051-5/+5
* [HVM] Disable pmtimer in qemu acpi device model. Needs fixingkfraser@dhcp93.uk.xensource.com2006-07-031-1/+1
* Merge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2006-07-0335-194/+1375
|\
| * [LIBXC] Fix the 64-bit build.kaf24@firebug.cl.cam.ac.uk2006-07-011-4/+5
| * Provide more specific and helpful error messages during ELF loading.kaf24@firebug.cl.cam.ac.uk2006-06-301-7/+14
| * Allow 32-bit libxc to load 64-bit ELF files.kaf24@firebug.cl.cam.ac.uk2006-06-304-21/+20
| * Remove use of unlikely -- it's not defined on all systems.chris@kneesaa.uk.xensource.com2006-06-301-2/+2
| * Revert 10521, 10526 and 10527. This completes reversion of ACM modifications ...kfraser@dhcp93.uk.xensource.com2006-06-309-750/+33
| * [TPM] Adds a script for virtual TPM support.kaf24@firebug.cl.cam.ac.uk2006-06-304-61/+14
| * [XM] Remove unused imports.kaf24@firebug.cl.cam.ac.uk2006-06-307-22/+0
| * [XENTOP]Add VBD information.kaf24@firebug.cl.cam.ac.uk2006-06-301-2/+152
| * [XENSTAT]Add VBD information structure.kaf24@firebug.cl.cam.ac.uk2006-06-302-2/+194
| * Revert 10534 (xm subcommands for ACM). Doesn't work when ACM disabled.kaf24@firebug.cl.cam.ac.uk2006-06-295-36/+62
| * [XM] When two or more domain parameters are given, the xm reboot kaf24@firebug.cl.cam.ac.uk2006-06-291-1/+2
| * [XM] Fix argument check of the xm reboot command. kaf24@firebug.cl.cam.ac.uk2006-06-291-1/+1
| * Fail save if we have an out-of-sync P2M/M2P (since otherwise the restore shand@kneesaa.uk.xensource.com2006-06-291-7/+12
| * Replace changesets 10521, 10526, and 10527 with this new version that does notemellor@leeni.uk.xensource.com2006-06-296-62/+86
| * Use address types in elf parser that match elf headers.kaf24@firebug.cl.cam.ac.uk2006-06-281-1/+1
| * More commented-out code, pending a solution to the xml.marshall.genericemellor@leeni.uk.xensource.com2006-06-284-10/+10
| * Comment out the load of the resource label file, pending a solution to theemellor@leeni.uk.xensource.com2006-06-281-7/+10
| * [TPM] Add 3 more test cases to the xm testsuite that extend thekaf24@firebug.cl.cam.ac.uk2006-06-289-78/+493
| * This patch adds new xm subcommands to support working with resourceemellor@leeni.uk.xensource.com2006-06-289-33/+747
| * [HVM][Firmware] Make the creation of MP tables more dynamickaf24@firebug.cl.cam.ac.uk2006-06-286-39/+469
| * [XEND] Have the parent id logged in the log file, this is very useful whenkaf24@firebug.cl.cam.ac.uk2006-06-281-1/+1
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-06-2836-767/+2710
|\|
| * [XENTOP] Fix CPU percentage display in batch mode.kaf24@firebug.cl.cam.ac.uk2006-06-281-0/+1