runtime/virtcontrainers: fix alignment structures

fix alignment of qemuArchBase and HypervisorConfig structures

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes
2021-06-14 15:27:03 -05:00
parent 6be8bf5c66
commit 361bee91f7
2 changed files with 36 additions and 36 deletions

View File

@@ -175,20 +175,20 @@ const (
)
type qemuArchBase struct {
qemuMachine govmmQemu.Machine
qemuExePath string
memoryOffset uint64
networkIndex int
nestedRun bool
vhost bool
disableNvdimm bool
dax bool
networkIndex int
protection guestProtection
qemuMachine govmmQemu.Machine
qemuExePath string
PFlash []string
kernelParamsNonDebug []Param
kernelParamsDebug []Param
kernelParams []Param
Bridges []types.Bridge
PFlash []string
protection guestProtection
}
const (