Skip to content

Commit 503ce60

Browse files
committed
feat: add vsocket
Signed-off-by: Kevin Klopfenstein <[email protected]>
1 parent da64192 commit 503ce60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/machine/qemu/stubber.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func (q *QEMUStubber) setQEMUCommandLine(mc *vmconfigs.MachineConfig) error {
8383
return err
8484
}
8585
q.Command.SetSerialPort(*readySocket, *mc.QEMUHypervisor.QEMUPidPath, mc.Name)
86-
q.Command.SetVsocket(mc.VSocketCid)
86+
q.Command.SetVsocket(mc.QEMUHypervisor.VSocketCid)
8787

8888
q.Command.SetUSBHostPassthrough(mc.Resources.USBs)
8989

0 commit comments

Comments
 (0)