Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 39)

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

Add NiosII support in preempt branch

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

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

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