commit | 8843419048e500f8f38df555bca1bf7948804b7f | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Mon Mar 30 16:03:18 2009 +0300 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 10 11:48:37 2009 +0300 |
tree | 3f02aab4718f8aca3e72692854cba05e755862ba | |
parent | 37b96e988053c4dd21811b0408a12f8f60b4d0c8 [diff] |
KVM: VMX: Do not zero idt_vectoring_info in vmx_complete_interrupts(). We will need it later in task_switch(). Code in handle_exception() is dead. is_external_interrupt(vect_info) will always be false since idt_vectoring_info is zeroed in vmx_complete_interrupts(). Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>