From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QepKh-0007jy-4f for qemu-devel@nongnu.org; Thu, 07 Jul 2011 10:13:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QepKf-0001bO-3R for qemu-devel@nongnu.org; Thu, 07 Jul 2011 10:13:34 -0400 Received: from ch1ehsobe002.messaging.microsoft.com ([216.32.181.182]:51011 helo=CH1EHSOBE014.bigfish.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QepKe-0001bB-D2 for qemu-devel@nongnu.org; Thu, 07 Jul 2011 10:13:32 -0400 From: Joerg Roedel Date: Thu, 7 Jul 2011 16:13:10 +0200 Message-ID: <1310047993-7649-1-git-send-email-joerg.roedel@amd.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/3][uq/master] Basic TSC-Scaling support v2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity , Marcelo Tosatti Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org Hi Avi, Marcelo, here is v2 of the patches to support setting the guests tsc-frequency from the qemu command line. This version addresses the comment from Avi on the first version. To reflect that units can be given to the frequency, the parameter was renamed from tsc_khz to tsc_freq. Thanks, Joerg Diffstat: cutils.c | 16 +++++++++++----- qemu-common.h | 2 ++ target-i386/cpu.h | 1 + target-i386/cpuid.c | 13 +++++++++++++ target-i386/kvm.c | 18 +++++++++++++++++- 5 files changed, 44 insertions(+), 6 deletions(-)