Re: [Qemu-devel] [PULL 0/3] qtest: avoid pidfile and QEMU process leaks

2014-02-21 Thread Peter Maydell
On 19 February 2014 14:50, Stefan Hajnoczi wrote: > Reviewed by Paolo and Markus. Here is the pull request. > > v2: > * Don't call qtest_end() from SIGABRT handler to avoid reentrancy [Paolo] > * Use sigemptyset() to avoid assumption about signal mask [Markus] > * if (fd != -1) close(fd) is no

Re: [Qemu-devel] [PULL 0/3] qtest: avoid pidfile and QEMU process leaks

2014-02-20 Thread Stefan Hajnoczi
On Wed, Feb 19, 2014 at 07:23:24PM +0100, Andreas Färber wrote: > Am 19.02.2014 15:50, schrieb Stefan Hajnoczi: > > Reviewed by Paolo and Markus. Here is the pull request. > > > > v2: > > * Don't call qtest_end() from SIGABRT handler to avoid reentrancy [Paolo] > > * Use sigemptyset() to avoid

Re: [Qemu-devel] [PULL 0/3] qtest: avoid pidfile and QEMU process leaks

2014-02-19 Thread Andreas Färber
Am 19.02.2014 15:50, schrieb Stefan Hajnoczi: > Reviewed by Paolo and Markus. Here is the pull request. > > v2: > * Don't call qtest_end() from SIGABRT handler to avoid reentrancy [Paolo] > * Use sigemptyset() to avoid assumption about signal mask [Markus] > * if (fd != -1) close(fd) is no lon

[Qemu-devel] [PULL 0/3] qtest: avoid pidfile and QEMU process leaks

2014-02-19 Thread Stefan Hajnoczi
Reviewed by Paolo and Markus. Here is the pull request. v2: * Don't call qtest_end() from SIGABRT handler to avoid reentrancy [Paolo] * Use sigemptyset() to avoid assumption about signal mask [Markus] * if (fd != -1) close(fd) is no longer necessary [Markus] This series prevents the following