mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-03 07:33:48 +00:00
hypervisor: mshv: fix a comment
It should have said MSHV in the comment. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
028961ac9f
commit
0c4b28488c
@ -134,7 +134,7 @@ impl hypervisor::Hypervisor for MshvHypervisor {
|
||||
}
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
///
|
||||
/// Retrieve the list of MSRs supported by KVM.
|
||||
/// Retrieve the list of MSRs supported by MSHV.
|
||||
///
|
||||
fn get_msr_list(&self) -> hypervisor::Result<MsrList> {
|
||||
self.mshv
|
||||
|
Loading…
x
Reference in New Issue
Block a user