aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build after I removed test_assign_device from domctl union.Keir Fraser2007-12-121-1/+1
* vt-d: Test device assignability in xend, but defer actual assignment to qemu-dm.Keir Fraser2007-12-122-1/+19
* Revert 16560:822d4ec5cfb1.Keir Fraser2007-12-081-2/+2
* tools: Rationalise library soname versions.Keir Fraser2007-12-071-2/+2
* libxc: Interface has changed a bit since Xen 3.1, so bump the majorKeir Fraser2007-12-061-1/+1
* xc ptrace: Fix a couple of bugs in page-table walking.Keir Fraser2007-12-061-15/+2
* x86 domain builder: Propagate x86_compat return code.Keir Fraser2007-12-051-1/+3
* Merge with ia64.Keir Fraser2007-12-041-2/+6
|\
| * domain builder: make mmap() failure message more verbose.Keir Fraser2007-12-041-2/+6
* | [IA64] Implement guest_os_type for ia64Alex Williamson2007-11-292-0/+75
* | [IA64] vcpu_setcontext: only set cr_irr if VGCF_SET_CR_IRR flag is set.Alex Williamson2007-11-281-1/+1
|/
* libxc: Minor clean up of xc_core, and fix for -fstrict-overflow.Keir Fraser2007-11-222-7/+13
* qemu: more verbose on failures.Keir Fraser2007-11-162-6/+18
* libxc: Consistently print errno on write() error in domain_save code.Keir Fraser2007-11-111-21/+17
* libxc: Consolidate read()/write() syscall wrappers to read/write anKeir Fraser2007-11-1110-228/+136
* [IA64] vti save-restore: ia64 hvm builder clean up with respect to hvm params.Alex Williamson2007-11-073-37/+26
* Allow incremental access to hypervisor console log.Keir Fraser2007-10-292-4/+14
* x86: Fix MTRR/PAT virtualisation on PAEKeir Fraser2007-10-262-6/+6
* x86: Save/restore new syscall/sysenter context info.Keir Fraser2007-10-252-40/+84
* merge with xen-unstable.hg (staging)Alex Williamson2007-10-233-1/+24
|\
| * libxc: check length on string copy (strcpy -> strncpy).Keir Fraser2007-10-231-1/+3
| * hvm, vt-d: Add memory cache-attribute pinning domctl for HVMKeir Fraser2007-10-232-0/+21
* | merge with xen-unstable.hg (staging)Alex Williamson2007-10-222-1/+2
|\|
| * ia64: Fix ia64 PV domain creation with new vhpt-size parameter.Keir Fraser2007-10-222-1/+2
* | [IA64] Don't share privregs with hvm domainAlex Williamson2007-10-222-1/+12
* | [IA64] vti domain save/restore: libxc: implement vti domain save/restoreAlex Williamson2007-10-213-250/+695
* | merge with xen-unstable.hgAlex Williamson2007-10-215-4/+55
|\|
| * ia64: configure VHPT size per domain: common partKeir Fraser2007-10-191-0/+1
| * tools: Remove bogus external uses of xc_private.h. Clean up libflask.Keir Fraser2007-10-183-1/+51
| * libxc: Avoid overflow in xc_domain_dumpcore_via_callback().Keir Fraser2007-10-151-3/+3
* | [IA64] hvm domain builder clean up. use xc_vcpu_setcontext().Alex Williamson2007-10-121-23/+4
* | [IA64] Remove duplicate xc_get/set_hvm_param() definitionsAlex Williamson2007-10-121-48/+0
|/
* Initialize last_error in libxc.Keir Fraser2007-10-051-0/+1
* hvm: Avoid need for ugly setcpucontext() in HVM domain builder byKeir Fraser2007-10-011-53/+15
* libxenctrl: Fix lock_pages()/unlock_pages() region-size calculation.Keir Fraser2007-10-011-2/+4
* libxc: NetBSD-specific pieces.Keir Fraser2007-09-242-0/+272
* libxc: improve error message when starting a domain and mmap() failsKeir Fraser2007-09-211-1/+4
* [TOOLS] Make xc_domain_{save, restore} understand compat guestsTim Deegan2007-09-197-199/+350
* libxc portability fixes for NetBSD.kfraser@localhost.localdomain2007-09-193-19/+81
* Log an error when enabling shadow mode fails for live relocation.kfraser@localhost.localdomain2007-09-181-7/+12
* PCI passthru: tools changes (generic and vt-d)kfraser@localhost.localdomain2007-09-142-0/+147
* [IA64] Use xc_map_foreign_pages() in copy_from_GFW_to_nvram()Alex Williamson2007-09-101-2/+3
* merge with xen-unstable.hg (staging)Alex Williamson2007-09-072-0/+41
|\
| * xc_map_foreign_pages(), a convenient alternative to xc_map_foreign_batch()kfraser@localhost.localdomain2007-09-072-0/+41
* | [IA64] Foreign p2m: make xc_ia64_get_pfn_list() staticAlex Williamson2007-09-062-5/+1
* | [IA64] Foreign p2m: rewrite save/restore with foreign p2mAlex Williamson2007-09-063-116/+311
* | [IA64] Foreign p2m: xc_core: ia64 xc_core_arch_gpfn_may_present()Alex Williamson2007-09-062-15/+64
* | [IA64] Foreign p2m: libxc sideAlex Williamson2007-09-062-7/+184
* | [IA64] Foreign p2m: Fix vti domain builder.Alex Williamson2007-09-061-1/+3
* | merge with xen-unstable.hg (staging)Alex Williamson2007-09-0611-194/+276
|\|