Re: [Qemu-devel] [PATCH] hax-interface: Add BSD license

2017-11-19 Thread Kamil Rytarowski
On 20.11.2017 08:17, Yu Ning wrote: > > > On 11/20/2017 5:31, Eduardo Habkost wrote: >> On Fri, Nov 17, 2017 at 05:03:27PM +0800, Yu Ning wrote: >>> On 11/17/2017 2:00, Eduardo Habkost wrote: On Thu, Nov 16, 2017 at 07:47:44AM +0100, Stefan Weil wrote: > Am 16.11.2017 um 07:50 schrieb yu

Re: [Qemu-devel] [PATCH] hax-interface: Add BSD license

2017-11-19 Thread Yu Ning
On 11/20/2017 5:31, Eduardo Habkost wrote: On Fri, Nov 17, 2017 at 05:03:27PM +0800, Yu Ning wrote: On 11/17/2017 2:00, Eduardo Habkost wrote: On Thu, Nov 16, 2017 at 07:47:44AM +0100, Stefan Weil wrote: Am 16.11.2017 um 07:50 schrieb yu.n...@linux.intel.com: From: Yu Ning hax-interface.h

Re: [Qemu-devel] [PATCH] hax-interface: Add BSD license

2017-11-19 Thread Eduardo Habkost
On Fri, Nov 17, 2017 at 05:03:27PM +0800, Yu Ning wrote: > On 11/17/2017 2:00, Eduardo Habkost wrote: > > On Thu, Nov 16, 2017 at 07:47:44AM +0100, Stefan Weil wrote: > > > Am 16.11.2017 um 07:50 schrieb yu.n...@linux.intel.com: > > > > From: Yu Ning > > > > > > > > hax-interface.h defines the in

Re: [Qemu-devel] [PATCH] hax-interface: Add BSD license

2017-11-17 Thread Yu Ning
On 11/17/2017 2:00, Eduardo Habkost wrote: On Thu, Nov 16, 2017 at 07:47:44AM +0100, Stefan Weil wrote: Am 16.11.2017 um 07:50 schrieb yu.n...@linux.intel.com: From: Yu Ning hax-interface.h defines the interface between the HAXM kernel module and the HAXM QEMU accelerator. The same code can

Re: [Qemu-devel] [PATCH] hax-interface: Add BSD license

2017-11-16 Thread Eduardo Habkost
On Thu, Nov 16, 2017 at 07:47:44AM +0100, Stefan Weil wrote: > Am 16.11.2017 um 07:50 schrieb yu.n...@linux.intel.com: > > From: Yu Ning > > > > hax-interface.h defines the interface between the HAXM kernel > > module and the HAXM QEMU accelerator. The same code can be found in > > the following

Re: [Qemu-devel] [PATCH] hax-interface: Add BSD license

2017-11-15 Thread Stefan Weil
Am 16.11.2017 um 07:50 schrieb yu.n...@linux.intel.com: > From: Yu Ning > > hax-interface.h defines the interface between the HAXM kernel > module and the HAXM QEMU accelerator. The same code can be found in > the following files of the HAXM kernel module: > > include/hax_interface.h > include

[Qemu-devel] [PATCH] hax-interface: Add BSD license

2017-11-15 Thread yu . ning
From: Yu Ning hax-interface.h defines the interface between the HAXM kernel module and the HAXM QEMU accelerator. The same code can be found in the following files of the HAXM kernel module: include/hax_interface.h include/vcpu_state.h core/include/vm.h These files are now open source under