aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update README for correctness.kfraser@localhost.localdomain2007-04-201-3/+3
* hvmloader: Fix ROMBIOS highmem relocation. Only SHF_ALLOC sectionsKeir Fraser2007-04-195-82/+99
* Add "chk build" check that we've got xgettext since it's now required.Keir Fraser2007-04-191-0/+14
* [vtpm] Return a proper error when in the Xen-API call.Keir Fraser2007-04-192-2/+2
* [security] When building the binary policy align its contents the same way as...Keir Fraser2007-04-192-26/+39
* hvmloader: Simplify e820_malloc() interface and improveKeir Fraser2007-04-195-45/+57
* hvmloader: Tiny comment clarification.Keir Fraser2007-04-191-1/+1
* Fix for bug introduced by cset 14859:a9aa7c29eda8 - implement IOREQ_TYPE_SUBSteven Hand2007-04-171-0/+9
* Allow use of foo.local buildconfig overrides.kfraser@localhost.localdomain2007-04-171-0/+1
* netfront: use skb.cb for storing private datakfraser@localhost.localdomain2007-04-171-5/+12
* tools: Use INSTALL_{DIR,DATA} to install stuff.kfraser@localhost.localdomain2007-04-171-5/+5
* Fix tools buildJames Bulpin2007-04-171-0/+1
* Add *.get_all_records to XenAPI, make use of this for xm listTom Wilkie2007-04-162-7/+18
* Added event dispatch when a VM's power state changes. Fix the host.enabled andewan@localhost.localdomain2007-04-162-5/+12
* Add pot file, fix buildTom Wilkie2007-04-162-0/+82
* Added documentation and C bindings for VM.migrate call.ewan@localhost.localdomain2007-04-163-0/+69
* Added host.enabled flag.ewan@localhost.localdomain2007-04-164-3/+64
* Install dtd into correct placeTom Wilkie2007-04-132-3/+6
* Fix up locale strings for xmTom Wilkie2007-04-133-14/+73
* hvm: Fix get_immediate() in mmio decoder by reverting Dexuan Cui'skfraser@localhost.localdomain2007-04-161-23/+8
* Factor out sparse tree makefile fragments and introduce an alternative hg-cloneIan Campbell2007-04-166-118/+167
* hvm: Allow HVM guests to use sched_op() hcall on x86/64 Xen.kfraser@localhost.localdomain2007-04-161-4/+6
* xen x86: Fix PV guest destruction.kfraser@localhost.localdomain2007-04-161-1/+2
* hvm: Fix a bug in the mmio emulation of SUB instruction.kfraser@localhost.localdomain2007-04-163-1/+23
* Fix map_pages_to_xen() to atomically switch between valid mappings.kfraser@localhost.localdomain2007-04-151-4/+4
* Added documentation, C bindings, and test for VM_metrics.VCPUs_flags.Ewan Mellor2007-04-138-0/+209
* Added documentation and C bindings for VBD. and VIF.runtime_properties.Ewan Mellor2007-04-125-2/+126
* [HVM][SVM] Save/restore: set CPL from SS.DPL on restoreTim Deegan2007-04-131-0/+1
* Merge with xen-ia64-unstable.hgKeir Fraser2007-04-1329-234/+466
|\
| * Fix TypeError with datetime() on old python versionTom Wilkie2007-04-131-1/+4
| * linux netfront: Fixes to locking after lockdep-derived changes, asKeir Fraser2007-04-131-5/+5
| * hvm: Clean up treatment of is_dying per-domain boolean. All criticalKeir Fraser2007-04-1310-123/+113
| * Add VM.migrate to XenAPI, add support to XMTom Wilkie2007-04-132-3/+26
| * hvm: Fix some bugs in mmio decoderkfraser@localhost.localdomain2007-04-131-6/+34
| * hvm: Xen must take care to hold a reference to ioreq pages, to ensurekfraser@localhost.localdomain2007-04-136-36/+111
| * Update .hgignore so it doesn't ignore buildconfigs/* only build-*Ian Campbell2007-04-131-1/+1
| * Simplify code to map interfaces to bridgesTom Wilkie2007-04-131-2/+4
| * linux: netfront contains two locking problems found by lockdep:kfraser@localhost.localdomain2007-04-131-15/+15
| * pygriub: Fix GPT support.kfraser@localhost.localdomain2007-04-131-7/+11
| * hvm svm: Fix nested paging to support domain save/restore.kfraser@localhost.localdomain2007-04-131-3/+11
| * Merge with xenppc-unstable-merge.hgkfraser@localhost.localdomain2007-04-1361-1374/+1470
| |\
| | * Merge with xen-ia64-unstable.hgkfraser@localhost.localdomain2007-04-139-102/+190
| | |\
| | | * libxenguest: Remove bogus weak definitions of xc_{set,get}_hvm_param().kfraser@localhost.localdomain2007-04-131-12/+0
| | | * MergeTim Deegan2007-04-122-3/+23
| | | |\
| | | | * Add PyXML requirement for xm via XenAPI to docsTom Wilkie2007-04-121-0/+4
| | | | * Ensure xenapi create passes in values even if unusedTom Wilkie2007-04-121-3/+19
| | | * | [HVM] Save/restore: catch more error cases in the toolsTim Deegan2007-04-121-6/+15
| | | |/
| | | * [HVM] Fix typo that broke x86_64 buildTim Deegan2007-04-121-2/+2
| | | * [HVM] Save/restore: save HVM GPRs and DRs with the rest of the CPU stateTim Deegan2007-04-126-82/+153
| * | | [XEN][POWERPC] Fix dom0 boot when using built-in zImage.Hollis Blanchard2007-04-121-1/+1