From: Ian Jackson Date: Fri, 15 Sep 2017 13:51:58 +0000 (+0100) Subject: xentoolcore, _restrict_all: Document implementation "complete" X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1144 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f37c2aa3234799d5dc99fa47e7149f55c499f95f;p=xen.git xentoolcore, _restrict_all: Document implementation "complete" Signed-off-by: Ian Jackson Acked-by: Wei Liu --- diff --git a/tools/libs/toolcore/include/xentoolcore.h b/tools/libs/toolcore/include/xentoolcore.h index 93eaf237ea..881ff110ca 100644 --- a/tools/libs/toolcore/include/xentoolcore.h +++ b/tools/libs/toolcore/include/xentoolcore.h @@ -43,8 +43,10 @@ * ==================================================================== * IMPORTANT - IMPLEMENTATION STATUS * - * This function will be implemented insofar as it appears necessary - * for the purposes of running a deprivileged qemu. + * This function has been implemented insofar as it appears necessary + * for the purposes of running a deprivileged qemu, and is believed to + * be sufficient (subject to the caveats discussed in the appropriate + * libxl documentation for this feature). * * However, this function is NOT implemented for all Xen libraries. * For each use case of this function, the designer must evaluate and