+1
−1
linux-user/cpu-uname.c
0 → 100644
+72
−0
linux-user/cpu-uname.h
0 → 100644
+1
−0
+2
−1
Loading
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>