mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-02-21 22:34:29 +00:00
getExpectedHostDetails did not offload any work to genericGetExpectedHostDetails on s390x. By using that function, much redundant code can be saved. This also resolves 2 issues with the previous version: - The number of CPUs was not calculated. - vcUtils.SupportsVsocks() still used the Kata v1 signature. Fixes: #1564 Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>