mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
build/marionette: Remove 'reconnect=1' QEMU parameter.
This option was removed from QEMU 10.2. 'make check-system TESTS=anonip', which does a reboot and was the reason for its introduction still passes, so apparently it's no longer needed. * gnu/build/marionette.scm (make-marionette) <extra-options>: Remove reconnect=1 chardev parameter. Change-Id: Iaa225bc6a9f58cbbca74fc394ec2005f51e8491d
This commit is contained in:
@@ -107,8 +107,8 @@ QEMU monitor and to the guest's backdoor REPL."
|
||||
(define extra-options
|
||||
(list "-nographic"
|
||||
"-monitor" (string-append "unix:" socket-directory "/monitor")
|
||||
"-chardev" (string-append "socket,id=repl,path=" socket-directory
|
||||
"/repl,reconnect=1")
|
||||
"-chardev" (string-append "socket,id=repl,path="
|
||||
socket-directory "/repl")
|
||||
"-chardev" (string-append "socket,id=qga,server=on,wait=off,path="
|
||||
socket-directory "/qemu-ga")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user