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

Daniel P. Berrangé posted 2 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20221011090621.1712993-1-berrange@redhat.com
src/conf/capabilities.c | 90 +++++++++++++++++++++++++----------------
src/conf/capabilities.h |  3 ++
2 files changed, 58 insertions(+), 35 deletions(-)
[libvirt PATCH v2 0/2] conf: fix handling of missing CPU cache info in sysfs
Posted by Daniel P. Berrangé 1 year, 5 months ago
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 +++++++++++++++++++++++++----------------
 src/conf/capabilities.h |  3 ++
 2 files changed, 58 insertions(+), 35 deletions(-)

-- 
2.37.3

Re: [libvirt PATCH v2 0/2] conf: fix handling of missing CPU cache info in sysfs
Posted by Ján Tomko 1 year, 5 months ago
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 +++++++++++++++++++++++++----------------
> src/conf/capabilities.h |  3 ++
> 2 files changed, 58 insertions(+), 35 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano
Re: [libvirt PATCH v2 0/2] conf: fix handling of missing CPU cache info in sysfs
Posted by Alex Bennée 1 year, 5 months ago
Daniel P. Berrangé <berrange@redhat.com> 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 +++++++++++++++++++++++++----------------
>  src/conf/capabilities.h |  3 ++
>  2 files changed, 58 insertions(+), 35 deletions(-)

Tested-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée