]> git.ipfire.org Git - thirdparty/qemu.git/commit
fix /proc/self/maps output
authorChristophe Lyon <christophe.lyon@linaro.org>
Tue, 2 Apr 2013 12:03:38 +0000 (14:03 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 18 May 2013 12:35:11 +0000 (16:35 +0400)
commite24fed4ed4cb006c76924dacb1274f71477b9e3c
tree4079b32ab36840f823b4f81c9956809e38ca1000
parent489ed4bbae309a6d897f6e037481c4c04f0737b5
fix /proc/self/maps output

Add a space at end of line when there is no filename to print, to
conform to linux kernel format (see show_map_vma() in
fs/proc/task_mmu.c).

Signed-off-by: Christophe Lyon <christophe.lyon@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
linux-user/syscall.c