Re: [Xen-devel] [PATCH 01/18] arm/altp2m: Add cmd-line support for altp2m on ARM.

2016-07-04 Thread Sergej Proskurin
On 07/04/2016 07:56 PM, Tamas K Lengyel wrote: > On Mon, Jul 4, 2016 at 11:42 AM, Julien Grall wrote: >> >> >> On 04/07/16 12:45, Sergej Proskurin wrote: >>> >>> The Xen altp2m subsystem is currently supported only on x86-64 based >>> architectures. By utilizing ARM's virtualization extensions, w

Re: [Xen-devel] [PATCH 01/18] arm/altp2m: Add cmd-line support for altp2m on ARM.

2016-07-04 Thread Tamas K Lengyel
On Mon, Jul 4, 2016 at 11:42 AM, Julien Grall wrote: > > > On 04/07/16 12:45, Sergej Proskurin wrote: >> >> The Xen altp2m subsystem is currently supported only on x86-64 based >> architectures. By utilizing ARM's virtualization extensions, we intend >> to implement altp2m support for ARM architec

Re: [Xen-devel] [PATCH 01/18] arm/altp2m: Add cmd-line support for altp2m on ARM.

2016-07-04 Thread Julien Grall
On 04/07/16 12:45, Sergej Proskurin wrote: The Xen altp2m subsystem is currently supported only on x86-64 based architectures. By utilizing ARM's virtualization extensions, we intend to implement altp2m support for ARM architectures and thus further extend current Virtual Machine Introspection

Re: [Xen-devel] [PATCH 01/18] arm/altp2m: Add cmd-line support for altp2m on ARM.

2016-07-04 Thread Sergej Proskurin
Hello Julien, On 07/04/2016 03:25 PM, Julien Grall wrote: > Hello Sergej, > > On 04/07/16 12:45, Sergej Proskurin wrote: >> The Xen altp2m subsystem is currently supported only on x86-64 based >> architectures. By utilizing ARM's virtualization extensions, we intend >> to implement altp2m support

Re: [Xen-devel] [PATCH 01/18] arm/altp2m: Add cmd-line support for altp2m on ARM.

2016-07-04 Thread Julien Grall
Hello Sergej, On 04/07/16 12:45, Sergej Proskurin wrote: The Xen altp2m subsystem is currently supported only on x86-64 based architectures. By utilizing ARM's virtualization extensions, we intend to implement altp2m support for ARM architectures and thus further extend current Virtual Machine I

Re: [Xen-devel] [PATCH 01/18] arm/altp2m: Add cmd-line support for altp2m on ARM.

2016-07-04 Thread Sergej Proskurin
On 07/04/2016 02:15 PM, Andrew Cooper wrote: > On 04/07/16 12:45, Sergej Proskurin wrote: >> The Xen altp2m subsystem is currently supported only on x86-64 based >> architectures. By utilizing ARM's virtualization extensions, we intend >> to implement altp2m support for ARM architectures and thus

Re: [Xen-devel] [PATCH 01/18] arm/altp2m: Add cmd-line support for altp2m on ARM.

2016-07-04 Thread Andrew Cooper
On 04/07/16 12:45, Sergej Proskurin wrote: > The Xen altp2m subsystem is currently supported only on x86-64 based > architectures. By utilizing ARM's virtualization extensions, we intend > to implement altp2m support for ARM architectures and thus further > extend current Virtual Machine Introspect

[Xen-devel] [PATCH 01/18] arm/altp2m: Add cmd-line support for altp2m on ARM.

2016-07-04 Thread Sergej Proskurin
The Xen altp2m subsystem is currently supported only on x86-64 based architectures. By utilizing ARM's virtualization extensions, we intend to implement altp2m support for ARM architectures and thus further extend current Virtual Machine Introspection (VMI) capabilities on ARM. With this commit, X

[Xen-devel] [PATCH 01/18] arm/altp2m: Add cmd-line support for altp2m on ARM.

2016-07-04 Thread Sergej Proskurin
The Xen altp2m subsystem is currently supported only on x86-64 based architectures. By utilizing ARM's virtualization extensions, we intend to implement altp2m support for ARM architectures and thus further extend current Virtual Machine Introspection (VMI) capabilities on ARM. With this commit, X