aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_domain.c
Commit message (Expand)AuthorAgeFilesLines
* x86: allow control domain to limit machine addresses given to a particular guestKeir Fraser2008-07-111-0/+29
* numa: Extend MEMOP_ allocation functions to take a node argument.Keir Fraser2008-07-051-11/+11
* Cleanups to suspend-event-channel patches.Keir Fraser2008-07-041-1/+2
* Add facility to get notification of domain suspend by event channel.Keir Fraser2008-07-041-0/+11
* libxc: The following patch replace the libxc interface to useKeir Fraser2008-06-191-31/+18
* iommu: Handle sibling device assignment correctlyKeir Fraser2008-05-281-0/+31
* MSI 5/6: add MSI support to passthrough HVM domainKeir Fraser2008-05-011-0/+26
* x86 libxc: Fix mlock sizes in libxc around vcpu context hypercallsKeir Fraser2008-04-091-6/+25
* Enable HVM guest VT-d device hotplug via a simple ACPI hotplug device model.Keir Fraser2008-02-151-0/+44
* xend: Remove redundant xc.domain_setcpuweight() all the way down to libxenctrl.Keir Fraser2008-02-111-15/+0
* New XEN_DOMCTL_set_targetKeir Fraser2008-01-231-0/+14
* libxc: Fix xc_domain_bind_pt_irq().Keir Fraser2007-12-271-5/+9
* 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-121-1/+15
* x86: Fix MTRR/PAT virtualisation on PAEKeir Fraser2007-10-261-3/+3
* hvm, vt-d: Add memory cache-attribute pinning domctl for HVMKeir Fraser2007-10-231-0/+15
* PCI passthru: tools changes (generic and vt-d)kfraser@localhost.localdomain2007-09-141-0/+108
* libxenctrl: xc_destroy_domain() handles EAGAIN.kfraser@localhost.localdomain2007-08-311-1/+5
* Merge with ia64 xen tree.kfraser@localhost.localdomain2007-07-121-0/+21
|\
| * Add new domctl hypercall to expose current heap values. Thiskfraser@localhost.localdomain2007-07-111-0/+21
* | merge with xen-unstable.hgAlex Williamson2007-07-101-0/+1
|\|
| * Export debugger attached state to xc API.kfraser@localhost.localdomain2007-07-061-0/+1
* | libxc: Add xc_domain_setdebugging in xenctrl APIAlex Williamson2007-06-261-0/+12
|/
* hvm: e820 public header cleanup.Keir Fraser2007-06-101-1/+1
* HVM: First attempt at domain-resume on save-failure.kfraser@localhost.localdomain2007-04-121-0/+39
* Support new xm command: xm trigger <Domain> <nmi|reset|init> [<VCPU>]Keir Fraser2007-02-241-0/+15
* libxc: Fix xc_vcpu_{set,get}_affinity (Xen-bugzilla No.900).kfraser@localhost.localdomain2007-02-151-2/+2
* [HVM] Save/restore: dynamically calculate the size of the save bufferTim Deegan2007-02-071-3/+5
* [HVM] Save/restore: clean up the new hypercall interfaceTim Deegan2007-01-311-16/+20
* Make domctl/sysctl interfaces 32-/64-bit invariant.kfraser@localhost.localdomain2007-01-241-1/+2
* [LIBXC] Refactor xc_domain_resume() into its own source file.kfraser@localhost.localdomain2007-01-191-14/+3
* [XEN] Support VCPU reset via DOMCTL_setvcpucontext.kfraser@localhost.localdomain2007-01-191-2/+3
* Add resumedomain domctl to resume a domain after checkpoint.kfraser@localhost.localdomain2007-01-191-0/+10
* [LIBXC] Convert between byte-based and 64-bit bitmap arrays. Use thiskfraser@localhost.localdomain2007-01-191-10/+13
* [HVM] save restore: new hyper-callTim Deegan2007-01-181-0/+44
* [XEN] Implement XENMEM_set_memory_map, which specifies memory map tokfraser@localhost.localdomain2006-12-081-0/+46
* [XEN] Cleanups to phys/mach address handling.kfraser@localhost.localdomain2006-11-271-16/+0
* [LIBXC] Clarify error messages to talk about allocation 'extents'kfraser@localhost.localdomain2006-11-151-3/+3
* [LIBXC] Fix memory alloc/dealloc routines to return error properly.kfraser@localhost.localdomain2006-11-071-4/+4
* [XEN] Remove VGCF_hvm_guest, replace with XEN_DOMINF_hvm_guest.kfraser@localhost.localdomain2006-11-031-8/+10
* [HVM] HVM is now a flag parameter to domain-creation hypercall.kfraser@localhost.localdomain2006-11-011-0/+2
* [SOLARIS] Don't mlock() hypercall buffers.kfraser@localhost.localdomain2006-10-231-13/+12
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-125/+175
* Remove all traces of the obsolete BVT scheduler.kfraser@localhost.localdomain2006-08-231-30/+2
* Replace shadow pagetable code with shadow2.tdeegan@york.uk.xensource.com2006-08-161-3/+10
* [XEN] localtime support for paravirtualized guestskaf24@firebug.cl.cam.ac.uk2006-06-211-0/+11
* [LIBXC] Convert all printf/fprintf uses to use a macro instead.kaf24@firebug.cl.cam.ac.uk2006-06-071-4/+4
* Represent PFNs with their own type, rather than 'unsigned long'.kaf24@firebug.cl.cam.ac.uk2006-06-061-5/+5
* Rename {SG}ET_XEN_GUEST_HANDLE to {sg}et_Xen_guest_handle, as theykaf24@firebug.cl.cam.ac.uk2006-04-281-9/+9
* Wrap all GUEST_HANDLEs in structures, and define SET/GET macros to access themkaf24@firebug.cl.cam.ac.uk2006-04-271-9/+12