Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Owner Reporter Resolution Summary
#63 becoulet gut duplicate block-file-emu fails in emu SMP
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.

#64 Nicolas Pouillon bouyer invalid test
Description

testing ticket creation

#65 Nicolas Pouillon bouyer invalid test
Description

testing ticket creation

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