aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/arch-x86_64.h
Commit message (Expand)AuthorAgeFilesLines
* docs: Document some more hypercallsIan Jackson2012-04-021-0/+16
* Create new public header directory for x86-specific definitions.kfraser@localhost.localdomain2006-12-211-314/+2
* [XEN] Put the non-GPL license text in each public header file.kaf24@localhost.localdomain2006-11-081-0/+18
* [XEN] Remove VGCF_hvm_guest, replace with XEN_DOMINF_hvm_guest.kfraser@localhost.localdomain2006-11-031-3/+0
* [HVM] HVM is now a flag parameter to domain-creation hypercall.kfraser@localhost.localdomain2006-11-011-2/+4
* [XEN] interfaces: Remove explicit alignment/padding from domctl/sysctl hyperc...kaf24@firebug.cl.cam.ac.uk2006-08-311-3/+0
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-0/+3
* [XEN] Clarify x86 hypercall ABI in public header comments.kaf24@localhost.localdomain2006-08-191-3/+19
* Clean up console fields in start_info structure. Add compat code forkfraser@localhost.localdomain2006-08-151-0/+6
* [XEN] Add a warning about changeable size of shared_info structure.kaf24@localhost.localdomain2006-08-121-0/+1
* Define an architecture-specific 'long' type for ABI compatibility.kaf24@firebug.cl.cam.ac.uk2006-06-291-0/+2
* Export machine_to_phys start and end addresses to guests.kfraser@dhcp93.uk.xensource.com2006-06-201-5/+9
* Represent PFNs with their own type, rather than 'unsigned long'.kaf24@firebug.cl.cam.ac.uk2006-06-061-1/+4
* Extend callback-registration hypercall to take a flags argument.kaf24@firebug.cl.cam.ac.uk2006-06-051-3/+13
* [PAE] Fix support for pgdirs above 4GB. Requires an interface change so that ...kaf24@firebug.cl.cam.ac.uk2006-06-021-0/+3
* Place typedefs on their own separate lines in the Xen public headers.kaf24@firebug.cl.cam.ac.uk2006-05-191-11/+16
* Rename {SG}ET_XEN_GUEST_HANDLE to {sg}et_Xen_guest_handle, as theykaf24@firebug.cl.cam.ac.uk2006-04-281-2/+2
* Define __XEN_TOOLS__ when building tools. Use this tokaf24@firebug.cl.cam.ac.uk2006-04-271-0/+2
* Wrap all GUEST_HANDLEs in structures, and define SET/GET macros to access themkaf24@firebug.cl.cam.ac.uk2006-04-271-7/+4
* Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE.kaf24@firebug.cl.cam.ac.uk2006-04-271-14/+14
* Add new hypercall "set_callback" taking a callback identifier and theIan.Campbell@xensource.com2006-04-061-0/+2
* Paravirtualise the CPUID instruction by forcing emulation with an invalid-opc...kaf24@firebug.cl.cam.ac.uk2006-03-221-0/+12
* Upgrade all hypercalls to use the new guest_handle interface (on the Xen side).kaf24@firebug.cl.cam.ac.uk2006-03-071-9/+2
* Cleanup whitespace.cl349@firebug.cl.cam.ac.uk2006-03-061-1/+1
* Make guest_access implementation arch-specific.kaf24@firebug.cl.cam.ac.uk2006-03-041-0/+22
* Rename guest_handle() macro to GUEST_HANDLE() and define_guest_handle()kaf24@firebug.cl.cam.ac.uk2006-03-031-1/+1
* Move dom0_op hypercall to the guest_handle interface (inside Xen).kaf24@firebug.cl.cam.ac.uk2006-03-031-0/+1
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-311-1/+1
* Uniform definition of do_iret prototype. Use 'struct foo'kaf24@firebug.cl.cam.ac.uk2006-01-271-1/+1
* Fixup some bogus formatting and remove a stray debug printkIan.Campbell@xensource.com2006-01-111-2/+4
* Pass NMIs to DOM0 via a dedicated callback, Xen x86_64 support.Ian.Campbell@xensource.com2006-01-111-3/+19
* Pass NMIs to DOM0 via a dedicated callback, core Xen support.Ian.Campbell@xensource.com2006-01-111-0/+1
* Allow HYPERVISOR_VIRT_START/END public definitions to bekaf24@firebug.cl.cam.ac.uk2006-01-091-2/+5
* Bundle vcpu_time and vcpu_info structures together into a singlekaf24@firebug.cl.cam.ac.uk2005-11-281-1/+1
* When creating exception/interrupt stack frames for a guest,kaf24@firebug.cl.cam.ac.uk2005-11-101-1/+1
* Move linear faulting address (%cr2) out of the page faultkaf24@firebug.cl.cam.ac.uk2005-11-091-0/+5
* Fix Xen public interfaces and the tools to consistentlykaf24@firebug.cl.cam.ac.uk2005-10-121-31/+39
* Get rid of anonymous unions in public header files.kaf24@firebug.cl.cam.ac.uk2005-09-141-10/+20
* Extend save/restore interface to cope with domains >4GB by adding a level of ...iap10@firebug.cl.cam.ac.uk2005-09-071-2/+5
* phys_to_mach and mach_to_phys tables contain long entries, notkaf24@firebug.cl.cam.ac.uk2005-09-061-1/+1
* Get rid of memory_t. Almost all uses should be unsigned long.kaf24@firebug.cl.cam.ac.uk2005-08-191-7/+4
* Remove non-ISO attributes from public headers.kaf24@firebug.cl.cam.ac.uk2005-07-021-23/+10
* bitkeeper revision 1.1751 (42bbe480z9Fp_L5Tc500W8c8CL3g9A)kaf24@firebug.cl.cam.ac.uk2005-06-241-3/+1
* bitkeeper revision 1.1744.1.1 (42bb2b36zVlhMosXY3bEaiG-q9siMg)vh249@arcadians.cl.cam.ac.uk2005-06-231-0/+2
* bitkeeper revision 1.1709.1.14 (42b1ceb9Ne5WCPwhJ-uKiY4uN5-L5w)djm@kirby.fc.hp.com2005-06-161-0/+3
* bitkeeper revision 1.1705.1.7 (42a94e88EO8US-LmAPxu7rbUmKFdUg)kaf24@firebug.cl.cam.ac.uk2005-06-101-7/+7
* bitkeeper revision 1.1625 (429d84a4tcD4ZWpKQyD4i0nn6K6LIg)kaf24@firebug.cl.cam.ac.uk2005-06-011-1/+0
* bitkeeper revision 1.1443 (428b3f59xxbCVcbUBrHu1R1TkWcYhg)kaf24@firebug.cl.cam.ac.uk2005-05-181-16/+9
* bitkeeper revision 1.1427 (4289b612hOngj49yfggKcA17ckis2g)kaf24@firebug.cl.cam.ac.uk2005-05-171-16/+18
* bitkeeper revision 1.1389.1.4 (427125bdwah0mehgnafVLP-gRLDM_w)kaf24@firebug.cl.cam.ac.uk2005-04-281-17/+19