From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b36JM-00017S-Bz for qemu-devel@nongnu.org; Wed, 18 May 2016 14:35:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b36JG-00076Y-DK for qemu-devel@nongnu.org; Wed, 18 May 2016 14:35:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b36JG-00075s-6y for qemu-devel@nongnu.org; Wed, 18 May 2016 14:35:06 -0400 Date: Wed, 18 May 2016 12:35:04 -0600 From: Alex Williamson Message-ID: <20160518123504.78d8ee35@t450s.home> In-Reply-To: <573BD22E.6060306@redhat.com> 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 Subject: Re: [Qemu-devel] [PATCH v6 8/8] vfio/pci: Add IGD documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, allen.m.kay@intel.com, kraxel@redhat.com, kvm@vger.kernel.org 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