This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f2574737f6
qemu
/
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-30 00:06:13 +03:00
const
char
*
cpu_to_uname_machine
(
void
*
cpu_env
)
;
Reference in New Issue
Copy Permalink