KVM: Allow passing 64-bit values to the emulated read/write API
authorAvi Kivity <avi@qumranet.com>
Sun, 22 Apr 2007 12:28:19 +0000 (15:28 +0300)
committerAvi Kivity <avi@qumranet.com>
Thu, 3 May 2007 07:52:31 +0000 (10:52 +0300)
commit4c690a1e8667a84b61a6114a4ad293681f32cb11
treeed5ffaedc83068a7cf791530a2f54483107f3d21
parent1165f5fec18c077bdba88e7125fd41f8e3617cb4
KVM: Allow passing 64-bit values to the emulated read/write API

This simplifies the API somewhat (by eliminating the special-case
cmpxchg8b on i386).

Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm_main.c
drivers/kvm/x86_emulate.c
drivers/kvm/x86_emulate.h