[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] clarify SHUTDOWN_suspend additional argument
SCHEDOP_shutdown has a third argument that is unused on HVM and ARM guests. Those guests pass 0 instead. Clarify the behaviour in the hypercall description. Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> diff --git a/xen/include/public/sched.h b/xen/include/public/sched.h index a30b11d..c170556 100644 --- a/xen/include/public/sched.h +++ b/xen/include/public/sched.h @@ -77,8 +77,9 @@ * @arg == pointer to sched_shutdown_t structure. * * If the sched_shutdown_t reason is SHUTDOWN_suspend then this - * hypercall takes an additional extra argument which should be the - * MFN of the guest's start_info_t. + * hypercall takes an additional extra argument which should be: + * - the MFN of the guest's start_info_t for x86 PV guests; + * - 0 for x86 HVM guests and arm and arm64 guests. * * In addition, which reason is SHUTDOWN_suspend this hypercall * returns 1 if suspend was cancelled or the domain was merely _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |