KVM: Remove pointer to rflags from realmode_set_cr parameters.
authorGleb Natapov <gleb@redhat.com>
Mon, 15 Mar 2010 14:38:31 +0000 (16:38 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:15:50 +0000 (12:15 +0300)
commit49c6799a2ce3a6a4dd66021dabeb468901c7a700
tree3830df00dd47736fa1eaa2ce13c3f868b80018f1
parentaf5b4f7ff7ec76400b89db9538accd9aeb996da4
KVM: Remove pointer to rflags from realmode_set_cr parameters.

Mov reg, cr instruction doesn't change flags in any meaningful way, so
no need to update rflags after instruction execution.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/emulate.c
arch/x86/kvm/x86.c