From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0X6D-0003xy-Gw for qemu-devel@nongnu.org; Thu, 04 Jun 2015 11:30:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0X69-0001iB-83 for qemu-devel@nongnu.org; Thu, 04 Jun 2015 11:30:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32942) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0X69-0001i7-2a for qemu-devel@nongnu.org; Thu, 04 Jun 2015 11:30:25 -0400 Message-ID: <1433431821.3736.52.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 04 Jun 2015 17:30:21 +0200 In-Reply-To: <2e2fabdd19c4c81d40535244813fe42646557089.1433424889.git.DirtY.iCE.hu@gmail.com> References: <2e2fabdd19c4c81d40535244813fe42646557089.1433424889.git.DirtY.iCE.hu@gmail.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v2] qapi for audio backends List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?K=C5=91v=C3=A1g=C3=B3=2C_Zolt=C3=A1n?= Cc: qemu-devel@nongnu.org Hi, > Not sure about this one, so it's not yet in this patch: > * remove poll_mode: another obscure setting, and it's only matter of time until > the code bitrots enough to break it. I'd tend to drop this too, but it's probably good to check what exactly it is doing and to test whenever it actually works. > Any comment is appreciated. Looks good to me as draft to start working with. I expect we'll find some details which need tweeking when implementing this. cheers, Gerd