Open zhuotianshu opened 9 months ago
Now I get that virtual interrupt is for hypervisor to filer the interrupt directed to vs mode, but I still don't have an idea about the concrete scenario in which this feature may be useful.
Now I get that virtual interrupt is for hypervisor to filer the interrupt directed to vs mode, but I still don't have an idea about the concrete scenario in which this feature may be useful.
@zhuotianshu You should read more about virtualization, to get the detail about para-virtualization and full-virtualization
Thank you for replying @lixiaogangkkk . I finally understood this, but now I'm confused about what should be the priority of virtual interrupts, such as a SEI directed to S mode generated by setting mvip.SEI
.
I'm confused about the purpose of virtual interrupts. What Can it do that mideleg can't?