blob: 3df2c17efe95d87cebc8da075432c185ee3a83ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Cannot use `-serial stdio` on macbook pro, apple silicon
Description of problem:
When I run the command above, it will show below:
```
(qemu) qemu-system-aarch64: -serial stdio: cannot use stdio by multiple character devices
qemu-system-aarch64: -serial stdio: could not connect serial device to character backend 'stdio'
```
|