From 2578fc5ef429ef9a50e3a68e28adb3abc7cbc7a4 Mon Sep 17 00:00:00 2001 From: Howard Zhang Date: Thu, 10 Feb 2022 17:55:11 +0800 Subject: [PATCH 1/2] enable integrationtest image on MultiArch Signed-off-by: Howard Zhang --- images/basic/integrationtest/{Dockerfile.x86_64 => Dockerfile} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename images/basic/integrationtest/{Dockerfile.x86_64 => Dockerfile} (100%) diff --git a/images/basic/integrationtest/Dockerfile.x86_64 b/images/basic/integrationtest/Dockerfile similarity index 100% rename from images/basic/integrationtest/Dockerfile.x86_64 rename to images/basic/integrationtest/Dockerfile From 4ecf66cae59337ef4a1d8d4e7b4b67d34fcfe597 Mon Sep 17 00:00:00 2001 From: Howard Zhang Date: Thu, 10 Feb 2022 17:45:13 +0800 Subject: [PATCH 2/2] add stateify savable tag for FeatureSet of Arm64 Signed-off-by: Howard Zhang --- pkg/cpuid/cpuid_arm64.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/cpuid/cpuid_arm64.go b/pkg/cpuid/cpuid_arm64.go index e637bd347..a7c24c765 100644 --- a/pkg/cpuid/cpuid_arm64.go +++ b/pkg/cpuid/cpuid_arm64.go @@ -31,6 +31,8 @@ import ( // Documentation/arm64/elf_hwcaps.rst for more info. // // Currently, only the HWCAP bits are supported. +// +// +stateify savable type FeatureSet struct { hwCap uint cpuFreqMHz float64