diff --git a/cli/config.go b/cli/config.go index 586bc6687b..30c7c38391 100644 --- a/cli/config.go +++ b/cli/config.go @@ -85,15 +85,15 @@ type hypervisor struct { DefaultVCPUs int32 `toml:"default_vcpus"` DefaultMemSz uint32 `toml:"default_memory"` DefaultBridges uint32 `toml:"default_bridges"` - DisableBlockDeviceUse bool `toml:"disable_block_device_use"` + Msize9p uint32 `toml:"msize_9p"` BlockDeviceDriver string `toml:"block_device_driver"` + DisableBlockDeviceUse bool `toml:"disable_block_device_use"` MemPrealloc bool `toml:"enable_mem_prealloc"` HugePages bool `toml:"enable_hugepages"` Swap bool `toml:"enable_swap"` Debug bool `toml:"enable_debug"` DisableNestingChecks bool `toml:"disable_nesting_checks"` EnableIOThreads bool `toml:"enable_iothreads"` - Msize9p uint32 `toml:"msize_9p"` } type proxy struct {