From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alcZ9-0004lz-Df for qemu-devel@nongnu.org; Thu, 31 Mar 2016 09:23:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alcZ6-0004AE-98 for qemu-devel@nongnu.org; Thu, 31 Mar 2016 09:23:15 -0400 References: <1459371583-4824-1-git-send-email-pbonzini@redhat.com> <56FD1E68.5020604@redhat.com> <56FD2233.1050708@kamp.de> From: Paolo Bonzini Message-ID: <56FD24B9.5070601@redhat.com> Date: Thu, 31 Mar 2016 15:23:05 +0200 MIME-Version: 1.0 In-Reply-To: <56FD2233.1050708@kamp.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-stable] [PATCH] target-i386: do not read/write MSR_TSC_AUX from KVM if CPUID bit is not set List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven , Laszlo Ersek , qemu-devel@nongnu.org Cc: Michael Roth , ehabkost@redhat.com, qemu-stable@nongnu.org On 31/03/2016 15:12, Peter Lieven wrote: >> >>> KVM does not let you read or write this MSR if the corresponding CPUID >>> bit is not set. This in turn causes MSRs that come after MSR_TSC_AUX >>> to be ignored by KVM_SET_MRSS. > > Is it possible that this causes a freeze when migrating vom qemu 2.2.0 > to 2.5.1? I wouldn't exclude it if the CPU model is Westmere or earlier. Paolo