]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-char.c
char-socket: convert to finalize
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 8 Dec 2016 13:51:47 +0000 (16:51 +0300)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 31 Jan 2017 09:01:46 +0000 (13:01 +0400)
commit2c3a5dcbf8c9254835c76e867c9a560fec0753b9
treec48872ed7663e3e393c6968f2b9a6759e7561593
parent819aad230a50e9d5c9814f9390ef8e19f1f24c48
char-socket: convert to finalize

Notice that finalize() will be run after a failure to open(), so cleanup
code must be adjusted.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
qemu-char.c