index
:
xen/xen
master
stable-4.0
stable-4.1
stable-4.2
stable-4.3
staging
staging-4.0
staging-4.1
staging-4.2
staging-4.3
xen
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
libxc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Small patch to avoid a stack overflow (VTI only).
djm@kirby.fc.hp.com
2005-12-15
1
-2
/
+10
|
/
*
Make version strings consistent across all interfaces.
cl349@firebug.cl.cam.ac.uk
2005-12-04
1
-1
/
+1
*
Fix VBD recovery logic on SMP guests (+ a minor error reporting fix for save)
smh22@firebug.cl.cam.ac.uk
2005-12-01
1
-1
/
+1
*
Define explicit evtchn_port_t type (32 bits) and plumb up
kaf24@firebug.cl.cam.ac.uk
2005-12-01
2
-2
/
+2
*
Merged.
emellor@leeni.uk.xensource.com
2005-11-30
3
-12
/
+16
|
\
|
*
GNTTABOP_map_grant_ref returns error status and handle as
kaf24@firebug.cl.cam.ac.uk
2005-11-30
3
-12
/
+16
*
|
Added the errno to the messages printed with the ERR macro. Tidy the use of
emellor@leeni.uk.xensource.com
2005-11-30
3
-7
/
+7
|
/
*
Bundle vcpu_time and vcpu_info structures together into a single
kaf24@firebug.cl.cam.ac.uk
2005-11-28
3
-3
/
+3
*
Move mk-symlinks target into tools/Rules.mk.
cl349@firebug.cl.cam.ac.uk
2005-11-28
1
-11
/
+0
*
Fix formatting.
smh22@firebug.cl.cam.ac.uk
2005-11-26
1
-6
/
+6
*
Fix save/restore and migrate on x86_64.
smh22@firebug.cl.cam.ac.uk
2005-11-26
1
-7
/
+10
*
Implement new memory_op() XENMEM_machphys_mfn_list. Replaces old
kaf24@firebug.cl.cam.ac.uk
2005-11-25
2
-18
/
+33
*
Tolerate temporary inconsistency between type info and page contents on
smh22@firebug.cl.cam.ac.uk
2005-11-25
1
-3
/
+12
*
Re-enable tools support for live migration on PAE.
smh22@firebug.cl.cam.ac.uk
2005-11-24
1
-2
/
+2
*
Reverse accidental commits for changesets 8001 and 7996-7999.
emellor@leeni.uk.xensource.com
2005-11-23
2
-3
/
+1
*
imported patch quiet_linux_build.patch
emellor@leeni.uk.xensource.com
2005-11-23
1
-0
/
+2
*
imported patch my-config
emellor@leeni.uk.xensource.com
2005-11-23
1
-1
/
+1
*
Make sure that accesses to the machine_to_phys table all go through
sos22@douglas.cl.cam.ac.uk
2005-11-23
1
-11
/
+12
*
Add -Wdeclaration-after-statement to Xen and tools build.
kaf24@firebug.cl.cam.ac.uk
2005-11-22
2
-4
/
+3
*
Tidy up debugging output.
smh22@firebug.cl.cam.ac.uk
2005-11-22
1
-8
/
+3
*
Better handle page type info becoming incoherent during live migrate.
smh22@firebug.cl.cam.ac.uk
2005-11-22
1
-5
/
+7
*
Merged.
emellor@leeni.uk.xensource.com
2005-11-22
1
-1
/
+1
|
\
|
*
Ignore live flag on PAE/64-bit migrations, rather than
kaf24@firebug.cl.cam.ac.uk
2005-11-22
1
-1
/
+1
*
|
Make it possible to run valgrind on code linked with the libxc libraries.
emellor@leeni.uk.xensource.com
2005-11-22
14
-52
/
+92
|
/
*
Update the memory_op() hypercall. Add two new subcommands, to
kaf24@firebug.cl.cam.ac.uk
2005-11-21
2
-13
/
+1
*
Fix 'belt + braces' check in xc_linux_save and improve error handling
smh22@firebug.cl.cam.ac.uk
2005-11-21
2
-2
/
+16
*
Recode usage of FPSR_DEFAULT due to strange double declaration
djm@kirby.fc.hp.com
2005-11-19
2
-2
/
+18
*
Disable live relocation for PAE and x86/64. Currently it can
kaf24@firebug.cl.cam.ac.uk
2005-11-18
1
-0
/
+5
*
Fix pinning logic on restore.
smh22@firebug.cl.cam.ac.uk
2005-11-17
1
-10
/
+11
*
One more try...
smh22@firebug.cl.cam.ac.uk
2005-11-16
1
-1
/
+1
*
Fix annoying error introduced during cleanup. Oops.
smh22@firebug.cl.cam.ac.uk
2005-11-16
1
-1
/
+1
*
Trivial fixes for 64bit and xend.
smh22@tempest.cl.cam.ac.uk
2005-11-16
1
-1
/
+1
*
Many fixes for save/restore and related areas for PAE in particular. Now
smh22@firebug.cl.cam.ac.uk
2005-11-16
5
-133
/
+237
*
Rename XENVER_parameters to slightly more informative
kaf24@firebug.cl.cam.ac.uk
2005-11-16
2
-8
/
+18
*
Fix up start_info_t magic string to match the format of
kaf24@firebug.cl.cam.ac.uk
2005-11-16
1
-2
/
+4
*
Clean up xenstore/console shared page initialisation, which is
kaf24@firebug.cl.cam.ac.uk
2005-11-14
5
-3
/
+22
*
Revert accidentally applied changes from changeset
kaf24@firebug.cl.cam.ac.uk
2005-11-14
5
-22
/
+3
*
If /sbin/ isn't in the path, udev rules will erroneously not get
kaf24@firebug.cl.cam.ac.uk
2005-11-14
5
-3
/
+22
*
Remove unnecessary NULL checks before freeing memory blocks.
kaf24@firebug.cl.cam.ac.uk
2005-11-11
3
-26
/
+12
*
Merge with xen-unstable-ia64.hg
kaf24@firebug.cl.cam.ac.uk
2005-11-11
2
-5
/
+10
|
\
|
*
Remove unnecessary ifdef in defn of xprintk. Install
kaf24@firebug.cl.cam.ac.uk
2005-11-11
1
-0
/
+1
|
*
Add some minor defensive coding/error handling in xc_vmx_build.c like
kaf24@firebug.cl.cam.ac.uk
2005-11-10
1
-5
/
+9
*
|
Merge latest xen-unstable into xen-ia64-unstable
djm@kirby.fc.hp.com
2005-11-10
7
-842
/
+1033
|
\
|
|
*
Support recent change moving virtual IOAPIC model into Xen for
kaf24@firebug.cl.cam.ac.uk
2005-11-09
2
-1
/
+2
|
*
More fixes for save/restore; use configured memory for generating sxp.
smh22@firebug.cl.cam.ac.uk
2005-11-09
2
-2
/
+3
|
*
Fix 64-bit build.
smh22@firebug.cl.cam.ac.uk
2005-11-09
1
-4
/
+5
|
*
Enable save/restore for PAE domains.
smh22@firebug.cl.cam.ac.uk
2005-11-08
5
-821
/
+1006
|
*
Use '-' instead of '_' in xen version strings.
smh22@firebug.cl.cam.ac.uk
2005-11-08
1
-2
/
+2
|
*
Added some minor defensive coding/error handling in xc_linux_build.c
mafetter@seana.research.intel-research.net
2005-11-08
1
-7
/
+10
|
*
Minor Makefile cleanup in tools/libxc/Makefile
unknown@aosda.research.intel-research.net
2005-11-07
1
-8
/
+9
[prev]
[next]