> diff --git a/hw/vfio/display.c b/hw/vfio/display.c > new file mode 100644 > index 0000000000..3e997f8a44 > --- /dev/null > +++ b/hw/vfio/display.c > @@ -0,0 +1,56 @@ > +/* > + * display support for mdev based vgpu devices > + * > + * Copyright Red Hat, Inc. 2017
Just curious here since I don't really know close to nothing about the legal stuff, but isn't vGPU NVIDIA's trademark - [1,2,3] (especially [1]) would suggest so. Therefore, I'm just curious whether we can mention this as we please, especially when this should also work for Intel, which uses a different name for the technology. On the other hand, grepping through kernel modules, there's a lot of vGPU misuse in Intel's context, so I guess everything's fine. Again, I'm just curious since I have no clue about this stuff. [1] https://www.geforce.com/en_GB/gfecnt/support/NVIDIA-Legal-Notices [2] https://trademarks.justia.com/859/42/vgpu-85942337.html [3] https://trademarks.justia.com/859/42/nvidia-grid-85942341.html Erik