Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#52 fixed Add NiosII support in preempt branch becoulet becoulet
Description

Add NiosII support in preempt branch

#61 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.

#62 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 13
Note: See TracQuery for help on using queries.