Re: [Qemu-devel] [RESEND][PATCH] Remove 16-character limit on process title

2010-11-16 Thread Anthony Liguori
On 11/05/2010 11:35 AM, John Morrissey wrote: qemu uses prctl() to set its process title. I bumped up against prctl()'s 16-character limit recently, when adding process title support to libvirt[1][2]. The attached patch overwrites argv instead. Linux seems to maintain the length of the original

Re: [Qemu-devel] [RESEND][PATCH] Remove 16-character limit on process title

2010-11-07 Thread Andreas Färber
Hello, Am 05.11.2010 um 17:35 schrieb John Morrissey: qemu uses prctl() to set its process title. I bumped up against prctl()'s 16-character limit recently, when adding process title support to libvirt[1][2]. The attached patch overwrites argv instead. Linux seems to maintain the length o

[Qemu-devel] [RESEND][PATCH] Remove 16-character limit on process title

2010-11-05 Thread John Morrissey
qemu uses prctl() to set its process title. I bumped up against prctl()'s 16-character limit recently, when adding process title support to libvirt[1][2]. The attached patch overwrites argv instead. Linux seems to maintain the length of the original args, even when the new args are shorter and NUL