Re: [Xen-devel] [PATCH v16 08/23] x86/VPMU: Handle APIC_LVTPC accesses

2014-12-18 Thread Jan Beulich
>>> On 17.12.14 at 16:38, wrote: > Don't have the hypervisor update APIC_LVTPC when _it_ thinks the vector > should > be updated. Instead, handle guest's APIC_LVTPC accesses and write what the > guest > explicitly wanted. > > Signed-off-by: Boris Ostrovsky > Acked-by: Kevin Tian > Reviewed-by

[Xen-devel] [PATCH v16 08/23] x86/VPMU: Handle APIC_LVTPC accesses

2014-12-17 Thread Boris Ostrovsky
Don't have the hypervisor update APIC_LVTPC when _it_ thinks the vector should be updated. Instead, handle guest's APIC_LVTPC accesses and write what the guest explicitly wanted. Signed-off-by: Boris Ostrovsky Acked-by: Kevin Tian Reviewed-by: Dietmar Hahn Tested-by: Dietmar Hahn --- xen/arch