All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] VPMU fixes
@ 2017-02-13  2:29 Boris Ostrovsky
  2017-02-13  2:29 ` [PATCH 1/3] x86/vpmu: Calculate vpmu_enabled() based on vpmu_mode value Boris Ostrovsky
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Boris Ostrovsky @ 2017-02-13  2:29 UTC (permalink / raw)
  To: xen-devel; +Cc: andrew.cooper3, Boris Ostrovsky, jbeulich

The first two patches fix bugs and the last one moves inclusion of vpmu.h
from vmcs.h to domain.h

Boris Ostrovsky (3):
  x86/vpmu: Calculate vpmu_enabled() based on vpmu_mode value
  x86/vpmu: Decrement vpmu_count early in vpmu_destroy()
  x86: Adjust which files need vpmu.h

 xen/arch/x86/cpu/vpmu.c            | 16 +++++++++++-----
 xen/include/asm-x86/domain.h       |  1 +
 xen/include/asm-x86/hvm/vmx/vmcs.h |  1 -
 xen/include/asm-x86/vpmu.h         |  2 +-
 4 files changed, 13 insertions(+), 7 deletions(-)

-- 
1.8.3.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-02-13 15:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-13  2:29 [PATCH 0/3] VPMU fixes Boris Ostrovsky
2017-02-13  2:29 ` [PATCH 1/3] x86/vpmu: Calculate vpmu_enabled() based on vpmu_mode value Boris Ostrovsky
2017-02-13 10:33   ` Andrew Cooper
2017-02-13 12:50   ` Jan Beulich
2017-02-13 14:38     ` Boris Ostrovsky
2017-02-13 14:44       ` Jan Beulich
2017-02-13 15:02         ` Boris Ostrovsky
2017-02-13  2:29 ` [PATCH 2/3] x86/vpmu: Decrement vpmu_count early in vpmu_destroy() Boris Ostrovsky
2017-02-13 10:38   ` Andrew Cooper
2017-02-13 14:22     ` Boris Ostrovsky
2017-02-13  2:29 ` [PATCH 3/3] x86: Adjust which files need vpmu.h Boris Ostrovsky
2017-02-13  2:46   ` Tian, Kevin
2017-02-13 10:38   ` Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.