qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Yu Ning
Subject: Re: [Qemu-devel] [PATCH] hax-interface: Add BSD license
Date: Mon, 20 Nov 2017 15:17:34 +0800
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0



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 address@hidden:
From: Yu Ning <address@hidden>

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 the 3-clause BSD license,
whereas hax-interface.h in QEMU uses GPLv2.
Why is this a problem?
I know very little about licenses.  If this is not a problem, I'm happy to
just abandon this patch.
As far as I can see, this is not a problem for the QEMU project
at all, as QEMU as a whole is GPLv2.

It would make sense to update the license if we wanted to keep
our header file in sync with some other source tree (e.g. the one
from Intel), but this doesn't seem to be the case here (yet?).

I see, that makes sense.



If we really care about consistency between the two
projects, shouldn't we just delete the existing file and copy the
headers from github.com/intel/haxm directly?
That's a good solution, but not feasible at the moment, because in the HAXM
kernel module, a small piece of the interface code currently resides in an
internal header (core/include/vm.h). Probably we should clean up the
interface headers on the HAXM side, and then push the change to QEMU.
This would be nice, so we wouldn't need to maintain a different
header file in QEMU.  Should we open an issue at
https://github.com/intel/haxm?

Here: https://github.com/intel/haxm/issues/9

The API headers in the HAXM tree depend on another header, i.e. either hax_types_windows.h or hax_types_mac.h, which defines some basic data types (uint64_t, etc.) and macros (PACKED, ALIGNED, etc.).  If we want to use the same files for QEMU, we'll need to figure out an elegant way to provide those definitions.  Any suggestions?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]