[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] domctl.h: document non-standard error codes for enabling paging/access
# HG changeset patch # User Olaf Hering <olaf@xxxxxxxxx> # Date 1333466579 -7200 # Node ID 80e3ac42e5a1f1974afaff0292b69199dba589cb # Parent 4d4c0e57bd83ebf28cff7c3a0fee75a488762753 domctl.h: document non-standard error codes for enabling paging/access The domctl to enable paging and access returns some non-standard error codes after failure. This can be used in the tools to print specific error messages. xenpaging recognizes these errno values and shows them if the init function fails. Document the return codes in the public header file. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Acked-by: Tim Deegan <tim@xxxxxxx> Committed-by: Tim Deegan <tim@xxxxxxx> --- diff -r 4d4c0e57bd83 -r 80e3ac42e5a1 xen/include/public/domctl.h --- a/xen/include/public/domctl.h Fri Mar 30 17:09:07 2012 +0200 +++ b/xen/include/public/domctl.h Tue Apr 03 17:22:59 2012 +0200 @@ -716,6 +716,13 @@ struct xen_domctl_gdbsx_domstatus { * Domctl interface to set up and tear down the * pager<->hypervisor interface. Use XENMEM_paging_op* * to perform per-page operations. + * + * The XEN_DOMCTL_MEM_EVENT_OP_PAGING_ENABLE domctl returns several + * non-standard error codes to indicate why paging could not be enabled: + * ENODEV - host lacks HAP support (EPT/NPT) or HAP is disabled in guest + * EMLINK - guest has iommu passthrough enabled + * EXDEV - guest has PoD enabled + * EBUSY - guest has or had paging enabled, ring buffer still active */ #define XEN_DOMCTL_MEM_EVENT_OP_PAGING 1 @@ -735,6 +742,11 @@ struct xen_domctl_gdbsx_domstatus { * * The memory event handler can then resume the VCPU and redo the access * with a XENMEM_access_op_resume hypercall. + * + * The XEN_DOMCTL_MEM_EVENT_OP_ACCESS_ENABLE domctl returns several + * non-standard error codes to indicate why access could not be enabled: + * ENODEV - host lacks HAP support (EPT/NPT) or HAP is disabled in guest + * EBUSY - guest has or had access enabled, ring buffer still active */ #define XEN_DOMCTL_MEM_EVENT_OP_ACCESS 2 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |