Hello,
I'm using ovs-dpdk from https://github.com/01org/dpdk-ovs the package
also includes qemu-1.6.2. I'm observing the following behaviour, which
I would like to clarify.
Qemu is launched:
% qemu-system-x86_64 -cpu host -boot c -hda my_image.qcow2 -snapshot
-m 1024 --enable-kvm -name vm0 -nogra
sent this question to the QEMU developer mailing list, but feel QEMU user
ML is more appropriate.
I am emulating a UART serial device with QEMU. the guest OS can print to
the serial port without a problem. but how can i write to the UART serial
port. I tried to use the -serial pty backend and did