aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_domain.c
Commit message (Expand)AuthorAgeFilesLines
* hvm: passthrough MSI-X mask bit accelerationKeir Fraser2009-03-021-1/+3
* libxenctrl: adds xc_domain_unbind_msi_irq to libxc.Keir Fraser2009-02-051-0/+26
* libxc support for the new partial-HVM-save domctl.Keir Fraser2009-02-051-0/+32
* Remove unused XENMEM_translate_pfn_list.Keir Fraser2009-01-141-27/+0
* passthrough: MSI-INTx translation for HVMKeir Fraser2009-01-081-1/+2
* PoD memory 8/9: libxc interfaceKeir Fraser2009-01-051-0/+70
* x86: Enable MTF for HVM guest single step in gdbKeir Fraser2008-12-161-0/+14
* x86: make injection of spurious page faults configurable per domainKeir Fraser2008-10-151-0/+12
* hvm: Use main memory for video memory.Keir Fraser2008-08-271-0/+27
* 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