commit | c48f14966cc41957d88c66dfe49a439e708ab7b8 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Sun Aug 05 15:58:33 2012 +0300 |
committer | Avi Kivity <avi@redhat.com> | Mon Aug 06 19:00:45 2012 +0300 |
tree | 7b8b728a9401fea096710baf122a608301a68e10 | |
parent | 54e9818f3903902a4ea3046035739b8770880092 [diff] |
KVM: inline kvm_apic_present() and kvm_lapic_enabled() Those functions are used during interrupt injection. When inlined they become nops on the fast path. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>