qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Initial TSC-Scaling support for uq/master


From: Joerg Roedel
Subject: [Qemu-devel] [PATCH 0/2] Initial TSC-Scaling support for uq/master
Date: Fri, 17 Jun 2011 16:00:12 +0200

Hi,

these two patches implement initial tsc-scaling support for qemu. The
TSC frequency for the guest can be configured with -cpu ,tsc_khz=x. If
supported by the kernel module qemu will pass the frequency to KVM. The
patches apply against current uq/master branch.

Regards,

        Joerg

Diffstat:

 target-i386/cpu.h   |    1 +
 target-i386/cpuid.c |   10 ++++++++++
 target-i386/kvm.c   |   11 +++++++++++
 3 files changed, 22 insertions(+), 0 deletions(-)

Shortlog:

Joerg Roedel (2):
      qemu-x86: Add tsc_khz option to -cpu
      qemu-x86: Set tsc_khz in kvm when supported





reply via email to

[Prev in Thread] Current Thread [Next in Thread]