Avi Kivity 1a6440aef6 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>
2010-10-24 10:50:33 +02:00
..
2010-08-14 22:26:53 +02:00
2010-05-10 13:37:16 -07:00
2010-07-30 09:47:33 -07:00
2010-04-08 11:34:34 +02:00
2009-04-16 18:09:02 +02:00