qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Is ivshmem's test for unix domain client socket valid?
@ 2015-11-20 17:56 Markus Armbruster
  2015-11-23 14:25 ` Paolo Bonzini
  0 siblings, 1 reply; 5+ messages in thread
From: Markus Armbruster @ 2015-11-20 17:56 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Luiz Capitulino, Claudio Fontana, marcandre.lureau

Looks rather fishy:

        if (strncmp(s->server_chr->filename, "unix:", 5)) {
            error_setg(errp, "chardev is not a unix client socket");
            return;
        }

Paolo, is this reliable?  Is it the proper way to check?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-24 13:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-20 17:56 [Qemu-devel] Is ivshmem's test for unix domain client socket valid? Markus Armbruster
2015-11-23 14:25 ` Paolo Bonzini
2015-11-24 12:26   ` [Qemu-devel] Is ivshmem's use of qemu_chr_open_eventfd() kosher? (was: Is ivshmem's test for unix domain client socket valid?) Markus Armbruster
2015-11-24 12:43     ` [Qemu-devel] Is ivshmem's use of qemu_chr_open_eventfd() kosher? Paolo Bonzini
2015-11-24 13:15       ` Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).