Re: [PATCH v16 10/13] virtio-gpu: Support suspension of commands processing

2024-06-23 Thread Akihiko Odaki
On 2024/06/24 0:23, Dmitry Osipenko wrote: Check whether command processing has been finished; otherwise, stop processing commands and retry the command again next time. This allows us to support asynchronous execution of non-fenced commands needed for unmapping host blobs safely. Suggested-by:

[PATCH v16 10/13] virtio-gpu: Support suspension of commands processing

2024-06-23 Thread Dmitry Osipenko
Check whether command processing has been finished; otherwise, stop processing commands and retry the command again next time. This allows us to support asynchronous execution of non-fenced commands needed for unmapping host blobs safely. Suggested-by: Akihiko Odaki Signed-off-by: Dmitry Osipenko