Re: [Qemu-devel] [PATCH v4 for 2.5 0/3] qga: non-blocking fd cleanups

2015-10-29 Thread Michael Roth
Quoting Denis V. Lunev (2015-10-28 10:13:54) > This patchset is reincarnation of one patch discussed in the scope of > QEMU 2.4 and rejected for that time. Actually we should use > non-blocking descriptors in QGA on Windows in guest-file-open exactly > like was done for Posix. > > Changes from v3:

[Qemu-devel] [PATCH v4 for 2.5 0/3] qga: non-blocking fd cleanups

2015-10-28 Thread Denis V. Lunev
This patchset is reincarnation of one patch discussed in the scope of QEMU 2.4 and rejected for that time. Actually we should use non-blocking descriptors in QGA on Windows in guest-file-open exactly like was done for Posix. Changes from v3: - handle_set_nonblocking now is local function in qga/co