blob: 0c3acf8c791ed6cc20d63f0418ffa5a57a0003ce (
plain) (
blame)
1
2
3
4
5
6
7
|
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'
```
|