aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/dom0_ops.c
Commit message (Expand)AuthorAgeFilesLines
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-739/+0
* [SHADOW] Clean up the DOM0_SHADOW_OP interface.kfraser@localhost.localdomain2006-08-221-1/+2
* Whitespace clean-ups. shand@kneesaa.uk.xensource.com2006-08-161-3/+3
* [XEN] Separate domain creation from vcpu creation.kfraser@localhost.localdomain2006-07-051-48/+52
* [XEN] localtime support for paravirtualized guestskaf24@firebug.cl.cam.ac.uk2006-06-211-0/+15
* [ACM] Complete the conversion of acm_ops using Xen handles instead kaf24@firebug.cl.cam.ac.uk2006-06-171-2/+2
* Use DEFINE_SPINLOCK consistently throughout Xen.kaf24@firebug.cl.cam.ac.uk2006-06-011-1/+1
* Remove definition of NR_PIRQS and replace all uses withkaf24@firebug.cl.cam.ac.uk2006-04-301-1/+1
* Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE.kaf24@firebug.cl.cam.ac.uk2006-04-271-2/+2
* Fix SETMAXMEM dom0_op with proper locking.kaf24@firebug.cl.cam.ac.uk2006-04-151-12/+16
* Currently, it is possible to set the mem-max value to value lower thankaf24@firebug.cl.cam.ac.uk2006-04-151-2/+9
* Rename guest_handle() macro to GUEST_HANDLE() and define_guest_handle()kaf24@firebug.cl.cam.ac.uk2006-03-031-2/+2
* Move dom0_op hypercall to the guest_handle interface (inside Xen).kaf24@firebug.cl.cam.ac.uk2006-03-031-23/+21
* Add a compile time option to enable domain 0 running in ring 0.kaf24@firebug.cl.cam.ac.uk2006-02-271-0/+7
* New VCPUOP_get_runstate_info hypercall. Returns information about the currentkaf24@firebug.cl.cam.ac.uk2006-02-251-2/+7
* Fix up CPU allocation and topology reporting.kaf24@firebug.cl.cam.ac.uk2006-02-241-6/+18
* Fix some more pfn/mfn/gmfn/gpfn inconsistencies. Fix some directkaf24@firebug.cl.cam.ac.uk2006-02-021-5/+5
* Uniform definition of do_iret prototype. Use 'struct foo'kaf24@firebug.cl.cam.ac.uk2006-01-271-3/+4
* Some refactoring of domain creation/destruction.kaf24@firebug.cl.cam.ac.uk2006-01-141-1/+1
* xc_vcpu_getcontext() can no longer be called before akaf24@firebug.cl.cam.ac.uk2006-01-141-0/+4
* Fix cpu_affinity memcpy() (bytes not longs!) add add a betterkaf24@firebug.cl.cam.ac.uk2006-01-121-2/+2
* Clean up domain shutdown and modification of vcpukaf24@firebug.cl.cam.ac.uk2006-01-061-4/+4
* Fix a couple of bogus dom0_op names:kaf24@firebug.cl.cam.ac.uk2006-01-061-10/+10
* Clean up xen-internal representation of per-vcpukaf24@firebug.cl.cam.ac.uk2006-01-061-16/+12
* Allow non-privileged domains restricted access tokaf24@firebug.cl.cam.ac.uk2005-12-311-0/+49
* Allow a domain to specify DOMID_SELF to DOM0_GETDOMAININFO dom0_op.kaf24@firebug.cl.cam.ac.uk2005-12-181-1/+6
* Add debugging flag for domains to make domu debugging a run-time optionkaf24@firebug.cl.cam.ac.uk2005-12-151-0/+16
* In all cases in dom0_ops.c, return EFAULT if copy_userkaf24@firebug.cl.cam.ac.uk2005-12-101-11/+19
* dom0_ops return -EACCES when the interface version in wrong. I thinkkaf24@firebug.cl.cam.ac.uk2005-11-241-1/+1
* Remove trace compile option from Xen.kaf24@firebug.cl.cam.ac.uk2005-10-301-2/+0
* This patch to the Xen access control module (ACM) and tools:kaf24@firebug.cl.cam.ac.uk2005-10-201-1/+1
* Plumb GETVCPUINFO dom0_op through to Python. Removekaf24@firebug.cl.cam.ac.uk2005-10-171-3/+3
* At least for the time being, GETVCPUCONTEXT needs to workkaf24@firebug.cl.cam.ac.uk2005-10-151-2/+1
* Extend VCPUINFO dom0_op to return status information aboutkaf24@firebug.cl.cam.ac.uk2005-10-151-3/+5
* In addition to setting opaque handle during domainkaf24@firebug.cl.cam.ac.uk2005-10-141-0/+15
* Store an opaque handle (tools uuid) in the domain structurekaf24@firebug.cl.cam.ac.uk2005-10-141-74/+71
* Refactor domain/vcpu allocation to be more separated.kaf24@firebug.cl.cam.ac.uk2005-10-121-3/+9
* New dom0_op to set max vcpus for a domain.kaf24@firebug.cl.cam.ac.uk2005-10-121-18/+55
* Support VCPU migration for VMX guests.kaf24@firebug.cl.cam.ac.uk2005-08-111-3/+3
* Simple fix to getdomaininfo cpu_time calculation forkaf24@firebug.cl.cam.ac.uk2005-08-081-2/+1
* More time-interface fixes.kaf24@firebug.cl.cam.ac.uk2005-08-061-1/+1
* Fix exit path from DOM0_CREATEDOMAIN, which I broke earlierkaf24@firebug.cl.cam.ac.uk2005-07-151-5/+7
* Simpler domid allocation.kaf24@firebug.cl.cam.ac.uk2005-07-151-56/+23
* The attached patch adds a new dom0_op, DOM0_GETDOMAININFOLIST. Thiskaf24@firebug.cl.cam.ac.uk2005-07-081-49/+99
* bitkeeper revision 1.1725 (42b7e4fcombAuDB0AR2i8hfnOEMfOQ)cl349@firebug.cl.cam.ac.uk2005-06-211-2/+16
* bitkeeper revision 1.1718.1.7 (42b742f8NxTuN2pqCHFAWI78dbEYKw)smh22@firebug.cl.cam.ac.uk2005-06-201-1/+14
* bitkeeper revision 1.1718.1.5 (42b59f7dHnuJ9AFj24zaneKCDkFTCg)kaf24@firebug.cl.cam.ac.uk2005-06-191-2/+2
* bitkeeper revision 1.1689 (42a58901_lkUvZPbAZcV8H9a9NNmtg)kaf24@firebug.cl.cam.ac.uk2005-06-071-3/+3
* bitkeeper revision 1.1676 (42a306a07UKpLq27_iCaJyxJBbKedg)kaf24@firebug.cl.cam.ac.uk2005-06-051-3/+5
* bitkeeper revision 1.1654 (429f793bJpez_x78azX5iKCsmtPMUQ)cl349@firebug.cl.cam.ac.uk2005-06-021-41/+41
|\