From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 6/6] KVM: X86: Implement userspace interface to set virtual_tsc_khz Date: Thu, 24 Mar 2011 11:47:37 +0100 Message-ID: <20110324104737.GH18867@8bytes.org> References: <1300952424-32014-1-git-send-email-joerg.roedel@amd.com> <1300952424-32014-7-git-send-email-joerg.roedel@amd.com> <4D8B198C.9020502@redhat.com> <20110324104106.GG18867@8bytes.org> <4D8B20AB.6060101@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Joerg Roedel , Marcelo Tosatti , Zachary Amsden , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from 8bytes.org ([88.198.83.132]:49559 "EHLO 8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751465Ab1CXKri (ORCPT ); Thu, 24 Mar 2011 06:47:38 -0400 Content-Disposition: inline In-Reply-To: <4D8B20AB.6060101@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Mar 24, 2011 at 12:44:59PM +0200, Avi Kivity wrote: > On 03/24/2011 12:41 PM, Joerg Roedel wrote: >> Okay, I'll change that. But I would prefer to keep this as a vm ioctl. A >> vcpu ioctl might be more flexible but I doubt anybody has a use-case for >> different tsc_khz values in one VM. > > My motivation is simplification. Okay, so I'll change that too. Thanks for your feedback. Joerg