aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
* New domain builder arch_setup hook clean up.kfraser@localhost.localdomain2007-02-022-26/+19
* libxc: Domain builder must align initial virtual mapping to 4MBkfraser@localhost.localdomain2007-02-022-1/+6
* [TOOLS] Remove a debug message which is spamming the logs during liveIan Campbell2007-02-011-2/+0
* [HVM] Save/restore: clean up the new hypercall interfaceTim Deegan2007-01-314-49/+60
* [HVM] Save/restore: save shared-info pfn and re-map it on restoreTim Deegan2007-01-312-9/+23
* new domain builder fix to boot domU on IA64.kaf24@localhost.localdomain2007-01-302-5/+56
* xc_linux_save was broken in 13594:30af6cfdb05c. Unbreak it.kaf24@localhost.localdomain2007-01-301-2/+2
* Replace mlock() calls with lock_pages().kaf24@localhost.localdomain2007-01-261-9/+9
* 32-on-64: New set_address_size domctl for switching to compat mode.kaf24@localhost.localdomain2007-01-261-12/+8
* libxc domain builder rewrite, linux builderEmmanuel Ackaouy2007-01-252-2/+129
* libxc domain builder rewrite, core bits.Emmanuel Ackaouy2007-01-259-0/+2917
* libxc header fixups.Emmanuel Ackaouy2007-01-251-49/+69
* Add more xc_error_code values.Emmanuel Ackaouy2007-01-252-0/+6
* libelf: use for hvm builder.Emmanuel Ackaouy2007-01-251-156/+66
* libelf: add to libxcEmmanuel Ackaouy2007-01-251-0/+15
* add libelf: an ELF binary parser library.Emmanuel Ackaouy2007-01-251-524/+1
* During suspend, return immediately with a failure if the domain willkfraser@localhost.localdomain2007-01-251-3/+24
* Make domctl/sysctl interfaces 32-/64-bit invariant.kfraser@localhost.localdomain2007-01-249-39/+33
* libxenguest: Fix xc_resume() build for non-x86.kfraser@localhost.localdomain2007-01-241-5/+6
* Close save-after-restore race.john.levon@sun.com2007-01-231-7/+37
* [LIBXC] Provide weak stub default implementations of xc_hvm_save() andkfraser@localhost.localdomain2007-01-231-6/+27
* Implement clean return from save/restore failure (so that originalkfraser@localhost.localdomain2007-01-222-19/+146
* Fix byte-to-long bitmap conversions.kaf24@localhost.localdomain2007-01-211-2/+1
* [LIBXC] Fix non-x86 build.kaf24@localhost.localdomain2007-01-211-7/+24
* [LIBXC] Refactor xc_domain_resume() into its own source file.kfraser@localhost.localdomain2007-01-194-17/+42
* [XEN] Support VCPU reset via DOMCTL_setvcpucontext.kfraser@localhost.localdomain2007-01-191-2/+3
* [XEN] New event-channel reset operation.kfraser@localhost.localdomain2007-01-192-1/+11
* Add resumedomain domctl to resume a domain after checkpoint.kfraser@localhost.localdomain2007-01-192-0/+22
* [TOOLS] Avoid void* arithmetic when parsing elf notes.kfraser@localhost.localdomain2007-01-191-5/+5
* [LIBXC] Handle trace-buffer cpumap endianness.kfraser@localhost.localdomain2007-01-191-4/+8
* [LIBXC] Convert between byte-based and 64-bit bitmap arrays. Use thiskfraser@localhost.localdomain2007-01-193-10/+47
* Merge with xen-ia64-unstable.hgkfraser@localhost.localdomain2007-01-186-1/+1176
|\
| * [HVM] save restore: guest memory handlingTim Deegan2007-01-182-2/+1007
| * [HVM] save restore: new hyper-callTim Deegan2007-01-182-0/+68
| * [HVM] save restore: frame workTim Deegan2007-01-184-1/+103
* | merge with xen-unstable.hgawilliam@xenbuild2.aw2007-01-173-67/+133
|\|
| * Enable lazy (on-demand) allocation of memory to a guest being restored; thisSteven Hand2007-01-161-59/+132
| * Remove bogus sanity check from xc_linux_save.Steven Hand2007-01-151-7/+0
| * Comment fix.Steven Hand2007-01-151-1/+1
* | merge with xen-unstable.hgawilliam@xenbuild2.aw2007-01-152-15/+15
|\|
| * Fix xc_ptrace() for PAE.kfraser@localhost.localdomain2007-01-121-9/+7
| * Use strstr() to look for "bimodal" string in ELF notes, to allow guests to usejohn.levon@sun.com2007-01-081-6/+8
* | merge with xen-unstable.hgawilliam@xenbuild2.aw2007-01-108-92/+113
|\|
| * [HVM] Ignore evtchn_upcall_mask and initialise to zero.kfraser@localhost.localdomain2007-01-091-2/+1
| * Support for save and restore of compatibility guestsEmmanuel Ackaouy2007-01-052-7/+29
| * Introduce _DOMF_compat and infrastructure as well as several conditionalsEmmanuel Ackaouy2007-01-051-0/+2
| * Remove unused #defines.Steven Hand2006-12-291-6/+0
| * Remove 'netbuf race' debug output - we get tons of these for balloonedSteven Hand2006-12-291-6/+6
| * Improve consistency of type-attribute usage (volatile/const).kfraser@localhost.localdomain2006-12-215-60/+69
| * [LIBXC] Fix iteration over GDT in save/restore code.kfraser@localhost.localdomain2006-12-202-12/+7