Skip to content

Commit f2a0843

Browse files
authored
scripts/ci/qemu-run.sh: create pidfile for CI (#932)
Signed-off-by: Michał Iwanicki <[email protected]>
1 parent b648101 commit f2a0843

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/qemu-run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ QEMU_PARAMS_BASE="-machine q35,smm=on \
138138
-drive if=pflash,format=raw,unit=0,file=${QEMU_FW_FILE} \
139139
-global ICH9-LPC.disable_s3=1 \
140140
-qmp unix:/tmp/qmp-socket,server,nowait \
141+
-pidfile /tmp/qemu-pid \
141142
-serial telnet:localhost:1234,server,nowait \
142143
-device virtio-scsi-pci,id=scsi \
143144
-device qemu-xhci,id=usb \

0 commit comments

Comments
 (0)