Re: [PATCH 1/2] kvm tools: set the HYPERVISOR flag in cpuid

2012-06-20 Thread Pekka Enberg
On Fri, 15 Jun 2012, Cyrill Gorcunov wrote: On Fri, Jun 15, 2012 at 01:34:16PM +0200, Sasha Levin wrote: We need to set the HYPERVISOR flag to let the kernel know we're running under a hypervisor. This makes the kernel enable all sorts of para-virtualization options such as kvm-clock.

Re: [PATCH 1/2] kvm tools: set the HYPERVISOR flag in cpuid

2012-06-20 Thread Cyrill Gorcunov
On Wed, Jun 20, 2012 at 10:23:06AM +0300, Pekka Enberg wrote: On Fri, 15 Jun 2012, Cyrill Gorcunov wrote: On Fri, Jun 15, 2012 at 01:34:16PM +0200, Sasha Levin wrote: We need to set the HYPERVISOR flag to let the kernel know we're running under a hypervisor. This makes the kernel

Re: [PATCH 1/2] kvm tools: set the HYPERVISOR flag in cpuid

2012-06-20 Thread Pekka Enberg
On Wed, Jun 20, 2012 at 10:37 AM, Cyrill Gorcunov gorcu...@openvz.org wrote: From: Sasha Levin levinsasha...@gmail.com Subject: [PATCH] kvm tools: set the HYPERVISOR flag in cpuid We need to set the HYPERVISOR flag to let the kernel know we're running under a hypervisor. This makes the

[PATCH 1/2] kvm tools: set the HYPERVISOR flag in cpuid

2012-06-15 Thread Sasha Levin
We need to set the HYPERVISOR flag to let the kernel know we're running under a hypervisor. This makes the kernel enable all sorts of para-virtualization options such as kvm-clock. Signed-off-by: Sasha Levin levinsasha...@gmail.com --- tools/kvm/x86/cpuid.c |4 1 files changed, 4

Re: [PATCH 1/2] kvm tools: set the HYPERVISOR flag in cpuid

2012-06-15 Thread Cyrill Gorcunov
On Fri, Jun 15, 2012 at 01:34:16PM +0200, Sasha Levin wrote: We need to set the HYPERVISOR flag to let the kernel know we're running under a hypervisor. This makes the kernel enable all sorts of para-virtualization options such as kvm-clock. Signed-off-by: Sasha Levin