Re: [PATCH -v2] x86: Add a kvm config file

2013-05-22 Thread Pekka Enberg
On 5/22/13 5:46 PM, Borislav Petkov wrote: Add an config file snippet which enables additional options useful for running the kernel in a kvm guest. When you execute 'make kvmconfig' it merges those options with an already existing user config before you build the kernel. Based on an patch from

[PATCH -v2] x86: Add a kvm config file

2013-05-22 Thread Borislav Petkov
Add an config file snippet which enables additional options useful for running the kernel in a kvm guest. When you execute 'make kvmconfig' it merges those options with an already existing user config before you build the kernel. Based on an patch from the external lkvm tree. Signed-off-by: Boris