On Tue, Aug 17, 2021 at 01:59:22PM +0400, Marc-André Lureau wrote:
> Hi
>
> On Tue, Aug 17, 2021 at 12:56 PM Michal Privoznik
> wrote:
>
> > When opening a path that starts with "/dev/fdset/" the control
> > jumps into qemu_parse_fdset() and then into
> > monitor_fdset_dup_fd_add(). In here, cor
On 8/17/21 11:59 AM, Marc-André Lureau wrote:
> Hi
>
> On Tue, Aug 17, 2021 at 12:56 PM Michal Privoznik
> wrote:
>
>> When opening a path that starts with "/dev/fdset/" the control
>> jumps into qemu_parse_fdset() and then into
>> monitor_fdset_dup_fd_add(). In here, corresponding fdset is foun
Hi
On Tue, Aug 17, 2021 at 12:56 PM Michal Privoznik
wrote:
> When opening a path that starts with "/dev/fdset/" the control
> jumps into qemu_parse_fdset() and then into
> monitor_fdset_dup_fd_add(). In here, corresponding fdset is found
> and then all FDs from the set are iterated over trying
When opening a path that starts with "/dev/fdset/" the control
jumps into qemu_parse_fdset() and then into
monitor_fdset_dup_fd_add(). In here, corresponding fdset is found
and then all FDs from the set are iterated over trying to find an
FD that matches expected access mode. For instance, if calle