mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 07:24:24 +01:00
runtime: fix package declaration for ppc64le
Incorrect package name causes build to fail. Fix it in vm_ppc64le.go Fixes: #3761 Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
//
|
//
|
||||||
|
|
||||||
package qemu
|
package govmm
|
||||||
|
|
||||||
// MaxVCPUs returns the maximum number of vCPUs supported
|
// MaxVCPUs returns the maximum number of vCPUs supported
|
||||||
func MaxVCPUs() uint32 {
|
func MaxVCPUs() uint32 {
|
||||||
|
|||||||
Reference in New Issue
Block a user