mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-07-25 22:47:34 +00:00
hv: riscv: Add dummy vsbi base implementation
Tracked-On: #8841 Signed-off-by: Yifan Liu <yifan1.liu@intel.com> Acked-by: Wang Yu1 <yu1.wang@intel.com>
This commit is contained in:
@@ -29,5 +29,6 @@ struct acrn_vsbi_extension {
|
||||
|
||||
int32_t vsbi_exit_handler(struct acrn_vcpu *vcpu);
|
||||
void init_vsbi(struct acrn_vm *vm);
|
||||
const struct acrn_vsbi_extension *vcpu_find_extension(struct acrn_vcpu *vcpu, uint64_t eid);
|
||||
|
||||
#endif /* RISCV_VSBI_H */
|
||||
|
||||
Reference in New Issue
Block a user