commit | b8ff9b91fc10d290097eb01a2d3d47de01141d60 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Apr 18 12:50:03 2012 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed May 02 17:51:53 2012 +0300 |
tree | 7984c61cf25298f615d3ec126b35308fe6e66096 | |
parent | 41d8836edad8e897c537504213e391c96c8c9e24 [diff] |
x86: add apic->eoi_write callback Add eoi_write callback so that kvm can override eoi accesses without touching the rest of the apic. As a side-effect, this will enable a micro-optimization for apics using msr. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>