Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 39)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#65 invalid test Nicolas Pouillon bouyer
Description

testing ticket creation

#64 invalid test Nicolas Pouillon bouyer
Description

testing ticket creation

#63 duplicate block-file-emu fails in emu SMP becoulet gut
Description

Block-file-emu emulates a block device behavior by accessing a file on the host system.

Processors in emu SMP mode are emulated by creating processes, done by calling fork(). But with fork(), file descriptors are not passed to child processes, and thus accesses to the block device from other processors fail.

On Linux hosts, the only ones on which the SMP mode is supported, we should call clone(CLONE_FILES) to create others processors in order to share all file descriptors.

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.