Re: [Qemu-devel] linux-user: improved fake /proc/self/stat

2012-01-03 Thread Fabio Erculiani
On Tue, Jan 3, 2012 at 3:26 PM, Alexander Graf wrote: > Subject should have [PATCH] in the beginning. Why don't you just create the > patch using git-format-patch? It makes sure the format is correct. You can > also check out http://wiki.qemu.org/Contribute/SubmitAPatch for some hints. > > And t

Re: [Qemu-devel] linux-user: improved fake /proc/self/stat

2012-01-03 Thread Alexander Graf
Subject should have [PATCH] in the beginning. Why don't you just create the patch using git-format-patch? It makes sure the format is correct. You can also check out http://wiki.qemu.org/Contribute/SubmitAPatch for some hints. And thanks a lot for fixing this! On 03.01.2012, at 08:25, Fabio Erc

[Qemu-devel] linux-user: improved fake /proc/self/stat

2012-01-02 Thread Fabio Erculiani
Hi all, this is a patch on top of "[PATCH 4/5] linux-user: fake /proc/self/stat" (sorry I couldn't find the git repo bound to this patchwork) that also implements PID and binary name reading them from the fake TSS. The pid was just a "why not" while the binary name is required (as well as the backe