From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/3] virtio-mmio: handle BE guests on LE hosts Date: Mon, 14 Oct 2013 15:29:26 +0200 Message-ID: <525BF1B6.5050206@redhat.com> References: <1381502171-8187-1-git-send-email-marc.zyngier@arm.com> <525BEBB4.4050603@redhat.com> <525BF089.9050408@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: "kvm@vger.kernel.org mailing list" , Pawel Moll , "Michael S. Tsirkin" , Alexander Graf , "kvmarm@lists.cs.columbia.edu" , linux-arm-kernel To: Marc Zyngier Return-path: In-Reply-To: <525BF089.9050408@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: kvm.vger.kernel.org Il 14/10/2013 15:24, Marc Zyngier ha scritto: > See my initial patch for that: > https://lists.cs.columbia.edu/pipermail/kvmarm/2013-October/007359.html > > That doesn't really change the non-trapping virtio accesses, though. > Where is this virtio_is_big_endian() thing? In QEMU. Paolo