This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
3a5d30bf27
qemu-e2k
/
linux-user
/
cpu-uname.h
2 lines
49 B
C
Raw
Normal View
History
Unescape
Escape
linux-user: adapt uname machine to emulated CPU This patch for linux-user adapts the output of the emulated uname() syscall to match the configured CPU. Tested with x86, x86-64 and arm emulation. Signed-off-by: Riku Voipio <riku.voipio@iki.fi> Signed-off-by: Loïc Minier <lool@dooz.org>
2009-12-29 22:06:13 +01:00
const
char
*
cpu_to_uname_machine
(
void
*
cpu_env
)
;
Reference in New Issue
Copy Permalink