From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Sat, 10 May 2014 07:11:32 +0000 Subject: Re: [PATCH 02/13] KVM: PPC: Book3S: PR: Fix C/R bit setting Message-Id: <20140510071132.GA14823@iris.ozlabs.ibm.com> List-Id: References: <1398345160-4830-1-git-send-email-agraf@suse.de> <1398345160-4830-3-git-send-email-agraf@suse.de> In-Reply-To: <1398345160-4830-3-git-send-email-agraf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alexander Graf Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org, anton@samba.org On Thu, Apr 24, 2014 at 03:12:29PM +0200, Alexander Graf wrote: > Commit 9308ab8e2d made C/R HTAB updates go byte-wise into the target HTAB. > However, it didn't update the guest's copy of the HTAB, but instead the > host local copy of it. > > Write to the guest's HTAB instead. > > Signed-off-by: Alexander Graf > CC: Paul Mackerras Acked-by: Paul Mackerras From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: Re: [PATCH 02/13] KVM: PPC: Book3S: PR: Fix C/R bit setting Date: Sat, 10 May 2014 17:11:32 +1000 Message-ID: <20140510071132.GA14823@iris.ozlabs.ibm.com> References: <1398345160-4830-1-git-send-email-agraf@suse.de> <1398345160-4830-3-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org, anton@samba.org To: Alexander Graf Return-path: Content-Disposition: inline In-Reply-To: <1398345160-4830-3-git-send-email-agraf@suse.de> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Thu, Apr 24, 2014 at 03:12:29PM +0200, Alexander Graf wrote: > Commit 9308ab8e2d made C/R HTAB updates go byte-wise into the target HTAB. > However, it didn't update the guest's copy of the HTAB, but instead the > host local copy of it. > > Write to the guest's HTAB instead. > > Signed-off-by: Alexander Graf > CC: Paul Mackerras Acked-by: Paul Mackerras