HW-assisted virtualization from Ring 3

Programming, for all ages and all languages.
Post Reply
randoll
Posts: 7
Joined: Thu Feb 13, 2014 5:58 am

HW-assisted virtualization from Ring 3

Post by randoll »

Does HW-virtualization support virtual machines spawning from ring 3 programs without ring 0 support code? I looked into manuals and it looks like all AMD-V and Intel VT-x instructions are ring 0 only.
User avatar
sortie
Member
Member
Posts: 931
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

Re: HW-assisted virtualization from Ring 3

Post by sortie »

You need kernel support and help to do recursive hardware-accelerated visualization. On Linux, this is implemented through technologies such as KVM.
Post Reply