• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

New Linux Patches Enhance Intel Nested Virtualization Performance On Linux

erek

8=D
2FA
Joined
Dec 19, 2005
Messages
17,792
“As part of the fix is introducing a cache for L1 APIC pages for enhancing the performance of the unmanaged guest memory:


"This eliminates expensive memremap/memunmap cycles for each L2 VM entry/exit, providing substantial performance improvements when using unmanaged memory such as guest_memfd or memory passed with mem= kernel parameter.

The persistent caching approach maintains correctness through proper invalidation detection while avoiding the overhead of repeated mapping operations."

No specific benchmark numbers were provided publicly for quantifying the performance impact of this overhead for nested VM use-cases.

See this patch series for those interested in the work to enhance the nested VMX performance under KVM for Intel CPUs on Linux.”

Source; https://www.phoronix.com/news/Linux-KVM-Nested-Intel-VMX-Perf
 
What is nested virtualization?

Running a VM inside of a VM?

What on earth is the real world use case for that?
 
yeah i believe so

it seems very inefficient
Well, with proper driver and hardware support, it shouldn't be too inefficient. Obviously, you probably wouldn't want to do it for most production workloads. But, it might be useful for sandboxing small appliances that are only needed by one virtual machine.
 
Back
Top