From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Aneesh Kumar K.V" Subject: Re: [PATCH 0/6] KVM: PPC: Book3S HV: Enable on little endian hosts Date: Mon, 16 Jun 2014 09:52:36 +0530 Message-ID: <87y4wx5vqr.fsf@linux.vnet.ibm.com> References: <1402482831-8941-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain Cc: kvm@vger.kernel.org, anton@samba.org To: Alexander Graf , kvm-ppc@vger.kernel.org Return-path: In-Reply-To: <1402482831-8941-1-git-send-email-agraf@suse.de> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Alexander Graf writes: > 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. Can we also use types like __be64 where we need them ? That will also make sure that tools like sparse can catch errors ? -aneesh