From: Avi Kivity Date: Sun, 1 Aug 2010 09:35:10 +0000 (+0300) Subject: KVM: x86 emulator: use correct type for memory address in operands X-Git-Tag: v2.6.37-rc1~142^2~270 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a6440aef6d63252e6c80aff651147b5f8c737e9;p=pandora-kernel.git KVM: x86 emulator: use correct type for memory address in operands Currently we use a void pointer for memory addresses. That's wrong since these are guest virtual addresses which are not directly dereferencable by the host. Use the correct type, unsigned long. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed