From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo5k1-00062J-6A for qemu-devel@nongnu.org; Mon, 19 Oct 2015 04:24:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zo5jw-0000uS-E0 for qemu-devel@nongnu.org; Mon, 19 Oct 2015 04:24:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo5jw-0000uO-95 for qemu-devel@nongnu.org; Mon, 19 Oct 2015 04:24:20 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id CDE49C0B7874 for ; Mon, 19 Oct 2015 08:24:19 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 19 Oct 2015 10:24:14 +0200 Message-Id: <1445243055-32403-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/1] audio: Remove macros IO_READ_PROTO and IO_WRITE_PROTO List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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(-)