qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] qemu-armeb linux stat64 syscall fix


From: Claudio Scordino
Subject: [Qemu-devel] [PATCH] qemu-armeb linux stat64 syscall fix
Date: Tue, 12 Sep 2006 12:20:35 +0200
User-agent: KMail/1.8

Hi all,

    we had a problem compiling the linux kernel using for an 
arm big endian target in the qemu-armeb environment. 

The compilation  stopped when executing the split-include utility during 
the kernel compilation phase: split-include exited with an error of the 
stat64 syscall, executed in the environment emulated by qemu. 

Qemu seemed to ignore the fact that in big endian systems the fields 
st_blocks and its padding are swapped (to allow future expansion of the 
field,) so the fix consisted only in swapping the two fields (only in big 
endian systems, of course.)

The attached patch  should fix the problem.

Regards,

            Michael, Fabio and Claudio

Attachment: 44_armbe_stat64_linux.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]