aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
...
* libxc: Minor tools bzip2/lzma decompression fixesKeir Fraser2009-11-231-16/+22
* [IA64] Remus: ia64 counter part of 07f6d9047af4Keir Fraser2009-11-231-8/+45
* Remus: Make checkpoint buffering HVM-awareKeir Fraser2009-11-091-96/+287
* Remus: Do bitmap scan word-by-word before bit-by-bit.Keir Fraser2009-11-091-0/+10
* Remus: Do not bother with to_skip/to_fix bitmaps after the first final round.Keir Fraser2009-11-091-40/+61
* Remus: Buffer checkpoint data locally until domain has resumed execution.Keir Fraser2009-11-091-1/+112
* Remus: Initiate failover if a packet is not received every 500ms.Keir Fraser2009-11-091-1/+51
* Remus: Make xc_domain_restore loop until the fd is closed.Keir Fraser2009-11-091-256/+489
* Remus: Add callbacks for suspend, postcopy and preresume in xc_domain_save.Keir Fraser2009-11-092-13/+60
* x86, hvm: Make host TscInvariant CPUID flag visible to guest by default.Keir Fraser2009-11-091-0/+8
* xc_resume: fix modify_returncode when host width != guest widthKeir Fraser2009-11-041-15/+37
* libxc: fix a few memory leaksKeir Fraser2009-10-231-2/+8
* Add nomigrate config option to disable migration/restoreKeir Fraser2009-10-202-0/+11
* Spinlock profiling (enable in build with lock_profile=y)Keir Fraser2009-10-142-0/+32
* libxenctrl: Fix non-Linux definitions of xc_gnttab_map_table*().Keir Fraser2009-10-073-3/+24
* libxenctrl: Build fix after gnttab_v2 changes.Keir Fraser2009-10-073-15/+15
* Introduce a grant_entry_v2 structure.Keir Fraser2009-10-073-12/+69
* Rename the struct grant_entry to struct grant_entry_v1, so that itKeir Fraser2009-10-073-7/+7
* stubdom/minios: re-structure headersKeir Fraser2009-10-011-7/+7
* vmx: add the support of XSAVE/XRSTOR to VMX guestKeir Fraser2009-09-291-1/+1
* x86: Allow TSC mode (emulate vs native) to be configured per domain.Keir Fraser2009-09-282-0/+11
* Fix some issues for HVM log dirty:Keir Fraser2009-09-073-70/+12
* libxenguest: Remove unused static inline function is_loadable_phdr()Keir Fraser2009-09-021-6/+0
* libxc: Avoid a constant-zero-sized memset().Keir Fraser2009-08-311-1/+2
* [HVM] add super page support for HVM migrationKeir Fraser2009-08-271-24/+343
* libxc: More LZMA/BZIP fixes.Keir Fraser2009-08-242-22/+16
* Revert 20105:979fd420311bKeir Fraser2009-08-211-1/+6
* libxc: Remove minios-specific hack for generating .zlib.deps fileKeir Fraser2009-08-211-6/+1
* libxenguest: Fix libbz2/liblzma dependency computation.Keir Fraser2009-08-201-1/+6
* domain builder: Implement bzip2 and LZMA loadersKeir Fraser2009-08-202-58/+350
* x86 hvm: Remove vendor-specific feature masking of 0x1:ECX.Keir Fraser2009-08-191-12/+0
* tmem: save/restore/migrate/livemigrate and shared pool authenticationKeir Fraser2009-08-064-8/+420
* libxenguest: Revert domain builder interface changes for 'superpages'Keir Fraser2009-07-206-46/+39
* libxc: Use a single mmap interface to LinuxKeir Fraser2009-07-201-50/+21
* libxc: Fix bugs in xc_exchange_page: pfn_type indexed by gpfn.Keir Fraser2009-07-021-2/+2
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-1812-63/+127
* tmem: fix 32-on-64 supportKeir Fraser2009-06-171-5/+5
* libxc: fix link error on ia64Keir Fraser2009-06-041-1/+1
* libxc: Implement stub xc_gnttab_map_table() for non-linux.Keir Fraser2009-06-013-0/+15
* libxc: Exchange a page for PV guestKeir Fraser2009-06-013-1/+667
* libxc: Export xc_core_arch_map_p2m_writable()Keir Fraser2009-06-012-5/+28
* libxc: Add a function to map a domain's grant table.Keir Fraser2009-06-012-0/+111
* libxc: export xc_map_m2p() so that it can be called outside.Keir Fraser2009-06-012-4/+19
* Export page offline hypercalls to user space tools.Keir Fraser2009-06-013-0/+110
* [IA64] adjust ia64 xc_domain_restore() signatureKeir Fraser2009-05-271-3/+3
* Transcendent memory ("tmem") for Xen.Keir Fraser2009-05-263-0/+95
* Add support for superpages (hugepages) in PV domainKeir Fraser2009-05-267-143/+177
* restore: sign extend p2m when restoring on a host with pfn width <Keir Fraser2009-04-081-1/+1
* xenpm: Set scheduler vcpu_migration_delay by xenpmKeir Fraser2009-04-062-0/+32
* libxc: Fix xc_translate_foreign_address in non-paged modeKeir Fraser2009-03-311-1/+1