Re: [PATCH 4/4] conf: Deduplicate NUMA distance code

2021-05-24 Thread Michal Prívozník
On 5/21/21 9:58 AM, Peter Krempa wrote: > On Thu, May 20, 2021 at 17:24:56 +0200, Michal Privoznik wrote: >> After previous patches we have two structures: >> virCapsHostNUMACellDistance and virNumaDistance which express the >> same thing. And have the exact same members (modulo their names). >>

Re: [PATCH 4/4] conf: Deduplicate NUMA distance code

2021-05-21 Thread Peter Krempa
On Thu, May 20, 2021 at 17:24:56 +0200, Michal Privoznik wrote: > After previous patches we have two structures: > virCapsHostNUMACellDistance and virNumaDistance which express the > same thing. And have the exact same members (modulo their names). > Drop the former in favor of the latter. > >

[PATCH 4/4] conf: Deduplicate NUMA distance code

2021-05-20 Thread Michal Privoznik
After previous patches we have two structures: virCapsHostNUMACellDistance and virNumaDistance which express the same thing. And have the exact same members (modulo their names). Drop the former in favor of the latter. Signed-off-by: Michal Privoznik --- src/conf/capabilities.c| 26