From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 12/15] hyperv: move VMBus connection ids to uapi Date: Wed, 21 Dec 2016 10:02:47 -0800 Message-ID: <20161221100247.69a4049b@xeon-e3> References: <20161220155602.6298-1-rkagan@virtuozzo.com> <20161220155602.6298-13-rkagan@virtuozzo.com> <20161220092543.6183bffd@xeon-e3> <20161221062939.GB15917@rkaganb.sw.ru> <20161221121858.GA17429@infradead.org> <20161221125920.GG15917@rkaganb.sw.ru> <20161221142654.GB8594@infradead.org> <20161221154348.GA31401@infradead.org> <20161221095049.6fdc3145@xeon-e3> <20161221175836.GA8846@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: "H. Peter Anvin" , kvm@vger.kernel.org, Radim =?UTF-8?B?S3LEjW3DocWZ?= , Haiyang Zhang , x86@kernel.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, Ingo Molnar , Roman Kagan , "Denis V . Lunev" , Paolo Bonzini , Thomas Gleixner To: Christoph Hellwig Return-path: In-Reply-To: <20161221175836.GA8846@infradead.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" List-Id: kvm.vger.kernel.org On Wed, 21 Dec 2016 09:58:36 -0800 Christoph Hellwig wrote: > On Wed, Dec 21, 2016 at 09:50:49AM -0800, Stephen Hemminger wrote: > > Lastly, there is licensing issues on headers. It would be good to have any > > userspace ABI headers licensed with a more liberal license so that BSD and DPDK drivers > > could use them directly. Right now each one reinvents. > > Microsoft could easily solves this problem by offering a suitably > liberally licensed header documenting the full HyperV guest protocol > that Linux and other projects could use. The issue is if same header file mixes kernel and userspace API stuff. Once the files are arranged right, I will submit trivial change to comments to indicate the liberal licensing of userspace API headers.