aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
...
| * [HVM] Save/restore: tidy PFN handling in the tools.Tim Deegan2007-03-083-68/+110
| * [HVM] Save/restore: make sure all ioreqs are gone when a domain is savedTim Deegan2007-03-084-2/+36
| * [BUILDER]: Initialize code segment selectors in virtual IDT to 0.Ian Campbell2007-03-081-26/+4
* | [LIBXC][POWERPC] Use new domain builder.Hollis Blanchard2007-03-2110-613/+277
* | [POWERPC][LIBXC] Remove Prose builder.Hollis Blanchard2007-03-212-216/+0
* | [LIBXC] Allocate memory and populate p2m in arch-specific code.Hollis Blanchard2007-03-214-15/+30
* | [LIBXC] Move domain builder hooks into arch-specific files and remove ifdefs.Hollis Blanchard2007-03-215-291/+220
* | [POWERPC][XEN] Fix "xc_core" build break. Untested but might work.Hollis Blanchard2007-03-214-0/+139
|/
* dump-core: always use elfclass64 format to support x86_32pae.kfraser@localhost.localdomain2007-03-076-30/+32
* Merge with xenppc-unstable.hgkfraser@localhost.localdomain2007-03-053-6/+37
|\
| * [domain builder] Remove unnecessary alignment of virtual address base.Christian Limpach2007-03-031-3/+0
| * x86/64: Save/restore user pagetable pointer for x86/64 PV guests.Keir Fraser2007-03-022-3/+37
* | [LIBXC][POWERPC] make sure DTB is truncated and has a decent modeJimi Xenidis2007-02-081-1/+1
* | [LIBXC][POWERPC] use O_CREAT on open call for DTB_FILEJimi Xenidis2007-02-081-1/+1
* | [POWERPC][XEN][LIBXC] Make xc_linux_build() use populate_physmap()Hollis Blanchard2007-03-021-25/+62
* | [POWERPC][XEN] Don't create a start_info_t structure for dom0.Hollis Blanchard2007-03-011-5/+3
|/
* Save/restore context of all online VCPUs in PV save/restore/migrate.kfraser@localhost.localdomain2007-03-012-87/+141
* [tools] Set guest address size to be the same as dom0 address size on restore.Christian Limpach2007-03-011-0/+13
* [HVM] Save/restore: remove bogus "valid state" checkTim Deegan2007-03-011-8/+1
* [HVM] Builder must know which kind of vcpu context struct to useTim Deegan2007-03-011-4/+26
* libxc: Quieten the discard_file_cache() function. Preserve errnokfraser@localhost.localdomain2007-02-284-27/+21
* Let xend choose to do hard or soft domain resumption depending onkfraser@localhost.localdomain2007-02-282-7/+5
* Accelerate IDE PIO on HVM/IA64 [2/3]kfraser@localhost.localdomain2007-02-271-2/+10
* Fix save/restore (and non-live migrate) on PAE.Steven Hand2007-02-271-3/+6
* [TOOLS] fix sizeof() usage in xc_coreTim Deegan2007-02-261-1/+1
* Resolve conflict over use of name xen_elfnote.kfraser@localhost.localdomain2007-02-263-7/+7
* libxc, ia64: Added new arch_hook for registering ia64 big endian images.kfraser@localhost.localdomain2007-02-261-0/+10
* Write Xen ELF notes into xenstore on domain build.kfraser@localhost.localdomain2007-02-262-0/+39
* libxc: Code format cleanups.Keir Fraser2007-02-2411-1000/+1093
* Reduce impact of saving/restoring/dumping large domains on Dom0 memoryKeir Fraser2007-02-247-8/+110
* xc_ptrace_core.c new elf format supportKeir Fraser2007-02-241-36/+549
* Xen coredump format: ELF formatified with note section.Keir Fraser2007-02-249-41/+1513
* Move some definitions from xg_save_resotre.h to xg_private.hKeir Fraser2007-02-244-21/+19
* x86 hvm domain builder, restore: set shared_info.arch.max_pfn forKeir Fraser2007-02-242-0/+12
* Support new xm command: xm trigger <Domain> <nmi|reset|init> [<VCPU>]Keir Fraser2007-02-242-0/+29
* hvm: Fix save/restore to handle missing pages.kfraser@localhost.localdomain2007-02-232-28/+27
* [XEN] [TOOLS] 32on64 compat save/restore: unadjust L3E flags at save timeEmmanuel Ackaouy2007-02-231-0/+12
* Remove unnecessary check from HVM builder.kfraser@localhost.localdomain2007-02-151-9/+0
* Lift physical address restriction in save/restore code.kfraser@localhost.localdomain2007-02-154-9/+16
* libxc: Fix xc_vcpu_{set,get}_affinity (Xen-bugzilla No.900).kfraser@localhost.localdomain2007-02-151-2/+2
* Remove old elf-parsing code from tools and from Xen.kfraser@localhost.localdomain2007-02-156-2410/+0
* Export PRI_xen_pfn rather than PRIpfn: less polluting of namespace.kfraser@localhost.localdomain2007-02-141-0/+2
* Merge with xenppc-unstable.hgkfraser@localhost.localdomain2007-02-145-91/+71
|\
| * [HVM] Save/restore: disentangle max_pfn from nr_pages.Tim Deegan2007-02-093-32/+28
| * [HVM] Save/restore: don't try to set the console ring MFNTim Deegan2007-02-083-7/+4
| * [HVM] Save/restore: don't try to save the MMIO memory-hole at 4GB.Tim Deegan2007-02-071-43/+27
| * [HVM] Save/restore: dynamically calculate the size of the save bufferTim Deegan2007-02-072-12/+15
* | [LIBELF] Define PRIpfn next to xen_pfn_t.Hollis Blanchard2007-02-091-5/+0
* | [POWERPC][XEN] Opt out of new libxc domain builder.Hollis Blanchard2007-02-092-107/+0
* | [POWERPC][XEN] Fix mismerge.Hollis Blanchard2007-02-071-0/+14