[PATCH 00/12] Add support for nested SVM (kernel) v7

2008-11-25 Thread Alexander Graf
The current generation of virtualization extensions only supports one VM layer. While we can't change that, it is pretty easy to emulate the CPU's behavior and implement the virtualization opcodes ourselves. This patchset does exactly this for SVM. Using it, KVM can run within a VM. Since we're em

Re: [PATCH 00/12] Add support for nested SVM (kernel) v7

2008-11-27 Thread Joerg Roedel
On Tue, Nov 25, 2008 at 08:17:00PM +0100, Alexander Graf wrote: > The current generation of virtualization extensions only supports one VM > layer. > While we can't change that, it is pretty easy to emulate the CPU's behavior > and implement the virtualization opcodes ourselves. > > This patchset

Re: [PATCH 00/12] Add support for nested SVM (kernel) v7

2008-12-15 Thread Avi Kivity
Alexander Graf wrote: The current generation of virtualization extensions only supports one VM layer. While we can't change that, it is pretty easy to emulate the CPU's behavior and implement the virtualization opcodes ourselves. This patchset does exactly this for SVM. Using it, KVM can run wit