Re: [Xen-devel] [PATCH v2 1/4] asm-x86/monitor: Enable svm monitor events

2018-02-21 Thread George Dunlap
On Fri, Feb 9, 2018 at 4:21 PM, Tamas K Lengyel wrote: > On Fri, Feb 9, 2018 at 3:28 AM, George Dunlap wrote: >> On Thu, Feb 8, 2018 at 3:25 PM, Alexandru Isaila >> wrote: >>> This commit separates the svm caps from the vmx caps.

Re: [Xen-devel] [PATCH v2 1/4] asm-x86/monitor: Enable svm monitor events

2018-02-14 Thread Boris Ostrovsky
On 02/08/2018 10:25 AM, Alexandru Isaila wrote: This commit separates the svm caps from the vmx caps. Signed-off-by: Alexandru Isaila --- Changes since V1: - Removed the if ( cpu_has_svm ) --- xen/include/asm-x86/monitor.h | 34

Re: [Xen-devel] [PATCH v2 1/4] asm-x86/monitor: Enable svm monitor events

2018-02-09 Thread George Dunlap
On Thu, Feb 8, 2018 at 3:25 PM, Alexandru Isaila wrote: > This commit separates the svm caps from the vmx caps. I can see how the patch relates to the description here, but it's not immediately clear how it relates to the title. A good "template" to start with for any

[Xen-devel] [PATCH v2 1/4] asm-x86/monitor: Enable svm monitor events

2018-02-08 Thread Alexandru Isaila
This commit separates the svm caps from the vmx caps. Signed-off-by: Alexandru Isaila --- Changes since V1: - Removed the if ( cpu_has_svm ) --- xen/include/asm-x86/monitor.h | 34 +++--- 1 file changed, 19 insertions(+), 15