KVM: x86 emulator: simplify OpMem64 decode
authorAvi Kivity <avi@redhat.com>
Tue, 13 Sep 2011 07:45:48 +0000 (10:45 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Sep 2011 16:52:55 +0000 (19:52 +0300)
commit41ddf9784cb91c9e4d3a218eef3551bebe9c7362
tree4920cc20989cbd852d9c62f5dc3aa94a44559d2f
parent0fe591288470aebba4104b17513c9ad5050f9d0d
KVM: x86 emulator: simplify OpMem64 decode

Use the same technique as the other OpMem variants, and goto mem_common.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/emulate.c