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
/
xc_linux_build.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
This patch fixes the Linux builder so that it dies gracefully when
kaf24@firebug.cl.cam.ac.uk
2006-05-17
1
-1
/
+3
*
|
[IA64] move evtchn_vector to shared_info
awilliam@xenbuild.aw
2006-05-15
1
-1
/
+1
|
/
*
Rename {SG}ET_XEN_GUEST_HANDLE to {sg}et_Xen_guest_handle, as they
kaf24@firebug.cl.cam.ac.uk
2006-04-28
1
-1
/
+1
*
Wrap all GUEST_HANDLEs in structures, and define SET/GET macros to access them
kaf24@firebug.cl.cam.ac.uk
2006-04-27
1
-1
/
+1
*
Fix whitespace in libxc. Tabs are manually fixed.
kaf24@firebug.cl.cam.ac.uk
2006-04-15
1
-24
/
+24
*
Additional sanity / compatability checks during guest build.
smh22@firebug.cl.cam.ac.uk
2006-04-07
1
-5
/
+33
*
merge
awilliam@xenbuild.aw
2006-03-14
1
-167
/
+290
|
\
|
*
Trivial ia64 tools build fix.
kaf24@firebug.cl.cam.ac.uk
2006-03-14
1
-1
/
+0
|
*
Replace memory_op subcommands reserved_phys_area and map_shared_info
kaf24@firebug.cl.cam.ac.uk
2006-03-10
1
-15
/
+24
|
*
Change the location of the shared_info page for auto_translated_physmap guests.
cl349@firebug.cl.cam.ac.uk
2006-03-09
1
-67
/
+72
|
*
Make xc_linux_build() load the initrd page-by-page rather
kaf24@firebug.cl.cam.ac.uk
2006-03-09
1
-59
/
+103
|
*
Clean up internal libxc functions to take 'const char *'
kaf24@firebug.cl.cam.ac.uk
2006-03-09
1
-10
/
+10
|
*
Add a parallel set of APIs to the domain builders to allow images and
kaf24@firebug.cl.cam.ac.uk
2006-03-09
1
-80
/
+146
*
|
[IA64] fix print out in ia64 setup_guest()
awilliam@xenbuild.aw
2006-03-10
1
-2
/
+6
|
/
*
Add support for configuring feature flags when starting guests.
Ian.Campbell@xensource.com
2006-02-27
1
-6
/
+119
*
Fix some more pfn/mfn/gmfn/gpfn inconsistencies. Fix some direct
kaf24@firebug.cl.cam.ac.uk
2006-02-02
1
-1
/
+1
*
Big merge the HVM full-virtualisation abstractions.
kaf24@firebug.cl.cam.ac.uk
2006-01-31
1
-1
/
+1
*
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
1
-21
/
+52
*
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
1
-14
/
+12
*
Merge.
sos22@douglas.cl.cam.ac.uk
2006-01-26
1
-12
/
+21
|
\
|
*
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
1
-7
/
+16
|
/
*
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
1
-1
/
+17
*
xc_vcpu_getcontext() can no longer be called before a
kaf24@firebug.cl.cam.ac.uk
2006-01-14
1
-13
/
+3
*
Fix the build.
kaf24@firebug.cl.cam.ac.uk
2006-01-10
1
-7
/
+8
*
Merged.
emellor@leeni.uk.xensource.com
2006-01-10
1
-0
/
+1
|
\
|
*
Proactively check for NULL strings passed into xc_linx_build. Either do
kaf24@firebug.cl.cam.ac.uk
2006-01-10
1
-2
/
+5
*
|
Proactively check for NULL strings passed into xc_linux_build. Either DTRT
emellor@leeni.uk.xensource.com
2006-01-10
1
-3
/
+7
|
/
*
Fix a couple of bogus dom0_op names:
kaf24@firebug.cl.cam.ac.uk
2006-01-06
1
-5
/
+5
*
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
*
diff -r 545ba1b126ca tools/libxc/xc_linux_build.c
djm@kirby.fc.hp.com
2005-12-21
1
-3
/
+45
*
Bundle vcpu_time and vcpu_info structures together into a single
kaf24@firebug.cl.cam.ac.uk
2005-11-28
1
-1
/
+1
*
Reverse accidental commits for changesets 8001 and 7996-7999.
emellor@leeni.uk.xensource.com
2005-11-23
1
-2
/
+0
*
imported patch quiet_linux_build.patch
emellor@leeni.uk.xensource.com
2005-11-23
1
-0
/
+2
*
Make it possible to run valgrind on code linked with the libxc libraries.
emellor@leeni.uk.xensource.com
2005-11-22
1
-1
/
+6
*
Recode usage of FPSR_DEFAULT due to strange double declaration
djm@kirby.fc.hp.com
2005-11-19
1
-2
/
+3
*
Trivial fixes for 64bit and xend.
smh22@tempest.cl.cam.ac.uk
2005-11-16
1
-1
/
+1
*
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
1
-1
/
+3
*
Revert accidentally applied changes from changeset
kaf24@firebug.cl.cam.ac.uk
2005-11-14
1
-3
/
+1
*
If /sbin/ isn't in the path, udev rules will erroneously not get
kaf24@firebug.cl.cam.ac.uk
2005-11-14
1
-1
/
+3
*
Remove unnecessary NULL checks before freeing memory blocks.
kaf24@firebug.cl.cam.ac.uk
2005-11-11
1
-9
/
+4
*
Support recent change moving virtual IOAPIC model into Xen for
kaf24@firebug.cl.cam.ac.uk
2005-11-09
1
-1
/
+1
*
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
[prev]
[next]