Re: [PATCH RFC 03/10] qemu_vhost_user_gpu: Export qemuVhostUserGPUGetPid()

2022-05-23 Thread Daniel P . Berrangé
On Mon, May 09, 2022 at 05:02:10PM +0200, Michal Privoznik wrote: > In near future it will be necessary to know the PID of > vhost-user-gpu process for QEMU. Export the function that does > just that (qemuVhostUserGPUGetPid()). > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_vhost_user

[PATCH RFC 03/10] qemu_vhost_user_gpu: Export qemuVhostUserGPUGetPid()

2022-05-09 Thread Michal Privoznik
In near future it will be necessary to know the PID of vhost-user-gpu process for QEMU. Export the function that does just that (qemuVhostUserGPUGetPid()). Signed-off-by: Michal Privoznik --- src/qemu/qemu_vhost_user_gpu.c | 2 +- src/qemu/qemu_vhost_user_gpu.h | 8 2 files changed, 9 i