Re: [PATCH] libxl: Add lock process indicator to libxlDomainObjPrivate object

2021-02-23 Thread Michal Privoznik
On 2/23/21 5:27 AM, Jim Fehlig wrote: The libvirt libxl driver has no access to FDs associated with VM disks. The disks are opened by libxl.so and any related FDs are not exposed to applications. The prevents using virtlockd's auto-release feature to release locks when the FD is closed.

[PATCH] libxl: Add lock process indicator to libxlDomainObjPrivate object

2021-02-23 Thread Jim Fehlig
The libvirt libxl driver has no access to FDs associated with VM disks. The disks are opened by libxl.so and any related FDs are not exposed to applications. The prevents using virtlockd's auto-release feature to release locks when the FD is closed. Acquiring and releasing locks is explicitly