diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/build/marionette.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/build/marionette.scm b/gnu/build/marionette.scm index f6ceb584721..015fc8a98b7 100644 --- a/gnu/build/marionette.scm +++ b/gnu/build/marionette.scm | |||
| @@ -107,8 +107,8 @@ QEMU monitor and to the guest's backdoor REPL." | |||
| 107 | (define extra-options | 107 | (define extra-options |
| 108 | (list "-nographic" | 108 | (list "-nographic" |
| 109 | "-monitor" (string-append "unix:" socket-directory "/monitor") | 109 | "-monitor" (string-append "unix:" socket-directory "/monitor") |
| 110 | "-chardev" (string-append "socket,id=repl,path=" socket-directory | 110 | "-chardev" (string-append "socket,id=repl,path=" |
| 111 | "/repl,reconnect=1") | 111 | socket-directory "/repl") |
| 112 | "-chardev" (string-append "socket,id=qga,server=on,wait=off,path=" | 112 | "-chardev" (string-append "socket,id=qga,server=on,wait=off,path=" |
| 113 | socket-directory "/qemu-ga") | 113 | socket-directory "/qemu-ga") |
| 114 | 114 | ||
