]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Allow > UINT_MAX of cache for NUMA nodes
authorLin Yang <lin.a.yang@intel.com>
Sat, 5 Nov 2022 00:20:20 +0000 (17:20 -0700)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 8 Nov 2022 08:49:43 +0000 (09:49 +0100)
commit5e46d6ec4e53270f4ce419eb76c1ffb500034757
tree144cf9790a6a7a64acb77fd743a2e9ae215457ca
parent91ef81a378062f0fb52fde11d29ec5cfcd33972c
conf: Allow > UINT_MAX of cache for NUMA nodes

The high-bandwidth memory (HBM) in cache mode might be greater than
UINT_MAX of cache per NUMA node, so change to unsigned long long.

Signed-off-by: Lin Yang <lin.a.yang@intel.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/capabilities.c
src/conf/numa_conf.c
src/conf/numa_conf.h