Statistics
| Branch: | Revision:

root / linux-user / cpu-uname.c @ 93148aa5

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
7ff60e15 12/06/2011 12:04 pm Peter Maydell

linux-user/cpu-uname.c: Convert to UTF-8

Convert comment from ISO-8859-1 encoding to UTF-8 to match the rest
of QEMU's source code.

Reviewed-by: Stefan Weil <>
Signed-off-by: Peter Maydell <>
Signed-off-by: Stefan Hajnoczi <>

da79030f 02/06/2010 06:19 pm Loïc Minier

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 <>
Signed-off-by: Loïc Minier <>