commit | df203ec9a77a7236cb90456664d714423b98a977 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Nov 23 18:08:57 2008 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:55:00 2008 +0200 |
tree | fc86d8072405aa5c196880fc0b328dacbd8d3a6e | |
parent | 8fe0736763a07fbea56213ea105a0c2ee098e6fc [diff] |
KVM: VMX: Conditionally request interrupt window after injecting irq If we're injecting an interrupt, and another one is pending, request an interrupt window notification so we don't have excess latency on the second interrupt. This shouldn't happen in practice since an EOI will be issued, giving a second chance to request an interrupt window, but... Signed-off-by: Avi Kivity <avi@redhat.com>