]> git.proxmox.com Git - mirror_qemu.git/commit
char-win: do not override chr_free
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 8 Dec 2016 15:22:04 +0000 (18:22 +0300)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 31 Jan 2017 09:01:47 +0000 (13:01 +0400)
commitc266d94e7b271c90bed0be21fc45a8bb57c03313
treeae70c343689e84c452e5ef5c9a45d1fbc36ba9a1
parent1566b0c455c18b2bc3561368f9e9eed5089815eb
char-win: do not override chr_free

For some unclear reason to me, char-file does not have chr_free on
win32. Since we want to switch to instance finalizer instead of class
chr_free, we should be able to run the base WinChardev class finalizer
in any case. Use a boolean to skip free to ease the transition to
instance finalizer.

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