All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: Peter Maydell <peter.maydell@linaro.org>,
	 Stefan Hajnoczi <stefanha@redhat.com>,
	Prasad Joshi <prasadjoshi.linux@gmail.com>
Cc: Anthony Liguori <aliguori@amazon.com>,
	Alexey Kardashevskiy <aik@ozlabs.ru>,
	"J. Kiszka" <jan.kiszka@siemens.com>,
	Riku Voipio <riku.voipio@iki.fi>, Alexander Graf <agraf@suse.de>,
	v.maffione@gmail.com, QEMU Developers <qemu-devel@nongnu.org>,
	QEMU Trivial <qemu-trivial@nongnu.org>,
	Vassili Karpov <av1474@comtv.ru>, Alex Bligh <alex@alex.org.uk>,
	Paolo Bonzini <pbonzini@redhat.com>,
	g.lettieri@iet.unipi.it, rizzo@iet.unipi.it,
	Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 1/6] audio: set top level latch for each slot
Date: Mon, 24 Mar 2014 15:17:43 +0100	[thread overview]
Message-ID: <53303E87.7090209@suse.de> (raw)
In-Reply-To: <CAFEAcA-D+6uHgaChtvmmZ6gXoPsAxY=0L9ho6a2xoryYHC6xsA@mail.gmail.com>

Am 24.03.2014 14:22, schrieb Peter Maydell:
> On 24 March 2014 13:19, Stefan Hajnoczi <stefanha@redhat.com> 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 <prasadjoshi.linux@gmail.com>
>>> ---
>>>  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...

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.

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg


WARNING: multiple messages have this Message-ID (diff)
From: "Andreas Färber" <afaerber@suse.de>
To: Peter Maydell <peter.maydell@linaro.org>,
	Stefan Hajnoczi <stefanha@redhat.com>,
	Prasad Joshi <prasadjoshi.linux@gmail.com>
Cc: Anthony Liguori <aliguori@amazon.com>,
	Alexey Kardashevskiy <aik@ozlabs.ru>,
	"J. Kiszka" <jan.kiszka@siemens.com>,
	Riku Voipio <riku.voipio@iki.fi>, Alexander Graf <agraf@suse.de>,
	v.maffione@gmail.com, QEMU Developers <qemu-devel@nongnu.org>,
	QEMU Trivial <qemu-trivial@nongnu.org>,
	Vassili Karpov <av1474@comtv.ru>,
	Fabien Chouteau <chouteau@adacore.com>,
	Alex Bligh <alex@alex.org.uk>,
	Paolo Bonzini <pbonzini@redhat.com>,
	g.lettieri@iet.unipi.it, rizzo@iet.unipi.it,
	Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 1/6] audio: set top level latch for each slot
Date: Mon, 24 Mar 2014 15:17:43 +0100	[thread overview]
Message-ID: <53303E87.7090209@suse.de> (raw)
In-Reply-To: <CAFEAcA-D+6uHgaChtvmmZ6gXoPsAxY=0L9ho6a2xoryYHC6xsA@mail.gmail.com>

Am 24.03.2014 14:22, schrieb Peter Maydell:
> On 24 March 2014 13:19, Stefan Hajnoczi <stefanha@redhat.com> 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 <prasadjoshi.linux@gmail.com>
>>> ---
>>>  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...

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.

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

  reply	other threads:[~2014-03-24 14:18 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-23  9:28 [Qemu-trivial] [PATCH 1/6] audio: set top level latch for each slot Prasad Joshi
2014-03-23  9:28 ` [Qemu-devel] " Prasad Joshi
2014-03-23  9:28 ` [Qemu-trivial] [PATCH 2/6] intc/openpic_kvm: fix MemListener delete regiion callback function Prasad Joshi
2014-03-23  9:28   ` [Qemu-devel] " Prasad Joshi
2014-03-24 14:25   ` [Qemu-trivial] " Andreas Färber
2014-03-24 14:25     ` Andreas Färber
2014-04-02  8:54     ` [Qemu-trivial] " Alexander Graf
2014-04-02  8:54       ` Alexander Graf
2014-04-02 10:53       ` [Qemu-trivial] " Andreas Färber
2014-04-02 10:53         ` Andreas Färber
2014-04-02 11:32         ` [Qemu-trivial] " Alexander Graf
2014-04-02 11:32           ` Alexander Graf
2014-03-23  9:28 ` [Qemu-trivial] [PATCH 3/6] pcnet: remove duplicate assignment Prasad Joshi
2014-03-23  9:28   ` [Qemu-devel] " Prasad Joshi
2014-03-24 13:18   ` [Qemu-trivial] " Stefan Hajnoczi
2014-03-24 13:18     ` [Qemu-devel] " Stefan Hajnoczi
2014-03-25 12:32   ` [Qemu-trivial] " Stefan Hajnoczi
2014-03-25 12:32     ` Stefan Hajnoczi
2014-03-23  9:28 ` [Qemu-trivial] [PATCH 4/6] hw/timer/grlib_gptimer: remove unnecessary assignment Prasad Joshi
2014-03-23  9:28   ` [Qemu-devel] " Prasad Joshi
2014-03-27  5:16   ` [Qemu-trivial] " Michael Tokarev
2014-03-27  5:16     ` [Qemu-devel] " Michael Tokarev
2014-03-23  9:28 ` [Qemu-trivial] [PATCH 5/6] linux-user: remove duplicate statement Prasad Joshi
2014-03-23  9:28   ` [Qemu-devel] " Prasad Joshi
2014-03-24  8:57   ` [Qemu-trivial] " Riku Voipio
2014-03-24  8:57     ` [Qemu-devel] " Riku Voipio
2014-03-27  5:17   ` [Qemu-trivial] " Michael Tokarev
2014-03-27  5:17     ` [Qemu-devel] " Michael Tokarev
2014-03-23  9:28 ` [Qemu-trivial] [PATCH 6/6] net: netmap_poll must update both read/write poll state Prasad Joshi
2014-03-23  9:28   ` [Qemu-devel] " Prasad Joshi
2014-03-24 13:18   ` [Qemu-trivial] " Stefan Hajnoczi
2014-03-24 13:18     ` [Qemu-devel] " Stefan Hajnoczi
2014-03-25 12:31   ` [Qemu-trivial] " Stefan Hajnoczi
2014-03-25 12:31     ` Stefan Hajnoczi
2014-03-24 13:19 ` [Qemu-trivial] [PATCH 1/6] audio: set top level latch for each slot Stefan Hajnoczi
2014-03-24 13:19   ` [Qemu-devel] " Stefan Hajnoczi
2014-03-24 13:22   ` [Qemu-trivial] " Peter Maydell
2014-03-24 13:22     ` [Qemu-devel] " Peter Maydell
2014-03-24 14:17     ` Andreas Färber [this message]
2014-03-24 14:17       ` Andreas Färber
2014-03-25  9:00     ` [Qemu-trivial] " Stefan Hajnoczi
2014-03-25  9:00       ` [Qemu-devel] " Stefan Hajnoczi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53303E87.7090209@suse.de \
    --to=afaerber@suse.de \
    --cc=agraf@suse.de \
    --cc=aik@ozlabs.ru \
    --cc=alex@alex.org.uk \
    --cc=aliguori@amazon.com \
    --cc=av1474@comtv.ru \
    --cc=g.lettieri@iet.unipi.it \
    --cc=jan.kiszka@siemens.com \
    --cc=kraxel@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=prasadjoshi.linux@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=riku.voipio@iki.fi \
    --cc=rizzo@iet.unipi.it \
    --cc=stefanha@redhat.com \
    --cc=v.maffione@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.