Re: [Qemu-devel] [PATCH v6 8/8] vfio/pci: Add IGD documentation

2016-05-18 Thread Eric Blake
On 05/18/2016 12:35 PM, Alex Williamson wrote: >> 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 fo

Re: [Qemu-devel] [PATCH v6 8/8] vfio/pci: Add IGD documentation

2016-05-18 Thread Alex Williamson
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

Re: [Qemu-devel] [PATCH v6 8/8] vfio/pci: Add IGD documentation

2016-05-17 Thread Eric Blake
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 > +++

[Qemu-devel] [PATCH v6 8/8] vfio/pci: Add IGD documentation

2016-05-17 Thread Alex Williamson
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 do