Re: [libvirt PATCH] util: canonicalize 'arm64' arch to 'aarch64'

2021-11-30 Thread Andrea Bolognani
On Tue, Nov 30, 2021 at 10:53:45AM +, Daniel P. Berrangé wrote: > macOS on Apple silicon reports 'arm64' as the architecture from uname, > which we need to canonicalize to VIR_ARCH_AARCH64 / 'aarch64'. > > Signed-off-by: Daniel P. Berrangé > --- > > NB, I suggest we push this during freeze as

[libvirt PATCH] util: canonicalize 'arm64' arch to 'aarch64'

2021-11-30 Thread Daniel P . Berrangé
macOS on Apple silicon reports 'arm64' as the architecture from uname, which we need to canonicalize to VIR_ARCH_AARCH64 / 'aarch64'. Signed-off-by: Daniel P. Berrangé --- NB, I suggest we push this during freeze as it is a trivial bugfix src/util/virarch.c | 2 ++ 1 file changed, 2