qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 07/43] windbg: added chardev


From: Mihail Abakumov
Subject: Re: [Qemu-devel] [PATCH 07/43] windbg: added chardev
Date: Tue, 24 Oct 2017 14:45:38 +0300
User-agent: Roundcube Webmail/1.1.2

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;
+    }
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]