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:
Amulyam24 2022-02-24 13:34:37 +05:30
parent c6cc038364
commit cb4230e60e

View File

@ -4,7 +4,7 @@
// SPDX-License-Identifier: Apache-2.0
//
package qemu
package govmm
// MaxVCPUs returns the maximum number of vCPUs supported
func MaxVCPUs() uint32 {