KVM: x86 emulator: fix cmov for writeback changes
authorAvi Kivity <avi@qumranet.com>
Fri, 20 Jul 2007 09:30:58 +0000 (12:30 +0300)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:19 +0000 (10:18 +0200)
commite3243452f4f35ed5f79d575100521bf257504b81
treef694786005d9835c80070d11881872cc8e708b19
parent7075bc816cfad142da92207ed5a6f3da55b143ef
KVM: x86 emulator: fix cmov for writeback changes

The writeback fixes (02c03a326a5df825cc01de426f72e160db2b9538) broke
cmov emulation.  Fix.

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