From: Alexander Graf Date: Fri, 19 Feb 2010 10:00:29 +0000 (+0100) Subject: KVM: PPC: Enable MMIO to do 64 bits, fprs and qprs X-Git-Tag: v2.6.35-rc1~436^2~252 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b104d06632d08957f384ff7403f609fb5dfb9cbd;p=pandora-kernel.git KVM: PPC: Enable MMIO to do 64 bits, fprs and qprs Right now MMIO access can only happen for GPRs and is at most 32 bit wide. That's actually enough for almost all types of hardware out there. Unfortunately, the guest I was using used FPU writes to MMIO regions, so it ended up writing 64 bit MMIOs using FPRs and QPRs. So let's add code to handle those odd cases too. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed