From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwUao-00046O-JU for qemu-devel@nongnu.org; Tue, 18 Oct 2016 09:38:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwUaj-00072o-Oo for qemu-devel@nongnu.org; Tue, 18 Oct 2016 09:38:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40592) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwUaj-00072c-Jp for qemu-devel@nongnu.org; Tue, 18 Oct 2016 09:38:05 -0400 Date: Tue, 18 Oct 2016 15:38:01 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Message-ID: <20161018133800.GA3492@potion> References: <20161014212031.GQ3275@thinpad.lan.raisama.net> <20161017094708.GB31691@amt.cnet> <20161017145008.GA2307@potion> <72b8c6b3-f08a-735a-e283-99d0195dcf7d@redhat.com> <20161018133619.GB2205@potion> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20161018133619.GB2205@potion> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] invtsc + migration + TSC scaling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Marcelo Tosatti , Eduardo Habkost , qemu-devel@nongnu.org, kvm@vger.kernel.org 2016-10-18 15:36+0200, Radim Kr=C4=8Dm=C3=A1=C5=99: > 2016-10-17 18:24+0200, Paolo Bonzini: >> We should also blacklist the TSC deadline timer when invtsc is not >> available. >=20 > True. >=20 > I was thinking that with Wanpeng's VMX preemption patches, we might not > need the TSC nor paravirtual deadline timer, the because performance of > LAPIC one-shot could be very similar. No, I sent before thinking -- deadline timer also has better precision, so it is still useful.