提交 38063555 编写于 作者: M Matwey V. Kornilov 提交者: Daniel P. Berrange

lxc: associate armv7l as 32-bit variant of aarch64

AArch64 kernels are technically capable of running armv7l binaries.
Though some vendors disable this feature during kernel build, we
need to allow it in LXC.
Signed-off-by: NMatwey V. Kornilov <matwey.kornilov@gmail.com>
上级 c1b9fcde
......@@ -2285,6 +2285,8 @@ virArch lxcContainerGetAlt32bitArch(virArch arch)
return VIR_ARCH_MIPS;
if (arch == VIR_ARCH_MIPS64EL)
return VIR_ARCH_MIPSEL;
if (arch == VIR_ARCH_AARCH64)
return VIR_ARCH_ARMV7L;
return VIR_ARCH_NONE;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册