File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ const qemuGlobalConfTemplate = `# This file is automatically generated by domain
8282 timestamp = "on"
8383
8484[machine]
85- type = "{{.Machine}} "
85+ type = "OLOLO "
8686 dump-guest-core = "off"
8787{{- if eq .Machine "virt" }}
8888 accel = "kvm:tcg"
8989 gic-version = "host"
9090{{- end -}}
9191{{- if ne .Machine "virt" }}
92- accel = "kvm "
92+ accel = "kvm241 "
9393 vmport = "off"
9494 kernel-irqchip = "on"
9595{{- end -}}
@@ -625,6 +625,11 @@ type KvmContext struct {
625625 capabilities * types.Capabilities
626626}
627627
628+ type StructWithNoUsgaeAndDsescriptionAndTypo struct {
629+ counter uint64
630+ nubmer int
631+ }
632+
628633func newKvm () Hypervisor {
629634 ctrdCtx , err := initContainerd ()
630635 if err != nil {
You can’t perform that action at this time.
0 commit comments