qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Initial TSC-Scaling support for uq/master
@ 2011-06-17 14:00 Joerg Roedel
  2011-06-17 14:00 ` [Qemu-devel] [PATCH 1/2] qemu-x86: Add tsc_khz option to -cpu Joerg Roedel
  2011-06-17 14:00 ` [Qemu-devel] [PATCH 2/2] qemu-x86: Set tsc_khz in kvm when supported Joerg Roedel
  0 siblings, 2 replies; 4+ messages in thread
From: Joerg Roedel @ 2011-06-17 14:00 UTC (permalink / raw)
  To: Avi Kivity, Marcelo Tosatti; +Cc: Anthony Liguori, qemu-devel, kvm

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-06-19 11:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-17 14:00 [Qemu-devel] [PATCH 0/2] Initial TSC-Scaling support for uq/master Joerg Roedel
2011-06-17 14:00 ` [Qemu-devel] [PATCH 1/2] qemu-x86: Add tsc_khz option to -cpu Joerg Roedel
2011-06-19 11:32   ` Avi Kivity
2011-06-17 14:00 ` [Qemu-devel] [PATCH 2/2] qemu-x86: Set tsc_khz in kvm when supported Joerg Roedel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).