KVM: x86: Push potential exception error code on task switches
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 14 Apr 2010 13:51:09 +0000 (15:51 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:17:46 +0000 (12:17 +0300)
When a fault triggers a task switch, the error code, if existent, has to
be pushed on the new task's stack. Implement the missing bits.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found