mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 15:45:05 +00:00
hv: add a hypercall for the hypervisor NPK log
The hypercall HC_SETUP_HV_NPK_LOG is added to enable/disable/configure the hypervisor NPK log. Signed-off-by: Zhi Jin <zhi.jin@intel.com> Signed-off-by: Zhonghua Sun <zhonghua.sun@intel.com> Reviewed-by: CHEN Gang <gang.c.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
12
hypervisor/include/debug/npk_log.h
Normal file
12
hypervisor/include/debug/npk_log.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2018 Intel Corporation.
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef NPK_LOG_H
|
||||
#define NPK_LOG_H
|
||||
|
||||
static inline void npk_log_setup(__unused struct hv_npk_log_param *param)
|
||||
{}
|
||||
|
||||
#endif /* NPK_LOG_H */
|
||||
Reference in New Issue
Block a user