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
...
*
Fix libxc warnings with gcc-4.1 and glibc-2.3.90.
kaf24@firebug.cl.cam.ac.uk
2006-03-02
1
-3
/
+11
*
Add support for configuring feature flags when starting guests.
Ian.Campbell@xensource.com
2006-02-27
2
-6
/
+120
*
Tools changes for per-vcpu io event channel on IA64.
kaf24@firebug.cl.cam.ac.uk
2006-02-24
1
-5
/
+17
*
Clean up some vmx code.
kaf24@firebug.cl.cam.ac.uk
2006-02-23
2
-5
/
+5
*
Per-vcpu IO evtchn patch for HVM domain.
kaf24@firebug.cl.cam.ac.uk
2006-02-23
2
-5
/
+14
*
Cleanups to tools since HVM domain P2M table and 1-1 table are built in xen.
kaf24@firebug.cl.cam.ac.uk
2006-02-21
1
-14
/
+0
*
Add PAE option to HVM config file.
kaf24@firebug.cl.cam.ac.uk
2006-02-21
3
-7
/
+12
*
Fix loading binary kernel images.
cl349@firebug.cl.cam.ac.uk
2006-02-20
1
-0
/
+1
*
New memory_op subcall XENMEM_translate_gpfn_list.
kaf24@firebug.cl.cam.ac.uk
2006-02-16
3
-0
/
+86
*
Build the phys_to_machine_mapping array in Xen rather than
kaf24@firebug.cl.cam.ac.uk
2006-02-03
1
-258
/
+1
*
Fix some more pfn/mfn/gmfn/gpfn inconsistencies. Fix some direct
kaf24@firebug.cl.cam.ac.uk
2006-02-02
4
-8
/
+8
*
Big merge the HVM full-virtualisation abstractions.
kaf24@firebug.cl.cam.ac.uk
2006-01-31
7
-20
/
+21
*
Re-arrange things in the domain builder a bit so as to make sure that
sos22@douglas.cl.cam.ac.uk
2006-01-30
1
-54
/
+54
*
Replace the MMUEXTOP 'pfn hole' commands with a new
kaf24@firebug.cl.cam.ac.uk
2006-01-28
4
-30
/
+64
*
Turn down debug a bit, and generally tidy hings up a little.
sos22@douglas.cl.cam.ac.uk
2006-01-27
1
-2
/
+0
*
Create a block of reserved PFNs in shadow translate mode guests, and
sos22@douglas.cl.cam.ac.uk
2006-01-26
5
-46
/
+22
*
Merge.
sos22@douglas.cl.cam.ac.uk
2006-01-26
4
-213
/
+21
|
\
|
*
Remove unneeded /proc/xen/grant and its libxc wrapper.
kaf24@firebug.cl.cam.ac.uk
2006-01-26
3
-201
/
+0
|
*
Fix 64-bit build.
sos22@douglas.cl.cam.ac.uk
2006-01-25
1
-12
/
+21
*
|
Make SMP guests work in shadow translate mode.
sos22@douglas.cl.cam.ac.uk
2006-01-26
1
-3
/
+12
*
|
Make some basic cases of grant tables work in shadow translate mode.
sos22@douglas.cl.cam.ac.uk
2006-01-25
3
-7
/
+48
|
/
*
Make shadow translate mode work for unprivileged, uniprocessor guests
sos22@douglas.cl.cam.ac.uk
2006-01-25
1
-63
/
+127
*
Indirect hypercalls through a hypercall transfer page.
kaf24@firebug.cl.cam.ac.uk
2006-01-24
3
-1
/
+23
*
No longer call xc_vcpu_getcontext() on restore (required after cset 8610).
smh22@firebug.cl.cam.ac.uk
2006-01-17
1
-7
/
+0
*
xc_vcpu_getcontext() can no longer be called before a
kaf24@firebug.cl.cam.ac.uk
2006-01-14
3
-34
/
+5
*
8604:a51fcb5de470 introduced a discrepancy between the declaration
emellor@leeni.uk.xensource.com
2006-01-12
2
-3
/
+4
*
Fix the build.
kaf24@firebug.cl.cam.ac.uk
2006-01-10
1
-7
/
+8
*
Merged.
emellor@leeni.uk.xensource.com
2006-01-10
2
-0
/
+4
|
\
|
*
Proactively check for NULL strings passed into xc_linx_build. Either do
kaf24@firebug.cl.cam.ac.uk
2006-01-10
2
-2
/
+8
*
|
Proactively check for NULL strings passed into xc_linux_build. Either DTRT
emellor@leeni.uk.xensource.com
2006-01-10
1
-3
/
+7
|
/
*
Extend the xc_linux_save interface to take a callback function for handling the
emellor@leeni.uk.xensource.com
2006-01-10
3
-16
/
+12
*
Merged.
emellor@leeni.uk.xensource.com
2006-01-09
11
-134
/
+189
|
\
|
*
Fix a couple of bogus dom0_op names:
kaf24@firebug.cl.cam.ac.uk
2006-01-06
10
-67
/
+66
|
*
Marge with xen-ia64-unstable.hg
kaf24@firebug.cl.cam.ac.uk
2006-01-03
3
-42
/
+34
|
|
\
|
|
*
Move public hvm interfaces into xen/include/public/hvm.
kaf24@firebug.cl.cam.ac.uk
2006-01-03
2
-5
/
+10
|
|
*
Rename VMX option name lapic to apic, and pass it to xen by
kaf24@firebug.cl.cam.ac.uk
2006-01-03
2
-37
/
+24
|
*
|
Adapt xen-ia64 to changes in xen-unstable
djm@kirby.fc.hp.com
2006-01-03
1
-0
/
+1
|
*
|
Merge
djm@kirby.fc.hp.com
2006-01-03
6
-41
/
+310
|
|
\
|
|
|
*
Provide an option to disable ACPI from the VMX config file.
kaf24@firebug.cl.cam.ac.uk
2006-01-01
2
-16
/
+47
|
|
*
Allow non-privileged domains restricted access to
kaf24@firebug.cl.cam.ac.uk
2005-12-31
2
-0
/
+43
|
|
*
Avoid xen crash if there is no VMX support. If a platform
kaf24@firebug.cl.cam.ac.uk
2005-12-30
1
-25
/
+10
|
*
|
Plumb through nr_pages -- needed for correct balloon driver function
djm@kirby.fc.hp.com
2005-12-30
1
-0
/
+1
|
*
|
Ensure initrd fields are set to 0 when no initrd is present (by Kevin Tian)
djm@kirby.fc.hp.com
2005-12-29
1
-0
/
+3
*
|
|
Added missing munmap for live_p2m_frame_list_list.
emellor@leeni.uk.xensource.com
2006-01-09
1
-0
/
+3
|
|
/
|
/
|
*
|
Add support to xenctx for printing stack traces on x86_32 and x86_64.
Ian.Campbell@xensource.com
2005-12-22
3
-0
/
+210
|
/
*
Merge
djm@kirby.fc.hp.com
2005-12-21
5
-206
/
+373
|
\
|
*
This patch fix several issue to support >2G 64bit vmx guest in IA-32e
kaf24@firebug.cl.cam.ac.uk
2005-12-20
1
-7
/
+8
|
*
Add debugging flag for domains to make domu debugging a run-time option
kaf24@firebug.cl.cam.ac.uk
2005-12-15
1
-6
/
+16
|
*
Add MP debug support to gdbserver.
kaf24@firebug.cl.cam.ac.uk
2005-12-15
4
-198
/
+354
*
|
diff -r 545ba1b126ca tools/libxc/xc_linux_build.c
djm@kirby.fc.hp.com
2005-12-21
1
-3
/
+45
[prev]
[next]