mbox

[PULL,0/1] sb16: fix interrupt acknowledgement

Message ID 1421926841-22510-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-audio-20150122-1

Message

Gerd Hoffmann Jan. 22, 2015, 11:40 a.m. UTC
Hi,

Pretty short audio queue, with a single soundblaster bugfix.

please pull,
  Gerd

The following changes since commit 699eae17b841e6784dc3864bf357e26bff1e9dfe:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20150120' into staging (2015-01-20 16:19:58 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-audio-20150122-1

for you to fetch changes up to 9939375c282a0f97afa69dc6799d3c77aaf7d544:

  sb16: fix interrupt acknowledgement (2015-01-22 11:04:18 +0100)

----------------------------------------------------------------
b16: fix interrupt acknowledgement

----------------------------------------------------------------
Paolo Bonzini (1):
      sb16: fix interrupt acknowledgement

 hw/audio/sb16.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell Jan. 23, 2015, 1:23 p.m. UTC | #1
On 22 January 2015 at 11:40, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Pretty short audio queue, with a single soundblaster bugfix.
>
> please pull,
>   Gerd
>
> The following changes since commit 699eae17b841e6784dc3864bf357e26bff1e9dfe:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20150120' into staging (2015-01-20 16:19:58 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-audio-20150122-1
>
> for you to fetch changes up to 9939375c282a0f97afa69dc6799d3c77aaf7d544:
>
>   sb16: fix interrupt acknowledgement (2015-01-22 11:04:18 +0100)
>
> ----------------------------------------------------------------
> b16: fix interrupt acknowledgement
>
> ----------------------------------------------------------------
> Paolo Bonzini (1):
>       sb16: fix interrupt acknowledgement

Applied, thanks.

-- PMM