From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WS5hh-0004xX-KS for mharc-qemu-trivial@gnu.org; Mon, 24 Mar 2014 10:18:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS5hY-0004lV-W6 for qemu-trivial@nongnu.org; Mon, 24 Mar 2014 10:18:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WS5hR-00017Z-J2 for qemu-trivial@nongnu.org; Mon, 24 Mar 2014 10:18:08 -0400 Received: from cantor2.suse.de ([195.135.220.15]:51899 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS5hC-0000r2-IR; Mon, 24 Mar 2014 10:17:46 -0400 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id CB1CDAB49; Mon, 24 Mar 2014 14:17:45 +0000 (UTC) Message-ID: <53303E87.7090209@suse.de> Date: Mon, 24 Mar 2014 15:17:43 +0100 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Organization: SUSE LINUX Products GmbH User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Peter Maydell , Stefan Hajnoczi , Prasad Joshi References: <1395566923-5074-1-git-send-email-prasadjoshi.linux@gmail.com> <20140324131959.GF4384@stefanha-thinkpad.redhat.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 195.135.220.15 Cc: Anthony Liguori , Alexey Kardashevskiy , "J. Kiszka" , Riku Voipio , Alexander Graf , v.maffione@gmail.com, QEMU Developers , QEMU Trivial , Vassili Karpov , Alex Bligh , Paolo Bonzini , g.lettieri@iet.unipi.it, rizzo@iet.unipi.it, Gerd Hoffmann Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 1/6] audio: set top level latch for each slot X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 14:18:16 -0000 Am 24.03.2014 14:22, schrieb Peter Maydell: > On 24 March 2014 13:19, Stefan Hajnoczi wrote: >> On Sun, Mar 23, 2014 at 02:58:38PM +0530, Prasad Joshi wrote: >>> CSMKeyControll function is supposed to set the top level latch for ea= ch >>> slot. However, at the moment, it incorrectly updates only the first >>> slot. Patch fixes the problem. >>> >>> Signed-off-by: Prasad Joshi >>> --- >>> hw/audio/fmopl.c | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> Peter: This series has some fixes for QEMU 2.0 since they are bug fixe= s. >=20 > I'm currently assuming that bugfixes for 2.0 will appear in > the form of pullrequests marked 'for-2.0' from the appropriate > submaintainers... I've already picked up the openpic patch earlier today and got distracted from testing it on PowerKVM for sending out the message... Regards, Andreas P.S. Prasad, please remember to prepend a cover letter 0/6 next time. --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=C3=BCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=C3=B6rffer; HRB 16746 AG N=C3=BC= rnberg From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS5hK-0004UC-72 for qemu-devel@nongnu.org; Mon, 24 Mar 2014 10:18:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WS5hC-0000sT-R0 for qemu-devel@nongnu.org; Mon, 24 Mar 2014 10:17:54 -0400 Message-ID: <53303E87.7090209@suse.de> Date: Mon, 24 Mar 2014 15:17:43 +0100 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <1395566923-5074-1-git-send-email-prasadjoshi.linux@gmail.com> <20140324131959.GF4384@stefanha-thinkpad.redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/6] audio: set top level latch for each slot List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Stefan Hajnoczi , Prasad Joshi Cc: Anthony Liguori , Alexey Kardashevskiy , "J. Kiszka" , Riku Voipio , Alexander Graf , v.maffione@gmail.com, QEMU Developers , QEMU Trivial , Vassili Karpov , Fabien Chouteau , Alex Bligh , Paolo Bonzini , g.lettieri@iet.unipi.it, rizzo@iet.unipi.it, Gerd Hoffmann Am 24.03.2014 14:22, schrieb Peter Maydell: > On 24 March 2014 13:19, Stefan Hajnoczi wrote: >> On Sun, Mar 23, 2014 at 02:58:38PM +0530, Prasad Joshi wrote: >>> CSMKeyControll function is supposed to set the top level latch for ea= ch >>> slot. However, at the moment, it incorrectly updates only the first >>> slot. Patch fixes the problem. >>> >>> Signed-off-by: Prasad Joshi >>> --- >>> hw/audio/fmopl.c | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> Peter: This series has some fixes for QEMU 2.0 since they are bug fixe= s. >=20 > I'm currently assuming that bugfixes for 2.0 will appear in > the form of pullrequests marked 'for-2.0' from the appropriate > submaintainers... I've already picked up the openpic patch earlier today and got distracted from testing it on PowerKVM for sending out the message... Regards, Andreas P.S. Prasad, please remember to prepend a cover letter 0/6 next time. --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=C3=BCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=C3=B6rffer; HRB 16746 AG N=C3=BC= rnberg