Re: [Qemu-devel] [PATCH 12/40] char-win: do not override chr_free

2017-01-12 Thread Marc-André Lureau
- Original Message - > On 01/11/2017 11:29 AM, Marc-André Lureau wrote: > > 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 finaliz

Re: [Qemu-devel] [PATCH 12/40] char-win: do not override chr_free

2017-01-11 Thread Eric Blake
On 01/11/2017 11:29 AM, Marc-André Lureau wrote: > 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