Ladi Prosek писал 2017-10-03 14:49:
+ chr = qemu_chr_new_noreplay(WINDBG, device); + if (!chr) {This should generate error output. Passing "-windbg bogus" makes QEMU exit silently. -gdb seems to have the same problem.
I added additional checking on chardev. At the moment, supporting only pipe.
Thanks, Mihail Abakumov
+ return -1; + } +