aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/dom0_ops.h
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* [XEN] Put the non-GPL license text in each public header file.kaf24@localhost.localdomain2006-11-081-0/+18
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-583/+29
* [SHADOW] Clean up the DOM0_SHADOW_OP interface.kfraser@localhost.localdomain2006-08-221-24/+61
* Replace shadow pagetable code with shadow2.tdeegan@york.uk.xensource.com2006-08-161-1/+15
* Change DOM0_PERFCCONTROL: remove array limit.kaf24@firebug.cl.cam.ac.uk2006-08-071-2/+5
* [IA64] Save & restore.awilliam@xenbuild.aw2006-07-111-0/+4
* [XEN] getpagframeinfo field name mfn -> gmfn.kfraser@localhost.localdomain2006-07-051-3/+3
* [XEN] Hypercall-init dom0_op takes GMFN, not MFN.kfraser@localhost.localdomain2006-07-051-2/+2
* [BALLOON] Make the domain0 ballooning logic in xend aware of pages that are o...kaf24@firebug.cl.cam.ac.uk2006-06-271-0/+1
* [XEN] localtime support for paravirtualized guestskaf24@firebug.cl.cam.ac.uk2006-06-211-0/+9
* Add DOM0_DOMAIN_SETUP hypercall.kaf24@firebug.cl.cam.ac.uk2006-06-191-0/+14
* Use explicitly-sized types in the dom0_ops and privcmd structures.kaf24@firebug.cl.cam.ac.uk2006-06-061-18/+18
* Represent PFNs with their own type, rather than 'unsigned long'.kaf24@firebug.cl.cam.ac.uk2006-06-061-8/+8
* Remove DOM0_PHYSICAL_MEMORY_MAP dom0 op.Ian.Campbell@xensource.com2006-05-221-1/+1
* Finish separating the typedefs from structure definitions in Xen public headers.kaf24@firebug.cl.cam.ac.uk2006-05-211-79/+120
* Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE.kaf24@firebug.cl.cam.ac.uk2006-04-271-51/+51
* Propagate information about bad (or good) REGSEL registerkaf24@firebug.cl.cam.ac.uk2006-04-211-1/+3
* Make root page table sanity check on restore more generic. smh22@firebug.cl.cam.ac.uk2006-04-061-6/+7
* Cleanup whitespace.cl349@firebug.cl.cam.ac.uk2006-03-061-8/+8
* Rename guest_handle() macro to GUEST_HANDLE() and define_guest_handle()kaf24@firebug.cl.cam.ac.uk2006-03-031-51/+51
* Move dom0_op hypercall to the guest_handle interface (inside Xen).kaf24@firebug.cl.cam.ac.uk2006-03-031-17/+59
* Fix Xen builds with perfc=y and perfc_arrays=y.kaf24@firebug.cl.cam.ac.uk2006-02-161-1/+1
* Fix some more pfn/mfn/gmfn/gpfn inconsistencies. Fix some directkaf24@firebug.cl.cam.ac.uk2006-02-021-9/+9
* Uniform definition of do_iret prototype. Use 'struct foo'kaf24@firebug.cl.cam.ac.uk2006-01-271-76/+75
* Indirect hypercalls through a hypercall transfer page.kaf24@firebug.cl.cam.ac.uk2006-01-241-0/+7
* Fix a couple of bogus dom0_op names:kaf24@firebug.cl.cam.ac.uk2006-01-061-6/+6
* Allow non-privileged domains restricted access tokaf24@firebug.cl.cam.ac.uk2005-12-311-0/+17
* Add debugging flag for domains to make domu debugging a run-time optionkaf24@firebug.cl.cam.ac.uk2005-12-151-1/+8
* Bump blktap and dom0op version numbers.kaf24@firebug.cl.cam.ac.uk2005-12-041-1/+1
* GNTTABOP_map_grant_ref returns error status and handle askaf24@firebug.cl.cam.ac.uk2005-11-301-1/+1
* Public interface cleanups. Widen some fields in publickaf24@firebug.cl.cam.ac.uk2005-11-301-37/+22
* Move linear faulting address (%cr2) out of the page faultkaf24@firebug.cl.cam.ac.uk2005-11-091-1/+1
* This is a set of changes which allow the tracebuffer functionality tokaf24@firebug.cl.cam.ac.uk2005-10-301-0/+3
* Plumb GETVCPUINFO dom0_op through to Python. Removekaf24@firebug.cl.cam.ac.uk2005-10-171-1/+2
* Extend VCPUINFO dom0_op to return status information aboutkaf24@firebug.cl.cam.ac.uk2005-10-151-1/+4
* In addition to setting opaque handle during domainkaf24@firebug.cl.cam.ac.uk2005-10-141-0/+6
* Store an opaque handle (tools uuid) in the domain structurekaf24@firebug.cl.cam.ac.uk2005-10-141-7/+21
* New dom0_op to set max vcpus for a domain.kaf24@firebug.cl.cam.ac.uk2005-10-121-0/+8
* Fix Xen public interfaces and the tools to consistentlykaf24@firebug.cl.cam.ac.uk2005-10-121-71/+81
* Clean up sched_op() hypercall interface. One particularkaf24@firebug.cl.cam.ac.uk2005-10-041-1/+1
* Add more version and capability reporting to Xen. Print the results with 'xm ...iap10@freefall.cl.cam.ac.uk2005-09-091-0/+1
* Fix PCI iomem resource fixup.kaf24@firebug.cl.cam.ac.uk2005-09-051-0/+13
* Make grant-table dev_bus_addr really be an address, not a framekaf24@firebug.cl.cam.ac.uk2005-08-211-1/+1
* Get rid of memory_t. Almost all uses should be unsigned long.kaf24@firebug.cl.cam.ac.uk2005-08-191-24/+24
* More time-interface fixes.kaf24@firebug.cl.cam.ac.uk2005-08-061-2/+2
* Auto-disable IRQ balancing/affinity on buggy chipsets.kaf24@firebug.cl.cam.ac.uk2005-07-141-1/+9
* Clean up Xen's event-channel interface, and semantics for bindingkaf24@firebug.cl.cam.ac.uk2005-07-081-1/+1
* The attached patch adds a new dom0_op, DOM0_GETDOMAININFOLIST. Thiskaf24@firebug.cl.cam.ac.uk2005-07-081-1/+12
* Attached is a patch that fully 'grant-table-ifies' the block front and kaf24@firebug.cl.cam.ac.uk2005-07-061-1/+1