aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_linux_build.c
Commit message (Expand)AuthorAgeFilesLines
...
| * This patch fixes the Linux builder so that it dies gracefully whenkaf24@firebug.cl.cam.ac.uk2006-05-171-1/+3
* | [IA64] move evtchn_vector to shared_infoawilliam@xenbuild.aw2006-05-151-1/+1
|/
* Rename {SG}ET_XEN_GUEST_HANDLE to {sg}et_Xen_guest_handle, as theykaf24@firebug.cl.cam.ac.uk2006-04-281-1/+1
* Wrap all GUEST_HANDLEs in structures, and define SET/GET macros to access themkaf24@firebug.cl.cam.ac.uk2006-04-271-1/+1
* Fix whitespace in libxc. Tabs are manually fixed.kaf24@firebug.cl.cam.ac.uk2006-04-151-24/+24
* Additional sanity / compatability checks during guest build. smh22@firebug.cl.cam.ac.uk2006-04-071-5/+33
* mergeawilliam@xenbuild.aw2006-03-141-167/+290
|\
| * Trivial ia64 tools build fix.kaf24@firebug.cl.cam.ac.uk2006-03-141-1/+0
| * Replace memory_op subcommands reserved_phys_area and map_shared_infokaf24@firebug.cl.cam.ac.uk2006-03-101-15/+24
| * Change the location of the shared_info page for auto_translated_physmap guests.cl349@firebug.cl.cam.ac.uk2006-03-091-67/+72
| * Make xc_linux_build() load the initrd page-by-page ratherkaf24@firebug.cl.cam.ac.uk2006-03-091-59/+103
| * Clean up internal libxc functions to take 'const char *'kaf24@firebug.cl.cam.ac.uk2006-03-091-10/+10
| * Add a parallel set of APIs to the domain builders to allow images andkaf24@firebug.cl.cam.ac.uk2006-03-091-80/+146
* | [IA64] fix print out in ia64 setup_guest()awilliam@xenbuild.aw2006-03-101-2/+6
|/
* Add support for configuring feature flags when starting guests.Ian.Campbell@xensource.com2006-02-271-6/+119
* Fix some more pfn/mfn/gmfn/gpfn inconsistencies. Fix some directkaf24@firebug.cl.cam.ac.uk2006-02-021-1/+1
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-311-1/+1
* Re-arrange things in the domain builder a bit so as to make sure thatsos22@douglas.cl.cam.ac.uk2006-01-301-54/+54
* Replace the MMUEXTOP 'pfn hole' commands with a newkaf24@firebug.cl.cam.ac.uk2006-01-281-21/+52
* Turn down debug a bit, and generally tidy hings up a little.sos22@douglas.cl.cam.ac.uk2006-01-271-2/+0
* Create a block of reserved PFNs in shadow translate mode guests, andsos22@douglas.cl.cam.ac.uk2006-01-261-14/+12
* Merge.sos22@douglas.cl.cam.ac.uk2006-01-261-12/+21
|\
| * Fix 64-bit build.sos22@douglas.cl.cam.ac.uk2006-01-251-12/+21
* | Make SMP guests work in shadow translate mode.sos22@douglas.cl.cam.ac.uk2006-01-261-3/+12
* | Make some basic cases of grant tables work in shadow translate mode.sos22@douglas.cl.cam.ac.uk2006-01-251-7/+16
|/
* Make shadow translate mode work for unprivileged, uniprocessor guestssos22@douglas.cl.cam.ac.uk2006-01-251-63/+127
* Indirect hypercalls through a hypercall transfer page.kaf24@firebug.cl.cam.ac.uk2006-01-241-1/+17
* xc_vcpu_getcontext() can no longer be called before akaf24@firebug.cl.cam.ac.uk2006-01-141-13/+3
* Fix the build.kaf24@firebug.cl.cam.ac.uk2006-01-101-7/+8
* Merged.emellor@leeni.uk.xensource.com2006-01-101-0/+1
|\
| * Proactively check for NULL strings passed into xc_linx_build. Either dokaf24@firebug.cl.cam.ac.uk2006-01-101-2/+5
* | Proactively check for NULL strings passed into xc_linux_build. Either DTRTemellor@leeni.uk.xensource.com2006-01-101-3/+7
|/
* Fix a couple of bogus dom0_op names:kaf24@firebug.cl.cam.ac.uk2006-01-061-5/+5
* Plumb through nr_pages -- needed for correct balloon driver functiondjm@kirby.fc.hp.com2005-12-301-0/+1
* Ensure initrd fields are set to 0 when no initrd is present (by Kevin Tian)djm@kirby.fc.hp.com2005-12-291-0/+3
* diff -r 545ba1b126ca tools/libxc/xc_linux_build.cdjm@kirby.fc.hp.com2005-12-211-3/+45
* Bundle vcpu_time and vcpu_info structures together into a singlekaf24@firebug.cl.cam.ac.uk2005-11-281-1/+1
* Reverse accidental commits for changesets 8001 and 7996-7999.emellor@leeni.uk.xensource.com2005-11-231-2/+0
* imported patch quiet_linux_build.patchemellor@leeni.uk.xensource.com2005-11-231-0/+2
* Make it possible to run valgrind on code linked with the libxc libraries.emellor@leeni.uk.xensource.com2005-11-221-1/+6
* Recode usage of FPSR_DEFAULT due to strange double declarationdjm@kirby.fc.hp.com2005-11-191-2/+3
* Trivial fixes for 64bit and xend. smh22@tempest.cl.cam.ac.uk2005-11-161-1/+1
* Fix up start_info_t magic string to match the format ofkaf24@firebug.cl.cam.ac.uk2005-11-161-2/+4
* Clean up xenstore/console shared page initialisation, which iskaf24@firebug.cl.cam.ac.uk2005-11-141-1/+3
* Revert accidentally applied changes from changesetkaf24@firebug.cl.cam.ac.uk2005-11-141-3/+1
* If /sbin/ isn't in the path, udev rules will erroneously not getkaf24@firebug.cl.cam.ac.uk2005-11-141-1/+3
* Remove unnecessary NULL checks before freeing memory blocks.kaf24@firebug.cl.cam.ac.uk2005-11-111-9/+4
* Support recent change moving virtual IOAPIC model into Xen forkaf24@firebug.cl.cam.ac.uk2005-11-091-1/+1
* Use '-' instead of '_' in xen version strings.smh22@firebug.cl.cam.ac.uk2005-11-081-2/+2
* Added some minor defensive coding/error handling in xc_linux_build.cmafetter@seana.research.intel-research.net2005-11-081-7/+10