From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSNF4-0006hm-UY for qemu-devel@nongnu.org; Tue, 25 Mar 2014 05:02:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSNEy-0002Hl-Qo for qemu-devel@nongnu.org; Tue, 25 Mar 2014 05:01:54 -0400 Date: Tue, 25 Mar 2014 10:00:38 +0100 From: Stefan Hajnoczi Message-ID: <20140325090038.GB17172@stefanha-thinkpad.redhat.com> References: <1395566923-5074-1-git-send-email-prasadjoshi.linux@gmail.com> <20140324131959.GF4384@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Cc: Alex Bligh , v.maffione@gmail.com, Alexey Kardashevskiy , "J. Kiszka" , Prasad Joshi , Riku Voipio , Alexander Graf , Fabien Chouteau , QEMU Developers , QEMU Trivial , Vassili Karpov , Gerd Hoffmann , Anthony Liguori , Paolo Bonzini , g.lettieri@iet.unipi.it, rizzo@iet.unipi.it, Andreas =?iso-8859-1?Q?F=E4rber?= On Mon, Mar 24, 2014 at 01:22:56PM +0000, Peter Maydell wrote: > 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 each > >> 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 fixes. > > I'm currently assuming that bugfixes for 2.0 will appear in > the form of pullrequests marked 'for-2.0' from the appropriate > submaintainers... Okay, I'll take the relevant ones for the net subsystem and send a pull request. Stefan