Re: [Qemu-devel] [PATCH v2 00/13] add support for Hypervisor.framework in QEMU

2017-09-08 Thread Sergio Andrés Gómez del Real
Guys, I'm almost done with the new version of the patchset (hopefully the definite one). What I am missing essentially are presenting a few tests as suggested by Stefan. Paolo and I only ran the eventinj test from the kvm suite. If I modify this boot-serial-test to include hvf, should I send these

Re: [Qemu-devel] [PATCH v3 08/14] hvf: add compilation rules to Makefile.objs

2017-09-05 Thread Sergio Andrés Gómez del Real
Stefan, is this acceptable? I mean delaying the compiling; up until patch 7 no hvf code is compiled. Or should I just squash everything from patch 2 to 7? El 4/09/2017 23:03, "Sergio Andrés Gómez del Real" < sergio.g.delr...@gmail.com> escribió: Note that until

Re: [Qemu-devel] [PATCH v3 08/14] hvf: add compilation rules to Makefile.objs

2017-09-04 Thread Sergio Andrés Gómez del Real
Note that until this patch (8/14) there is no compiling. I tried to put this patch earlier in the patchset but found difficulties because some things need to be done before the hvf code compiles well. Also, the commit message needs to be updated (remove the -enable-hvf part). On Mon, Sep 4, 2017

Re: [Qemu-devel] [PATCH v3 00/14] add support for Hypervisor.framework in QEMU

2017-09-04 Thread Sergio Andrés Gómez del Real
This patchset didn't address every issue, so it won't be the definite version. Hopefully however the licensing issue will get fixed with this version. On Mon, Sep 4, 2017 at 10:54 PM, Sergio Andres Gomez Del Real < sergio.g.delr...@gmail.com> wrote: > > Changes in v3: > (1)

Re: [Qemu-devel] [PATCH v2 02/13] hvf: add code base from Google's QEMU repository

2017-09-03 Thread Sergio Andrés Gómez del Real
Just saw your last message. Will wait for Paolo's response. On Sun, Sep 3, 2017 at 11:33 AM, Sergio Andrés Gómez del Real < sergio.g.delr...@gmail.com> wrote: > Izik, sorry for the late response. Tell me if you have any further issue. > What are the 2 functions that couldn't b

Re: [Qemu-devel] [PATCH v2 02/13] hvf: add code base from Google's QEMU repository

2017-09-03 Thread Sergio Andrés Gómez del Real
squashed. >> > > Yea that did the magic, now I have compilation errors but from here I will > take it, and just fix the compilation step for each patch and resend. > > >> >> Paolo >> >> >> Thanks. >> >> >> >> >> On F

Re: [Qemu-devel] [PATCH v2 02/13] hvf: add code base from Google's QEMU repository

2017-08-31 Thread Sergio Andrés Gómez del Real
Hello, Mr. Frank Yang was the guy at Google that introduced the HVF port to Google's Android Emulator QEMU branch. Frank, in this thread we are discussing the licensing issue with the HVF files (their being GPL v2-only). Paolo from Red Hat was asking to Veertu developer Izik Eidus if the code in

[Qemu-devel] Interested in GSoC 2017: Add a Hypervisor.framework accelerator

2017-02-27 Thread Sergio Andrés Gómez del Real
Hello, my name is Sergio Gómez. It seems that QEMU has been accepted into GSoC 2017. I'm interested in working with QEMU due to my interest in virtual machines in general. Particularly, taking into account that I have experience developing a (simple) emulator, and a (very simple) operating system,

[Qemu-devel] [PATCH] hw/dma: Fix dead code in pl080.c

2016-12-27 Thread Sergio Andrés Gómez Del Real
. Signed-off-by: Sergio Andrés Gómez Del Real <sergio.g.delr...@gmail.com> --- hw/dma/pl080.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/dma/pl080.c b/hw/dma/pl080.c index 7724c93..3b0c20b 100644 --- a/hw/dma/pl080.c +++ b/hw/dma/pl080.c @@ -255,7 +255,7 @@

[Qemu-devel] [PATCH] hw/dma: Fix dead code in pl080.c

2016-12-27 Thread Sergio Andrés Gómez Del Real
. Signed-off-by: Sergio Andrés Gómez Del Real <sergio.g.delr...@gmail.com> --- hw/dma/pl080.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/dma/pl080.c b/hw/dma/pl080.c index 7724c93..8f34f24 100644 --- a/hw/dma/pl080.c +++ b/hw/dma/pl080.c @@ -255,7 +255,7 @@