RE: [PATCH v2] KVM: APIC: avoid instruction emulation for EOI writes

2011-08-30 Thread Tian, Kevin
> From: Avi Kivity [mailto:a...@redhat.com] > Sent: Tuesday, August 30, 2011 6:57 PM > > On 08/30/2011 04:15 AM, Tian, Kevin wrote: > > v2 changes: > > define exit qualification fields for APIC-Access in vmx.h > > use apic_reg_write instead of apic_set_eoi, to avoid breaking tracing > >

Re: [PATCH v2] KVM: APIC: avoid instruction emulation for EOI writes

2011-08-30 Thread Avi Kivity
On 08/30/2011 04:15 AM, Tian, Kevin wrote: v2 changes: define exit qualification fields for APIC-Access in vmx.h use apic_reg_write instead of apic_set_eoi, to avoid breaking tracing add fasteoi option to allow disabling this acceleration commit 2a66a12cb6928c962d24

[PATCH v2] KVM: APIC: avoid instruction emulation for EOI writes

2011-08-29 Thread Tian, Kevin
v2 changes: define exit qualification fields for APIC-Access in vmx.h use apic_reg_write instead of apic_set_eoi, to avoid breaking tracing add fasteoi option to allow disabling this acceleration commit 2a66a12cb6928c962d24907e6d39b6eb9ac94b4b Author: Kevin Tian Date