qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v7 4/4] monitor: add lock to protect mon_fdsets


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v7 4/4] monitor: add lock to protect mon_fdsets
Date: Thu, 24 May 2018 10:28:37 +0100
User-agent: Mutt/1.9.5 (2018-04-13)

On Thu, May 24, 2018 at 12:39:52PM +0800, Peter Xu wrote:
>  int monitor_fdset_get_fd(int64_t fdset_id, int flags)
>  {
> -#ifndef _WIN32
> +#ifdef _WIN32
> +    return -ENOENT;

stubs/fdset.c:monitor_fdset_get_fd() should return -ENOENT instead of -1
now.

Attachment: signature.asc
Description: PGP signature


reply via email to

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