From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] fix msr list Date: Mon, 12 Oct 2009 14:50:27 -0300 Message-ID: <20091012175026.GA4768@amt.cnet> References: <1254849890-3916-1-git-send-email-glommer@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, avi@redhat.com To: Glauber Costa Return-path: Content-Disposition: inline In-Reply-To: <1254849890-3916-1-git-send-email-glommer@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Tue, Oct 06, 2009 at 01:24:50PM -0400, Glauber Costa wrote: > For a while now, we are issuing a rdmsr instruction to find out which msrs in our > save list are really supported by the underlying machine. However, it fails to account > for kvm-specific msrs, such as the pvclock ones. > > This patch moves then to the beginning of the list, and skip testing them. > > Signed-off-by: Glauber Costa Applied, thanks. But this alone won't fix migration to include the two pvclock MSRs right?