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)
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>

No differences found