]> git.ipfire.org Git - thirdparty/qemu.git/commit
util: use qemu_write_full() in qemu_write_pidfile()
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 20 Apr 2022 13:26:19 +0000 (17:26 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 21 Apr 2022 13:09:09 +0000 (17:09 +0400)
commit96eb9b2b47ecd923ff67848c0b1a92a900f95d91
tree1e407db71a3ed0d6b5fbaf49cc4b106debd690be
parentd0dedf2f4c116293d82d0bda510e4bb4d7dfac26
util: use qemu_write_full() in qemu_write_pidfile()

Mostly for correctness.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220420132624.2439741-37-marcandre.lureau@redhat.com>
util/oslib-posix.c