mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 07:48:55 +00:00
runtime: add support for QEMU 6
Use `on` and `off` to enable or disable features, `no` prefix is deprecated fixes #1545 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
2fc7f75724
commit
1555bfd8b5
@ -201,7 +201,7 @@ const (
|
||||
|
||||
qmpCapMigrationIgnoreShared = "x-ignore-shared"
|
||||
|
||||
qemuNvdimmOption = "nvdimm"
|
||||
qemuNvdimmOption = "nvdimm=on"
|
||||
)
|
||||
|
||||
// kernelParamsNonDebug is a list of the default kernel
|
||||
|
Loading…
Reference in New Issue
Block a user