KVM: SVM: Move guest register save out of interrupts disabled section
authorAvi Kivity <avi@redhat.com>
Thu, 21 Oct 2010 10:20:31 +0000 (12:20 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 12 Jan 2011 09:23:29 +0000 (11:23 +0200)
Saving guest registers is just a memory copy, and does not need to be in the
critical section.  Move outside the critical section to improve latency a
bit.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found