From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ageMz-0004Fl-3k for qemu-devel@nongnu.org; Thu, 17 Mar 2016 16:18:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ageMu-0006zh-4J for qemu-devel@nongnu.org; Thu, 17 Mar 2016 16:18:09 -0400 Received: from mail-qg0-x244.google.com ([2607:f8b0:400d:c04::244]:35994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ageMt-0006zd-W8 for qemu-devel@nongnu.org; Thu, 17 Mar 2016 16:18:04 -0400 Received: by mail-qg0-x244.google.com with SMTP id 14so5811717qgg.3 for ; Thu, 17 Mar 2016 13:18:03 -0700 (PDT) Sender: Richard Henderson References: <145625172744.12025.2350972792125742783.stgit@localhost> <145625173880.12025.6630606700468410319.stgit@localhost> <8737rorjsj.fsf@fimbulvetr.bsc.es> From: Richard Henderson Message-ID: <56EB10F8.50100@twiddle.net> Date: Thu, 17 Mar 2016 13:18:00 -0700 MIME-Version: 1.0 In-Reply-To: <8737rorjsj.fsf@fimbulvetr.bsc.es> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 2/5] trace: [all] Add "guest_vmem" event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Paolo Bonzini , Peter Crosthwaite , QEMU Developers , Stefan Hajnoczi On 03/17/2016 12:22 PM, LluĂ­s Vilanova wrote: > Mmmmm, the endianness seems more of a vCPU property than one of the memory > access. On the contrary. Plenty of cpus have endian-swapping load/store insns: x86 (haswell's movbe), powerpc, sparcv9, s390. Maybe others I've forgotten. r~