From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH 0/6] KVM: PPC: Book3S HV: Enable on little endian hosts Date: Mon, 16 Jun 2014 14:17:12 +0200 Message-ID: <539EE048.7090402@suse.de> References: <1402482831-8941-1-git-send-email-agraf@suse.de> <87y4wx5vqr.fsf@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, anton@samba.org To: "Aneesh Kumar K.V" , kvm-ppc@vger.kernel.org Return-path: Received: from cantor2.suse.de ([195.135.220.15]:57357 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751172AbaFPMRP (ORCPT ); Mon, 16 Jun 2014 08:17:15 -0400 In-Reply-To: <87y4wx5vqr.fsf@linux.vnet.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 16.06.14 06:22, Aneesh Kumar K.V wrote: > 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 ? Great idea :). Will do. Alex