From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [PATCH v3 0/9] kvmtool: handle guests of a different endianness Date: Sat, 03 May 2014 10:07:59 +0300 Message-ID: <536495CF.6070203@iki.fi> References: <1398363443-3764-1-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Will Deacon , Pekka Enberg To: Marc Zyngier , kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org Return-path: Received: from out5-smtp.messagingengine.com ([66.111.4.29]:36744 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750796AbaECHID (ORCPT ); Sat, 3 May 2014 03:08:03 -0400 Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 58635214FC for ; Sat, 3 May 2014 03:08:01 -0400 (EDT) In-Reply-To: <1398363443-3764-1-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 4/24/14 9:17 PM, Marc Zyngier wrote: > This patch series adds some infrastructure to kvmtool to allow a BE > guest to use virtio-mmio on a LE host, provided that the architecture > actually supports such madness. > > Not all the backend have been converted, only those I actually cared > about. Converting them is pretty easy though, and will be done if the > method is deemed acceptable. > > This has been tested on both arm and arm64 (I use this on a daily > basis to test BE code). The corresponding kernel changes have all been > merged. Will, comments? I'm OK with this. - Pekka