commit | 9d3e274ce806d6db0d6d41ee9fac0078f760db56 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Apr 18 22:36:00 2012 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed May 02 17:51:54 2012 +0300 |
tree | 8a4b864b99e6b222fc635bca750755cfff57386c | |
parent | 315f16edd5c47083d5b77d36ed2437e8b00a7e99 [diff] |
kvm_para: guest side for eoi avoidance The idea is simple: there's a bit, per APIC, in guest memory, that tells the guest that it does not need EOI. Guest tests it using a single est and clear operation - this is necessary so that host can detect interrupt nesting - and if set, it can skip the EOI MSR. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>