Speaking of virtio-serial, is there a way to get virtio serial ports to
attach to qemu's stdin/stdout the way other serial ports can (and which
is the default with --nographic for conventional serial ports), or do
you still have to make a magic char device on the host?
I never understood wh
Signed-off-by: Amit Shah
---
hw/virtio-serial-bus.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/virtio-serial-bus.c b/hw/virtio-serial-bus.c
index 155da58..30f450c 100644
--- a/hw/virtio-serial-bus.c
+++ b/hw/virtio-serial-bus.c
@@ -56,7 +56,7 @@ struct VirtIOSerial