Re: [Qemu-devel] [PATCH 1/2] qtest: unlink QEMU pid file after startup

2013-12-06 Thread Markus Armbruster
Stefan Hajnoczi stefa...@redhat.com writes: After starting the QEMU process and initializing the QMP connection, we can read the pid file and unlink it. Just stash away the pid instead of the pid filename. This way we can avoid pid file leaks since running tests may abort(3) without

[Qemu-devel] [PATCH 1/2] qtest: unlink QEMU pid file after startup

2013-11-21 Thread Stefan Hajnoczi
After starting the QEMU process and initializing the QMP connection, we can read the pid file and unlink it. Just stash away the pid instead of the pid filename. This way we can avoid pid file leaks since running tests may abort(3) without cleanup. Signed-off-by: Stefan Hajnoczi