commit | 5cfb1d5a65dd96d2d3a0751a1e4e81dc84c1f08f | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Sun Jun 24 19:24:54 2012 +0300 |
committer | Avi Kivity <avi@redhat.com> | Mon Jun 25 12:40:40 2012 +0300 |
tree | ab6a7b70254a1813a64e97eaf58bc91e7a8a0a46 | |
parent | c1af87dc96cd0f8f17694d0cd9be01b80b2c7a6a [diff] |
KVM: only sync when attention bits set Commit eb0dc6d0368072236dcd086d7fdc17fd3c4574d4 introduced apic attention bitmask but kvm still syncs lapic unconditionally. As that commit suggested and in anticipation of adding more attention bits, only sync lapic if(apic_attention). Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>