commit | 8ab2d2e231062814bd89bba2d6d92563190aa2bb | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Mon Dec 15 13:52:10 2008 +0100 |
committer | Avi Kivity <avi@redhat.com> | Tue Mar 24 11:02:48 2009 +0200 |
tree | 7091abac4d05e6fc74bd8462cbd0fdaf06ec37e0 | |
parent | d80174745ba3938bc6abb8f95ed670ac0631a182 [diff] |
KVM: VMX: Support for injecting software exceptions VMX differentiates between processor and software generated exceptions when injecting them into the guest. Extend vmx_queue_exception accordingly (and refactor related constants) so that we can use this service reliably for the new guest debugging framework. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Avi Kivity <avi@redhat.com>