Re: [Xen-devel] [PATCH v3 1/4] asm-x86/monitor: Fix monitor capability reporting on SVM systems

2018-02-14 Thread Tamas K Lengyel
On Wed, Feb 14, 2018 at 10:56 AM, Razvan Cojocaru wrote: > On 02/14/2018 07:47 PM, Andrew Cooper wrote: >> On 12/02/18 15:13, Andrew Cooper wrote: >>> On 12/02/18 15:08, Alexandru Isaila wrote: No monitor features are available on AMD and all capabilities are

Re: [Xen-devel] [PATCH v3 1/4] asm-x86/monitor: Fix monitor capability reporting on SVM systems

2018-02-14 Thread Razvan Cojocaru
On 02/14/2018 07:47 PM, Andrew Cooper wrote: > On 12/02/18 15:13, Andrew Cooper wrote: >> On 12/02/18 15:08, Alexandru Isaila wrote: >>> No monitor features are available on AMD and all >>> capabilities are passed only to the Intel processor architecture. >>> This means that the

Re: [Xen-devel] [PATCH v3 1/4] asm-x86/monitor: Fix monitor capability reporting on SVM systems

2018-02-14 Thread Andrew Cooper
On 12/02/18 15:13, Andrew Cooper wrote: > On 12/02/18 15:08, Alexandru Isaila wrote: >> No monitor features are available on AMD and all >> capabilities are passed only to the Intel processor architecture. >> This means that the arch_monitor_get_capabilities returns >> capabilities = 0. >> >> This

Re: [Xen-devel] [PATCH v3 1/4] asm-x86/monitor: Fix monitor capability reporting on SVM systems

2018-02-12 Thread Andrew Cooper
On 12/02/18 15:08, Alexandru Isaila wrote: > No monitor features are available on AMD and all > capabilities are passed only to the Intel processor architecture. > This means that the arch_monitor_get_capabilities returns > capabilities = 0. > > This patch is separating out features which are

[Xen-devel] [PATCH v3 1/4] asm-x86/monitor: Fix monitor capability reporting on SVM systems

2018-02-12 Thread Alexandru Isaila
No monitor features are available on AMD and all capabilities are passed only to the Intel processor architecture. This means that the arch_monitor_get_capabilities returns capabilities = 0. This patch is separating out features which are implemented on both systems from those implemented only on