Skip to content

Commit 0522823

Browse files
committed
BAD COMMIT
1 parent 51fbfc0 commit 0522823

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pkg/pillar/hypervisor/kvm.go

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
628633
func newKvm() Hypervisor {
629634
ctrdCtx, err := initContainerd()
630635
if err != nil {

0 commit comments

Comments
 (0)