[libvirt] [PATCH v2] command: Discard FD_SETSIZE limit for opened files

Michal Privoznik mprivozn at redhat.com
Thu Jan 5 09:01:01 UTC 2012


On 04.01.2012 19:51, Eric Blake wrote:
> On 01/04/2012 09:58 AM, Michal Privoznik wrote:
>> Currently, virCommand implementation uses FD_ macros from
>> sys/select.h. However, those cannot handle more opened files
>> than FD_SETSIZE. Therefore switch to generalized implementation
>> based on array of integers.
>> ---
>> diff to v1:
>> - Eric's review included
>>
>>  src/util/command.c |  113 ++++++++++++++++++++++++++++++++++++++++------------
>>  1 files changed, 87 insertions(+), 26 deletions(-)
>>

> 
> ACK with those two lines fixed.
> 

Thanks, fixed & pushed.

Michal




More information about the libvir-list mailing list