Re: [MINI-OS PATCH 16/19] gnttab: remove gnttab_alloc_and_grant() function

2025-07-14 Thread Jason Andryuk
On 2025-07-02 04:12, Juergen Gross wrote: The last user of gnttab_alloc_and_grant() is gone. Remove gnttab_alloc_and_grant() as it is doing more harm than good. It is hard coded to only grant access for dom0, which is not really clear from looking at the function name. It would be possible to ad

[MINI-OS PATCH 16/19] gnttab: remove gnttab_alloc_and_grant() function

2025-07-02 Thread Juergen Gross
The last user of gnttab_alloc_and_grant() is gone. Remove gnttab_alloc_and_grant() as it is doing more harm than good. It is hard coded to only grant access for dom0, which is not really clear from looking at the function name. It would be possible to add a domid parameter, but given its now 0 use