Re: [Xen-devel] [PATCH 16/18] arm/altp2m: Extended libxl to activate altp2m on ARM.

2016-07-24 Thread Sergej Proskurin
Hi Wei, On 07/07/2016 06:27 PM, Wei Liu wrote: > On Mon, Jul 04, 2016 at 01:45:45PM +0200, Sergej Proskurin wrote: >> The current implementation allows to set the parameter HVM_PARAM_ALTP2M. >> This parameter allows further usage of altp2m on ARM. For this, we >> define an additional altp2m field

[Xen-devel] [PATCH 2/2] systemd: drop dependency on proc-xen.mount in xendriverdomain.service

2016-07-24 Thread Marek Marczykowski-Górecki
It is no longer required since xl devd use /dev/xen interface. Cc: Ian Jackson Cc: Wei Liu Signed-off-by: Marek Marczykowski-Górecki --- tools/hotplug/Linux/systemd/xendriverdomain.service.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/hotplug/Linux/systemd/xendriverdomain.servi

[Xen-devel] [PATCH 1/2] systemd: use standard dependencies for xendriverdomain.service

2016-07-24 Thread Marek Marczykowski-Górecki
Having DefaultDependencies=no means it can be started before / is remounted read-write, which will result in various failures (to start with opening the log). Since "libxl: trigger attach events for devices attached before xl devd startup" it is no longer important to start it as early as possible,

Re: [Xen-devel] [PATCH v3 1/4] tools: remove systemd xenstore socket definitions

2016-07-24 Thread Juergen Gross
On 22/07/16 20:51, Wei Liu wrote: > On Fri, Jul 22, 2016 at 08:49:17PM +0200, Juergen Gross wrote: >> On 22/07/16 18:31, Wei Liu wrote: >>> Only skim-read this patch, will do proper review later. >>> >>> On Fri, Jul 22, 2016 at 05:09:28PM +0200, Juergen Gross wrote: >>> [...] CAMLprim value o

[Xen-devel] Creation of Virtual machine

2016-07-24 Thread Zakirasafi
* I want to create virtual machine on xenHypervisor. I have created 3 VM before. Now want to create the 4th virtual machine. I have followed all the steps. step: xen-create-image --hostname=tutorial-pv-guest --memory=512mb --vcpus=2 --lvm=vg0 --dhcp --pygrub \* *the output of the ab

Re: [Xen-devel] Creation of Virtual machine

2016-07-24 Thread Zakirasafi
*I want to create virtual machine on xenHypervisor. I have created 3 VM before. Now want to create the 4th virtual machine. I have followed all the steps. step: xen-create-image --hostname=tutorial-pv-guest --memory=512mb --vcpus=2 --lvm=vg0 --dhcp --pygrub \* *the output of the abo

Re: [Xen-devel] [PATCH v4] x86/cpuid: AVX-512 Feature Detection

2016-07-24 Thread Kang, Luwei
> >> First of all - please don't top post. > >> > >>> What about remove the dependency between AVX2 and AVX512F > ( AVX2: > >> [AVX512F], ) ? > >> > >> Yes, that's what I think we want, but we need Andrew's agreement here. > >> > > Hi Andrew, what is your opinion ? > > You are in a better positio