mbox

[PULL,0/1] audio: Remove macros IO_READ_PROTO and IO_WRITE_PROTO

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

Pull-request

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

Message

Gerd Hoffmann Oct. 19, 2015, 8:24 a.m. UTC
Hi,

Release is coming, time to start flushing my patch queues even if there
isn't much in there.  Starting with the one-patch audio patch queue ;)

please pull,
  Gerd

PS: The gsoc audio backend work is not forgotten.  I'm just waiting for
    the dust of the qapi changes to settle ;)

The following changes since commit 40fe17bea478793fc9106a630fa3610dad51f939:

  hw/ide/ahci.c: Fix shift left into sign bit (2015-10-18 11:00:40 +0100)

are available in the git repository at:

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

for you to fetch changes up to 8307c294a355bbf3c5352e00877365b0cda66d52:

  Remove macros IO_READ_PROTO and IO_WRITE_PROTO (2015-10-19 09:03:53 +0200)

----------------------------------------------------------------
Remove macros IO_READ_PROTO and IO_WRITE_PROTO

----------------------------------------------------------------
Nutan Shinde (1):
      Remove macros IO_READ_PROTO and IO_WRITE_PROTO

 hw/audio/adlib.c  |  9 ++-------
 hw/audio/es1370.c | 17 ++++++-----------
 hw/audio/gus.c    |  9 ++-------
 hw/audio/sb16.c   | 15 +++++----------
 4 files changed, 15 insertions(+), 35 deletions(-)

Comments

Peter Maydell Oct. 19, 2015, 9:52 a.m. UTC | #1
On 19 October 2015 at 09:24, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Release is coming, time to start flushing my patch queues even if there
> isn't much in there.  Starting with the one-patch audio patch queue ;)
>
> please pull,
>   Gerd
>
> PS: The gsoc audio backend work is not forgotten.  I'm just waiting for
>     the dust of the qapi changes to settle ;)
>
> The following changes since commit 40fe17bea478793fc9106a630fa3610dad51f939:
>
>   hw/ide/ahci.c: Fix shift left into sign bit (2015-10-18 11:00:40 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/pull-audio-20151019-1
>
> for you to fetch changes up to 8307c294a355bbf3c5352e00877365b0cda66d52:
>
>   Remove macros IO_READ_PROTO and IO_WRITE_PROTO (2015-10-19 09:03:53 +0200)
>
> ----------------------------------------------------------------
> Remove macros IO_READ_PROTO and IO_WRITE_PROTO
>
> ----------------------------------------------------------------
> Nutan Shinde (1):
>       Remove macros IO_READ_PROTO and IO_WRITE_PROTO

Applied to master, thanks.

-- PMM