aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PV-on-HVM: Fix PV-on-HVM drivers for IA64.Ian Campbell2006-11-025-2/+29
* PV-on-HVM: Use ln -nsf in mkbuildtree to avoid creating a symlink loopIan Campbell2006-11-021-1/+1
* [TOOLS] Paravirt guests have their memory allocated in thekfraser@localhost.localdomain2006-11-025-96/+68
* [XEND] Compare result of blkdev_name_to_number() explicitly against None.kaf24@firebug.cl.cam.ac.uk2006-11-022-2/+2
* [XEN] Fix credit scheduler cap mechanism not to over park VCPUsEmmanuel Ackaouy2006-11-011-5/+9
* [XEN] Fix x86/64 build.kfraser@localhost.localdomain2006-11-012-2/+2
* Return the restored VM at the end of XendDomainInfo.restore.Ewan Mellor2006-11-011-0/+1
* [HVM] Move shadow initialisation into domain-creation hypercall.kfraser@localhost.localdomain2006-11-018-164/+64
* Print errno for each of the "Error when writing to state file" messages.Ewan Mellor2006-11-011-9/+15
* Return the domain renaming during migration.Ewan Mellor2006-11-011-7/+5
* [HVM] HVM is now a flag parameter to domain-creation hypercall.kfraser@localhost.localdomain2006-11-0135-145/+189
* This patch adds a checking of wrong parameter into xm dmesg command.Ewan Mellor2006-11-011-16/+13
* Fix comment.Ewan Mellor2006-11-011-1/+1
* Add full flag to domain(domid), fixing xm list --long VM1.Ewan Mellor2006-11-011-2/+2
* Create /var/lib/xend/domains on startup if it doesn't exist.Ewan Mellor2006-11-011-0/+7
* [XEN] Extend dom0_mem syntax to support min/max clamps.kfraser@localhost.localdomain2006-11-018-48/+92
* Merge.Ewan Mellor2006-11-017-420/+428
|\
| * [XEN] Prefetch multiple shadow entries per pagefaultTim Deegan2006-11-016-418/+426
| * [XEN] Fix building on OpenBSD.kfraser@localhost.localdomain2006-11-011-2/+2
* | Merge xen-api.hg changeset 142:d75413e65ba319d577c764be6c13efa5eae6da1c.Ewan Mellor2006-11-01128-1553/+31756
|\ \ | |/ |/|
| * Fix handling of SXP for devices through device_add -- this solves theEwan Mellor2006-10-291-4/+2
| * [XEND] Do not delete VNC password from configuration.kaf24@localhost.localdomain2006-10-271-6/+0
| * Import Xend part of xen-unstable changesetEwan Mellor2006-10-251-1/+1
| * Print the time to xend-debug.log, when starting or restarting Xend.Ewan Mellor2006-10-251-0/+3
| * [XEND] Be more generous with the default shadow allocation.Tim Deegan2006-10-251-3/+6
| * [XEND] Open xend-debug.log in append mode.kfraser@localhost.localdomain2006-10-251-2/+2
| * [XM] Print qualified path to config file on domain creation.kfraser@localhost.localdomain2006-10-231-0/+6
| * Allow domain config file to specify credit-scheduler parameters.Ewan Mellor2006-10-284-5/+22
| * Import the xen-unstable changesetEwan Mellor2006-10-232-2/+11
| * [ACM] Don't use uninitialised struct value if hypercall fails.kfraser@localhost.localdomain2006-10-231-5/+10
| * [XEND] Remove lazy import of signal module.kfraser@localhost.localdomain2006-10-201-1/+1
| * Import the Xend parts of xen-unstable changesetEwan Mellor2006-11-014-1/+47
| * Import the Xend portion of xen-unstable changesetEwan Mellor2006-10-202-63/+70
| * Raise an exception if blkdev_name_to_number fails, to improve the error message.Ewan Mellor2006-10-281-0/+3
| * [XM] Fix 'xm help' when called on a command-name prefix.kfraser@localhost.localdomain2006-10-051-0/+5
| * [XEND] Fix pygrub when run server-side on a domain with blktap disks.Ewan Mellor2006-10-281-1/+1
| * Import the Xend portion of xen-unstable changeset 11704:a95dfbc8dca8ecddcb9be...Ewan Mellor2006-10-053-2/+18
| * [XEND] If 'vncused' is set, it won't specify an explicit display num to QEMU.kaf24@firebug.cl.cam.ac.uk2006-10-041-1/+3
| * [XM] Fix rmlabel filename assignmentAlastair Tse2006-10-031-1/+2
| * [XM] Fix missing security check in block-attachAlastair Tse2006-10-031-1/+1
| * These are the proposed changes to XenD that adapt vTPM handling to theEwan Mellor2006-10-286-41/+150
| * uint64_t replaced with int64_t everywhere.Ewan Mellor2006-10-2817-75/+75
| * The structure fields should be exactly as documented, including case matching.Ewan Mellor2006-10-281-6/+6
| * Implement new VTPM model.Ewan Mellor2006-10-282-4/+9
| * The get_by_name_label functions return a set, not a singleton, because namesEwan Mellor2006-10-2811-31/+40
| * Fix marshalling to and from record_opts.Ewan Mellor2006-10-281-4/+38
| * Fix freeing of records, when the given pointer is NULL.Ewan Mellor2006-10-2811-0/+44
| * Fix the handling of sets in the interface -- expecting a pointer to X to serveEwan Mellor2006-10-2810-30/+30
| * The on-wire names for the fields should be exactly as documented, includingEwan Mellor2006-10-289-23/+23
| * Tidy.Ewan Mellor2006-10-281-2/+2