diff options
author | Avi Kivity <avi@redhat.com> | 2010-08-01 09:35:10 (GMT) |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-10-24 08:50:33 (GMT) |
commit | 1a6440aef6d63252e6c80aff651147b5f8c737e9 (patch) | |
tree | ed2b2534e664f7f98a433f7eaaf657fadcfd8582 /net/ipv4/tunnel4.c | |
parent | 09ee57cdae3156aa3b74f378a0c57ef657c90f38 (diff) | |
download | linux-fsl-qoriq-1a6440aef6d63252e6c80aff651147b5f8c737e9.tar.xz |
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 <avi@redhat.com>
Diffstat (limited to 'net/ipv4/tunnel4.c')
0 files changed, 0 insertions, 0 deletions