aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* silentoldconfig seems to break automated testing, try an explicit make prepareIan Campbell2007-08-171-4/+5
* Update version number to reflect that next stable release will be 3.2.xkfraser@localhost.localdomain2007-08-171-1/+1
* Linux 2.6.18 doesn't create include/linux/autoconf.h as a side effectIan Campbell2007-08-171-4/+4
* Pull XEN_LINUX_UPDATE into mk.linux-2.6-xen so it can be shared byIan Campbell2007-08-173-16/+16
* Add sharing-check for blktapkfraser@localhost.localdomain2007-08-173-42/+100
* xend: Fix vbd detach.kfraser@localhost.localdomain2007-08-171-0/+3
* Fix "xm restore" require 4 times amount of memory on ia64.kfraser@localhost.localdomain2007-08-171-1/+2
* xend: Avoid unnecessary writes to xenstore.kfraser@localhost.localdomain2007-08-171-1/+1
* Tack -m32/-m64 on HOSTCFLAGS when COMPILE_ARCH is x86.kfraser@localhost.localdomain2007-08-161-0/+3
* Avoid new-fangled gnumake else-if syntax.kfraser@localhost.localdomain2007-08-161-7/+3
* Allow Xen to build on FreeBSD.kfraser@localhost.localdomain2007-08-162-0/+3
* Remove unused max_dma_mfn variable.kfraser@localhost.localdomain2007-08-161-8/+1
* xencomm: Fix for code style.kfraser@localhost.localdomain2007-08-142-89/+79
* [xen, xencomm] preparetion for xencomm consolidation.kfraser@localhost.localdomain2007-08-141-8/+21
* [xen, xencomm] xencomm trivial bug fixkfraser@localhost.localdomain2007-08-141-1/+8
* xen: Cache 'current' vcpu in physdev_op hcall implementation.kfraser@localhost.localdomain2007-08-141-9/+10
* xen: Do not accept DOMID_SELF as input to DOMCTL_getdomaininfo.kfraser@localhost.localdomain2007-08-141-7/+1
* libxc: Various xc_evtchn_* functions must return signed integer type.kfraser@localhost.localdomain2007-08-144-90/+107
* hvm: Cleanups to state-restore paths (including vmxassist world restore).kfraser@localhost.localdomain2007-08-133-74/+35
* [HVM] [TOOLS] Move device state save earlier in suspend pathTim Deegan2007-08-132-2/+3
* [PV-on-HVM]: Add missing includeskfraser@localhost.localdomain2007-08-131-1/+2
* x86-64: enable hypervisor output on VESA frame bufferkfraser@localhost.localdomain2007-08-136-76/+377
* xm-test: Allow dom0 network interface used in tests to be overridenJames Bulpin2007-08-124-7/+17
* x86: Trivial clean up of debug output.kfraser@localhost.localdomain2007-08-101-6/+7
* x86: Improved memcpy() asm implementation.kfraser@localhost.localdomain2007-08-101-7/+15
* Fix xm block/network-detach command.kfraser@localhost.localdomain2007-08-094-19/+155
* acm: Some fixes to the Xend ACM management codekfraser@localhost.localdomain2007-08-094-29/+84
* x86-64: pv wrmsr emulation fixkfraser@localhost.localdomain2007-08-091-14/+14
* Ensure multiboot modules are mapped when we copy them.kfraser@localhost.localdomain2007-08-091-0/+19
* x86: Always define both PAE and non-PAE address constantskfraser@localhost.localdomain2007-08-091-10/+26
* acm: Cleaner use of copy_from_guest().kfraser@localhost.localdomain2007-08-091-6/+6
* Clean up usage of 'current' in do_iret() hypercall.kfraser@localhost.localdomain2007-08-093-13/+17
* x86: Do not print unbounded bogus FACS signature.kfraser@localhost.localdomain2007-08-081-1/+1
* hvm: Handle hw_cr[] array a bit more sanely.kfraser@localhost.localdomain2007-08-086-106/+98
* hvm: Unify %cr0 handling.kfraser@localhost.localdomain2007-08-087-257/+186
* Do not clobber new wallclock offset on restore.Ian Campbell2007-08-081-12/+23
* hvm: Fix %cr4 handling in HAP paging mode.kfraser@localhost.localdomain2007-08-081-1/+2
* MergeTim Deegan2007-08-0822-680/+366
|\
| * hvm: More cleanups, particularly to %cr4 handling.kfraser@localhost.localdomain2007-08-088-195/+106
| * hvm: More cleanups around paging interfaces.kfraser@localhost.localdomain2007-08-084-57/+21
| * hvm: Clean up control-register and EFER handling.kfraser@localhost.localdomain2007-08-0721-477/+288
* | [TOOLS] Avoid unaligned accesses in libfsimage FAT16 codeTim Deegan2007-08-081-3/+3
|/
* xen: Clean up some paging files: no tab and trailing spaces.kfraser@localhost.localdomain2007-08-076-163/+164
* xentop: fix abnormal value cpu(%) when domain shutdown.kfraser@localhost.localdomain2007-08-071-1/+1
* [ACM] Explicitly cast byte arrays when used in copy_from_guestkfraser@localhost.localdomain2007-08-071-3/+3
* [HVM] Store Etherboot ROM as hexdump, not binaryTim Deegan2007-08-064-2/+2056
* xm: Fix control characters causing xm tests to fail.kfraser@localhost.localdomain2007-08-061-1/+1
* xm: pass --skipdtd parameter through to 'xm new'kfraser@localhost.localdomain2007-08-061-1/+2
* [32on64] Copy the right grant table status code back to the guest.Ian Campbell2007-08-061-2/+2
* hvm: Fix PV-on-HVM drivers to not execuite hypercall page while it iskfraser@localhost.localdomain2007-08-061-0/+10