diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1848231')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1848231 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1848231 b/results/scraper/launchpad-without-comments/1848231 new file mode 100644 index 00000000..35545dfc --- /dev/null +++ b/results/scraper/launchpad-without-comments/1848231 @@ -0,0 +1,17 @@ +serial/parallel character devices created for the none-machine + +The none-machine can not be started unless using "-serial null": + +qemu-system-x86_64 -machine none -nographic -monitor stdio +QEMU 3.1.1 monitor - type 'help' for more information +(qemu) qemu-system-x86_64: cannot use stdio by multiple character devices +qemu-system-x86_64: could not connect serial device to character backend 'stdio' +$ + +$ qemu-system-mips -machine none -nographic -serial null -monitor stdio +QEMU 4.1.50 monitor - type 'help' for more information +(qemu) info chardev +parallel0: filename=null +compat_monitor0: filename=stdio +serial0: filename=null +(qemu) \ No newline at end of file |