From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: Re: [Qemu-devel] [PATCH v6 8/8] vfio/pci: Add IGD documentation Date: Wed, 18 May 2016 12:35:04 -0600 Message-ID: <20160518123504.78d8ee35@t450s.home> References: <20160517201613.6175.45578.stgit@gimli.home> <20160517202007.6175.15325.stgit@gimli.home> <573BD22E.6060306@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, allen.m.kay@intel.com, kraxel@redhat.com, kvm@vger.kernel.org To: Eric Blake Return-path: Received: from mx1.redhat.com ([209.132.183.28]:51530 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752570AbcERSfG (ORCPT ); Wed, 18 May 2016 14:35:06 -0400 In-Reply-To: <573BD22E.6060306@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 17 May 2016 20:23:42 -0600 Eric Blake wrote: > On 05/17/2016 02:20 PM, Alex Williamson wrote: > > Document the usage modes, host primary graphics considerations, usage, > > and fw_cfg ABI required for IGD assignment with vfio. > > > > Signed-off-by: Alex Williamson > > --- > > docs/igd-assign.txt | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 133 insertions(+) > > create mode 100644 docs/igd-assign.txt > > > > diff --git a/docs/igd-assign.txt b/docs/igd-assign.txt > > new file mode 100644 > > index 0000000..e17bb50 > > --- /dev/null > > +++ b/docs/igd-assign.txt > > @@ -0,0 +1,133 @@ > > +Intel Graphics Device (IGD) assignment with vfio-pci > > +==================================================== > > Without an explicit copyright notice and license, your documentation > defaults to GPLv2+, per the top level COPYING. If you want something > else, it may be worth explicitly calling it out. > > Otherwise, it was a good read. Thanks for reviewing, Eric. Surveying existing docs, I see a mix of a few with explicit GPLv2+, some PROMELA code under WTFPL/public domain, and one lone file under FreeBSD documentation license. The vast majority don't set an explicit license. I don't have a strong feeling about this and the documentation is certainly no opus. Should I have a strong feeling about this? Thanks, Alex