Re: [libvirt PATCH v2 0/2] conf: fix handling of missing CPU cache info in sysfs

2022-10-11 Thread Ján Tomko
On a Tuesday in 2022, Daniel P. Berrangé wrote: Changed in v2: - Introduce g_autoptr support for virCapsHostCacheBank struct Daniel P. Berrangé (2): conf: define autoptr func for virCapsHostCacheBankFree conf: skip resource cache init if sysfs files are missing src/conf/capabilities.c | 90

Re: [libvirt PATCH v2 0/2] conf: fix handling of missing CPU cache info in sysfs

2022-10-11 Thread Alex Bennée
Daniel P. Berrangé writes: > Changed in v2: > > - Introduce g_autoptr support for virCapsHostCacheBank struct > > Daniel P. Berrangé (2): > conf: define autoptr func for virCapsHostCacheBankFree > conf: skip resource cache init if sysfs files are missing > > src/conf/capabilities.c | 90

[libvirt PATCH v2 0/2] conf: fix handling of missing CPU cache info in sysfs

2022-10-11 Thread Daniel P . Berrangé
Changed in v2: - Introduce g_autoptr support for virCapsHostCacheBank struct Daniel P. Berrangé (2): conf: define autoptr func for virCapsHostCacheBankFree conf: skip resource cache init if sysfs files are missing src/conf/capabilities.c | 90 +