commit | 1ad3c6abc0d67e00b84abaa5527bc64b70ca2205 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Thu Nov 21 11:33:17 2013 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Mon Feb 03 16:06:24 2014 +0100 |
tree | 32a8784435829995303cf37f1abbd624de256827 | |
parent | 2f61120c10da9128357510debc8e66880cd2bfdc [diff] |
qtest: unlink QEMU pid file after startup 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 <stefanha@redhat.com>