From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zachary Amsden Subject: Re: [KVM timekeeping 08/35] Warn about unstable TSC Date: Mon, 23 Aug 2010 14:56:32 -1000 Message-ID: <4C7318C0.3030706@redhat.com> References: <1282291669-25709-1-git-send-email-zamsden@redhat.com> <1282291669-25709-9-git-send-email-zamsden@redhat.com> <20100820172824.GD2937@mothafucka.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Avi Kivity , Marcelo Tosatti , Thomas Gleixner , John Stultz , linux-kernel@vger.kernel.org To: Glauber Costa Return-path: In-Reply-To: <20100820172824.GD2937@mothafucka.localdomain> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 08/20/2010 07:28 AM, Glauber Costa wrote: > On Thu, Aug 19, 2010 at 10:07:22PM -1000, Zachary Amsden wrote: > >> If creating an SMP guest with unstable host TSC, issue a warning >> >> Signed-off-by: Zachary Amsden >> > Ok, I am not sure I agree 100 % this is needed. > I believe we should try to communicate this kind of thing to the guest, > not the host, and through cpuid. > > Passing through tsc flags to the guest should maybe be enough? > I found a better way to deal with this later in the series... the theory being if the full series doesn't get backported to supported releases, at least we'll get a warning.