KVM: Generalize exception injection mechanism
authorAvi Kivity <avi@qumranet.com>
Sun, 25 Nov 2007 11:41:11 +0000 (13:41 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:18 +0000 (17:53 +0200)
Instead of each subarch doing its own thing, add an API for queuing an
injection, and manage failed exception injection centerally (i.e., if
an inject failed due to a shadow page fault, we need to requeue it).

Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found