Re: [PATCH 22/36] conf: storage_source: Introduce type for storing FDs associated for storage

2023-01-06 Thread Pavel Hrdina
On Thu, Jan 05, 2023 at 05:30:11PM +0100, Peter Krempa wrote: > For FD-passing of disk sources we'll need to keep the FDs around. > Introduce a data type helper based on a g_object so that we get > reference counting. > > One instance will (due to security labelling) will need to be part of > the

[PATCH 22/36] conf: storage_source: Introduce type for storing FDs associated for storage

2023-01-05 Thread Peter Krempa
For FD-passing of disk sources we'll need to keep the FDs around. Introduce a data type helper based on a g_object so that we get reference counting. One instance will (due to security labelling) will need to be part of the virStorageSource struct thus it's declared in the storage_source_conf