Logo
Explore Help
Sign In
dfaggioli/qemu
1
0
Fork 0
You've already forked qemu
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
f115a19c40b6ef19f08d12eeb032d88f176d6870
qemu/linux-user/uname.h

11 lines
200 B
C
Raw Normal View History

linux-user: move uname functions to uname.c Make syscall.c slightly smaller by moving uname-related functions to uname.c. Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2014-02-19 15:35:35 +02:00
#ifndef UNAME_H
#define UNAME_H 1
#include <sys/utsname.h>
#include <linux/utsname.h>
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);
linux-user: move uname functions to uname.c Make syscall.c slightly smaller by moving uname-related functions to uname.c. Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2014-02-19 15:35:35 +02:00
int sys_uname(struct new_utsname *buf);
#endif /* UNAME _H */
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 241ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API