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 v2 00/13] add support for Hypervisor.framework in QEMU

2017-08-31 Thread Stefan Hajnoczi
On Wed, Aug 30, 2017 at 03:26:49AM -0500, Sergio Andres Gomez Del Real wrote: > > Changes in v2: > (1) Removed legacy option "-enable-hvf" in favor of "-M accel=hvf" > (2) Added missing copyright headers; replace fprintfs for error_report; > improved commit description. > (

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

2017-08-30 Thread Sergio Andres Gomez Del Real
Changes in v2: (1) Removed legacy option "-enable-hvf" in favor of "-M accel=hvf" (2) Added missing copyright headers; replace fprintfs for error_report; improved commit description. (3) Moved patch that adds compilation rules in Makefile.objs right after the patch tha