Re: [Xen-devel] [PATCH 0/2] Two VPMU/watchdog-related patches

2015-01-29 Thread Jan Beulich
>>> On 28.01.15 at 20:56, wrote: > I will need to update a couple of later patches in the VPMU series to keep > this > logic. Jan, Andrew --- do you want me to resend the whole series again or only > unapplied patches (and keep original numbering)? Only the un-applied ones, and properly re-numbe

[Xen-devel] [PATCH 0/2] Two VPMU/watchdog-related patches

2015-01-28 Thread Boris Ostrovsky
The first patch is to disable VPMU when watchdog is on since both are using APIC_LVTPC register and VPMU, when running, will overwrite watchdog's settings. The second patch is update to the earlier (reverted) commit 8097616. We prevent guests's updates to APIC_LVTPC when VPMU is disabled. Without