Debug/Expert options:
Redirect the virtual serial port to host character device dev. The default device is vc in graphical mode and stdio in non graphical mode.
vc
stdio
This option can be used several times to simulate up to 4 serials ports.
pipe:filename
name pipe filename
这个是linux下的管道, 不是windows下的
这里是不是把调试信息输出到 管道中, 然后用windbg连接这个管道?
请问如何用qemu来 虚拟一个串口 通过管道?, 网上都是用vmware设置串口,没有关于qemu的串口的使用
类似这样启动QEMU
qemu -L .\bin .\image\cmsdsk.img -serial pipe:com1 -m 512
在WinDBG中这样指定管道名\\.\pipe\com1