From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr5E4-0006zE-0q for qemu-devel@nongnu.org; Thu, 12 Dec 2013 07:18:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vr5Dy-0006cY-0m for qemu-devel@nongnu.org; Thu, 12 Dec 2013 07:18:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr5Dx-0006cT-Nm for qemu-devel@nongnu.org; Thu, 12 Dec 2013 07:18:37 -0500 Message-ID: <52A9A990.90605@redhat.com> Date: Thu, 12 Dec 2013 13:18:24 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <529D90A6.2080801@lab.ntt.co.jp> <52A0186A.2050207@lab.ntt.co.jp> <1386224104.3091.3.camel@nexus> <52A04732.4040105@redhat.com> <52A07C5A.9090105@lab.ntt.co.jp> <52A08541.6090702@redhat.com> <52A09EF4.5080800@lab.ntt.co.jp> <20131205161707.GB17277@amt.cnet> <52A0AC09.4090202@redhat.com> <52A189B2.4060305@lab.ntt.co.jp> <20131206142252.GA7081@amt.cnet> <52A58449.6020707@lab.ntt.co.jp> <52A924E6.8080309@lab.ntt.co.jp> In-Reply-To: <52A924E6.8080309@lab.ntt.co.jp> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] target-i386: clear guest TSC on reset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Fernando_Luis_V=E1zquez_Cao?= Cc: Gleb Natapov , Will Auld , Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org Il 12/12/2013 03:52, Fernando Luis V=E1zquez Cao ha scritto: > On 12/09/2013 05:50 PM, Fernando Luis V=E1zquez Cao wrote: >> On 12/06/2013 11:22 PM, Marcelo Tosatti wrote: >>> On Fri, Dec 06, 2013 at 05:24:18PM +0900, Fernando Luis V=E1zquez Cao >>> wrote: >>>> I also wanted to make sure that the initialization that we do >>>> in kvm_arch_vcpu_postcreate on power up and the subsequent >>>> TSC writeback work well together, but I didn't have time to >>>> test it (reading the code, I would say that the TSC generation >>>> counter may end up being increased a few times but the TSCs >>>> would eventually converge). >>> A basic test should be fine, because the matching code is in use >>> today. >> >> I applied my two patches to QEMU and I did some testing >> with SMP guests (4 VCPUs). >=20 > By the way, do you want me to merge the two patches I sent into > one and resend? No, I now "swapped" them (reversed the order) and applied them to uq/mast= er. Paolo