From 04572a76a8238953045182e54ac73ca94d5b2195 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 22 May 2018 08:35:11 -0700 Subject: [PATCH] doc: add missing param documentation hypercall.h Add missing documentation for hcall_get_cpu_pm_state vm parameter Signed-off-by: David B. Kinder --- hypervisor/include/common/hypercall.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hypervisor/include/common/hypercall.h b/hypervisor/include/common/hypercall.h index 2965ff380..804e7f475 100644 --- a/hypervisor/include/common/hypercall.h +++ b/hypervisor/include/common/hypercall.h @@ -337,6 +337,7 @@ int64_t hcall_setup_sbuf(struct vm *vm, uint64_t param); /** * @brief Get VCPU Power state. * + * @param vm pointer to VM data structure * @param cmd cmd to show get which VCPU power state data * @param param VCPU power state data *