2021-08-06 14:12:13 +08:00
|
|
|
/*
|
2022-07-13 09:21:24 +08:00
|
|
|
* Copyright (C) 2018-2022 Intel Corporation.
|
2021-08-06 14:12:13 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _SECURITY_VM_FIXUP_H_
|
|
|
|
#define _SECURITY_VM_FIXUP_H_
|
|
|
|
|
2021-08-19 16:07:12 +08:00
|
|
|
void passthrough_smbios(struct acrn_vm *vm, struct acrn_boot_info *abi);
|
2021-08-06 14:12:13 +08:00
|
|
|
void security_vm_fixup(uint16_t vm_id);
|
|
|
|
|
|
|
|
#endif /* _SECURITY_VM_FIXUP_H_ */
|