> On 27 Nov 2019, at 17:32, Jani Nikula wrote:
>
> Now that the fbops member of struct fb_info is const, we can star making
s/star/start/
> the ops const as well.
>
> Cc: Kirti Wankhede
> Cc: k...@vger.kernel.org
> Signed-off-by: Jani Nikula
> ---
> samples/vfio-mdev/mdpy-fb.c | 2 +-
> 1 fi
> On 13 Nov 2018, at 09:35, Xiaolin Zhang wrote:
>
> implemented context submission pvmmio optimizaiton with GVTg.
>
> GVTg to read context submission data (elsp_data) from the shared_page
> directly without trap cost to improve guest GPU peformrnace.
>
> v0: RFC
> v1: rebase
> v2: rebase
> v