Re: [Xen-devel] [GSoC] Xen on ARM: create multiple guests from device tree

2017-03-23 Thread Luca Miccio
Hello Julien > Il giorno 23 mar 2017, alle ore 15:49, Julien Grall ha > scritto: > > Hello Luca, > > On 23/03/17 02:23, Luca Miccio wrote: >> I tried also this method but i had the same error. So i came up with the >> idea of removing the >> psci method

Re: [Xen-devel] [GSoC] Xen on ARM: create multiple guests from device tree

2017-03-30 Thread Luca Miccio
application this weekend and try to submit it anyway. I like the Xen project, and even if I will not be chosen for this task, surely I will continue to support and follow it diligently. > >> >> On Thu, 23 Mar 2017, Luca Miccio wrote: >>> Hello Julien >>>> Il

[Xen-devel] [GSoC] Xen on ARM: create multiple guests from device tree

2017-03-21 Thread Luca Miccio
Hi, I'm an undergraduate student from the Computer Science Bachelor's Degree of the University of Modena and Reggio Emilia (Italy). I'm very interested in the "Xen on ARM: create multiple guests from device tree" project. A year ago I started a project on the "Hikey" board with the Android ope

Re: [Xen-devel] [GSoC] Xen on ARM: create multiple guests from device tree

2017-03-22 Thread Luca Miccio
Hi Stefano, 2017-03-21 21:36 GMT+01:00 Stefano Stabellini : > On Tue, 21 Mar 2017, Luca Miccio wrote: > > Hi, > > I'm an undergraduate student from the Computer Science Bachelor's Degree > > of the University of Modena and Reggio Emilia (Italy). > > >

Re: [Xen-devel] [GSoC] Xen on ARM: create multiple guests from device tree

2017-03-22 Thread Luca Miccio
Hi Stefano and Julien, > Il giorno 22 mar 2017, alle ore 22:38, Stefano Stabellini > ha scritto: > > Hi Luca, > > please don't use HTML emails. > > Sorry for that. > On Wed, 22 Mar 2017, Julien Grall wrote: >> On 22/03/2017 19:45, Luca Miccio wr

Re: [Xen-devel] [GSoC] Xen on ARM: create multiple guests from device tree

2017-03-22 Thread Luca Miccio
> Il giorno 23 mar 2017, alle ore 01:27, Stefano Stabellini > ha scritto: > > On Thu, 23 Mar 2017, Luca Miccio wrote: >> Hi Stefano and Julien, >> >>> Il giorno 22 mar 2017, alle ore 22:38, Stefano Stabellini >>> ha scritto: >>>

[Xen-devel] [PATCH] xen/Makefile: remove all temporary files for every architecture

2017-03-22 Thread Luca Miccio
same tree. (See also: https://lists.xenproject.org/archives/html/xen-devel/2016-11/msg02176.html) Signed-off-by: Luca Miccio --- xen/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/Makefile b/xen/Makefile index dc6862e04d..fcd5c7e9d6 100644 --- a/xen/Makefile

Re: [Xen-devel] [GSoC] Xen on ARM: create multiple guests from device tree

2017-03-22 Thread Luca Miccio
> Il giorno 23 mar 2017, alle ore 01:55, Stefano Stabellini > ha scritto: > > On Thu, 23 Mar 2017, Luca Miccio wrote: >>> Il giorno 23 mar 2017, alle ore 01:27, Stefano Stabellini >>> ha scritto: >>> >>> On Thu, 23 Mar 2017, Luca Miccio w

Re: [Xen-devel] [PATCH] xen/Makefile: remove all temporary files for every architecture

2017-03-23 Thread Luca Miccio
> Il giorno 23 mar 2017, alle ore 12:20, Wei Liu ha > scritto: > > On Thu, Mar 23, 2017 at 11:07:04AM +, Wei Liu wrote: >> On Thu, Mar 23, 2017 at 02:31:37AM +0100, Luca Miccio wrote: >>> Execute the clean target for both arm and x86 architecture. >>>