Re: [PATCH 25/36] conf: Add 'fdgroup' attribute for 'file' disks

2023-01-06 Thread Pavel Hrdina
On Thu, Jan 05, 2023 at 05:30:14PM +0100, Peter Krempa wrote: > The 'fdgroup' will allow users to specify a passed FD (via the > 'virDomainFDAssociate()' API) use instead of opening a path. This is / use/to be used/ most likely or something similar as the current sentence doesn't make sense >

[PATCH 25/36] conf: Add 'fdgroup' attribute for 'file' disks

2023-01-05 Thread Peter Krempa
The 'fdgroup' will allow users to specify a passed FD (via the 'virDomainFDAssociate()' API) use instead of opening a path. This is useful in cases when e.g. the file is not accessible from inside a container. Since this uses the same disk type as when we open files via names this patch also