From: Tan, Li
Date: Fri, 23 May 2008 06:54:09 +0000 (+0800)
Subject: KVM: Support mixed endian machines
X-Git-Tag: v2.6.27-rc1~968^2~30
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ef621d3be56e1188300476a8102ff54f7b6793f;p=pandora-kernel.git
KVM: Support mixed endian machines
Currently kvmtrace is not portable. This will prevent from copying a
trace file from big-endian target to little-endian workstation for analysis.
In the patch, kernel outputs metadata containing a magic number to trace
log, and changes 64-bit words to be u64 instead of a pair of u32s.
Signed-off-by: Tan Li
Acked-by: Jerone Young
Acked-by: Hollis Blanchard
Signed-off-by: Avi Kivity
---
Reading git-diff-tree failed