commit | 298101da2f507c13eaf179ee4507a7c0fe3e7b06 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Sun Nov 25 13:41:11 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:53:18 2008 +0200 |
tree | 2c0808964e5bc04812f0379b945fb187aaf901eb | |
parent | 4bf8ed8dd2781a5e7603a83f8ee1d4f5aa04ebc4 [diff] |
KVM: Generalize exception injection mechanism 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>