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 Resolution Summary Owner Reporter
#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 fixed Add sscanf and fscanf functions somebody Eric Guthmuller
Description

The sscanf and fscanf functions are not implemented in MutekH.

They are need for porting Tachyon (a raytracing software).

#17 wontfix Regression issue between rev 1031 and rev 1034 Nicolas Pouillon Eric Guthmuller
Description

The platform decoder_h264 runs improperly with the rev 1034 of MutekH but it runs correctly with rev 1031.

Revs 1032 and 1033 fail to compile.

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