From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH 0/7] KVM: PPC: Book3S HV: Enable on little endian hosts Date: Fri, 04 Jul 2014 09:41:59 +0200 Message-ID: <53B65AC7.5010201@suse.de> References: <1403021847-57177-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: kvm-ppc@vger.kernel.org Return-path: In-Reply-To: <1403021847-57177-1-git-send-email-agraf@suse.de> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 17.06.14 18:17, Alexander Graf wrote: > So far we've been able to successfully run HV KVM on big endian hosts, but > once you dive into little endian land things start to fall apart. > > This patch set enables HV KVM for little endian hosts. This should be the > final piece left missing to get little endian systems fully en par with big > endian ones in the KVM world - modulo bugs. > > For now guest threading support is still slightly flaky, but I'm sure that's > only a minor breakage somewhere that we'll find soon. > > v1 -> v2: > > - fix typo in STWX_BE > - Add __be hints > - Fix H_REMOVE > - Fix dtl_idx > - Make XICS code easier to follow and use memory for bswap Applied to kvm-ppc-queue. Alex