Re: [Qemu-devel] [PATCH 5/6] qemu-x86: Set tsc_khz in kvm when supported

2011-08-05 Thread Jan Kiszka
On 2011-08-05 22:55, Marcelo Tosatti wrote: > From: Joerg Roedel > > Make use of the KVM_TSC_CONTROL feature if available. > > Signed-off-by: Joerg Roedel > Signed-off-by: Marcelo Tosatti > --- > target-i386/kvm.c | 18 +- > 1 files changed, 17 insertions(+), 1 deletions(-)

[Qemu-devel] [PATCH 5/6] qemu-x86: Set tsc_khz in kvm when supported

2011-08-05 Thread Marcelo Tosatti
From: Joerg Roedel Make use of the KVM_TSC_CONTROL feature if available. Signed-off-by: Joerg Roedel Signed-off-by: Marcelo Tosatti --- target-i386/kvm.c | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/target-i386/kvm.c b/target-i386/kvm.c index 10fb