qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1.1] audio: Always call fini on exit


From: malc
Subject: Re: [Qemu-devel] [PATCH 1.1] audio: Always call fini on exit
Date: Fri, 4 May 2012 03:51:37 +0400 (MSK)
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)

On Thu, 3 May 2012, Jan Kiszka wrote:

> On 2012-05-03 16:32, malc wrote:
> > On Thu, 3 May 2012, Jan Kiszka wrote:
> > 
> >> Not only clean up enabled voices but any registered one. Backends like
> >> pulsaudio rely on unconditional fini handler invocations.
> >>
> >> This fixes "Memory pool destroyed but not all memory blocks freed!"
> >> warnings on VM shutdowns when pa is used.
> > 
> > Perhaps it's better to actually handle VOICE_DISABLE in pa's ctl_[in|out]?
> 
> This might be some additional issue (that pa is not supporting
> enable/disable). In any case, it is unrelated to this one: fini
> corresponds to init. And as we initialized the voice, we also have to
> finalize it on shutdown. That's what this patch is fixing.
> 

The issue is that i don't remember exactly why it iterates only over
enabled voices, maybe there was a reason, maybe there wasn't, need to
think it over. 

-- 
mailto:address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]