[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v6 8/8] vfio/pci: Add IGD documentation
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 |
On Tue, 17 May 2016 20:23:42 -0600
Eric Blake <address@hidden> 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 <address@hidden>
> > ---
> > 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
- [Qemu-devel] [PATCH v6 0/8] Series short description, Alex Williamson, 2016/05/17
- [Qemu-devel] [PATCH v6 6/8] vfio/pci: Intel graphics legacy mode assignment, Alex Williamson, 2016/05/17
- [Qemu-devel] [PATCH v6 7/8] vfio/pci: Add a separate option for IGD OpRegion support, Alex Williamson, 2016/05/17
- [Qemu-devel] [PATCH v6 3/8] vfio/pci: Fix return of vfio_populate_vga(), Alex Williamson, 2016/05/17
- [Qemu-devel] [PATCH v6 1/8] vfio: Enable sparse mmap capability, Alex Williamson, 2016/05/17
- [Qemu-devel] [PATCH v6 5/8] vfio/pci: Setup BAR quirks after capabilities probing, Alex Williamson, 2016/05/17
- [Qemu-devel] [PATCH v6 4/8] vfio/pci: Consolidate VGA setup, Alex Williamson, 2016/05/17
- [Qemu-devel] [PATCH v6 2/8] vfio: Create device specific region info helper, Alex Williamson, 2016/05/17