From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjB4i-0006Bv-Uz for qemu-devel@nongnu.org; Tue, 19 Jul 2011 10:15:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjB4e-00026j-Nw for qemu-devel@nongnu.org; Tue, 19 Jul 2011 10:15:04 -0400 Received: from 8bytes.org ([88.198.83.132]:56257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjB4e-00026D-A1 for qemu-devel@nongnu.org; Tue, 19 Jul 2011 10:15:00 -0400 Date: Tue, 19 Jul 2011 16:14:59 +0200 From: Joerg Roedel Message-ID: <20110719141458.GH24072@8bytes.org> References: <1310047993-7649-1-git-send-email-joerg.roedel@amd.com> <1310047993-7649-3-git-send-email-joerg.roedel@amd.com> <20110719114658.GA28500@amt.cnet> <4E257695.4010906@redhat.com> <20110719133003.GG24072@8bytes.org> <4E258C7B.6040005@redhat.com> <4E258CE9.4080203@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E258CE9.4080203@redhat.com> Subject: Re: [Qemu-devel] [PATCH 2/3] qemu-x86: Add tsc_freq option to -cpu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Joerg Roedel , Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org On Tue, Jul 19, 2011 at 04:55:53PM +0300, Avi Kivity wrote: > On 07/19/2011 04:54 PM, Avi Kivity wrote: >> On 07/19/2011 04:30 PM, Joerg Roedel wrote: >>> Hmm, I planned to do the VMSTATE thing in a follow-on patch-set. The >>> plan is to read the VCPU tsc_freq at guest start time on !tsc-scale >>> hosts and migrate it over so that the destination host can set the >>> tsc-freq if it supports tsc-scaling. >> >> This can be done by a management tool if desired. >> > > Although, if we do this unconditionally (that is, also for tsc-scale > hosts) then we get stable tsc even without supplying a tsc frequency > argument... need to think about this. It has the advantage that it "just works", without the need to extend management tools and the like. And it makes migration more transparent to the guests. Joerg