From: Hollis Blanchard Date: Thu, 17 Apr 2008 04:28:07 +0000 (-0500) Subject: KVM: ppc: Add DCR access information to struct kvm_run X-Git-Tag: v2.6.26-rc1~1028^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2312f059c893833de58876c74290511846cd208;p=pandora-kernel.git KVM: ppc: Add DCR access information to struct kvm_run Device Control Registers are essentially another address space found on PowerPC 4xx processors, analogous to PIO on x86. DCRs are always 32 bits, and can be identified by a 32-bit number. We forward most DCR accesses to userspace for emulation (with the exception of CPR0 registers, which can be read directly for simplicity in timebase frequency determination). Signed-off-by: Hollis Blanchard Signed-off-by: Avi Kivity --- Reading git-diff-tree failed