Skip to content
Snippets Groups Projects
Commit b8f244b1 authored by Ross Lagerwall's avatar Ross Lagerwall Committed by Daniel P. Berrangé
Browse files

io: Add /dev/fdset/ support to QIOChannelFile


Add /dev/fdset/ support to QIOChannelFile by calling qemu_open() instead
of open() and qemu_close() instead of close(). There is a subtle
semantic change since qemu_open() automatically sets O_CLOEXEC, but this
doesn't affect any of the users of the function.

Signed-off-by: default avatarRoss Lagerwall <ross.lagerwall@citrix.com>
Signed-off-by: default avatarDaniel P. Berrange <berrange@redhat.com>
parent a2565df1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment