From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] kvm: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGE Date: Fri, 22 Jul 2011 14:52:06 -0300 Message-ID: <20110722175206.GA6924@amt.cnet> References: <1311287890-22124-1-git-send-email-mikew@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Cory Maccarrone , Andy Thornton , Miche Baker-Harvey , Avi Kivity , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Mike Waychison Return-path: Content-Disposition: inline In-Reply-To: <1311287890-22124-1-git-send-email-mikew@google.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Thu, Jul 21, 2011 at 03:38:10PM -0700, Mike Waychison wrote: > "get" support for the HV_X64_MSR_APIC_ASSIST_PAGE msr was missing, even > though it is explicitly enumerated as something the vmm should save in > msrs_to_save and reported to userland via the KVM_GET_MSR_INDEX_LIST > ioctl. > > Add "get" support for HV_X64_MSR_APIC_ASSIST_PAGE. We simply return the > guest visible value of this register, which seems to be correct as a set > on the register is validated for us already. > > Signed-off-by: Mike Waychison Applied, thanks.