From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azh5t-0006s5-OC for qemu-devel@nongnu.org; Mon, 09 May 2016 05:03:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azh5n-0001im-1U for qemu-devel@nongnu.org; Mon, 09 May 2016 05:03:12 -0400 Received: from ssl.serverraum.org ([213.133.101.245]:48724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azh5m-0001i1-Rm for qemu-devel@nongnu.org; Mon, 09 May 2016 05:03:06 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 09 May 2016 11:03:06 +0200 From: michael@walle.cc In-Reply-To: <1458205576-21646-5-git-send-email-zxq_yx_007@163.com> References: <1458205576-21646-1-git-send-email-zxq_yx_007@163.com> <1458205576-21646-5-git-send-email-zxq_yx_007@163.com> Message-ID: Subject: Re: [Qemu-devel] [RESEND PATCH v2 4/4] hw/audio: QOM'ify milkymist-ac97.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xiaoqiang zhao Cc: qemu-devel@nongnu.org, kraxel@redhat.com, afaerber@suse.de, pbonzini@redhat.com Am 2016-03-17 10:06, schrieb xiaoqiang zhao: > * Drop the old SysBus init function and use instance_init > * Move AUD_open_in / AUD_open_out function into realize stage Acked-by: Michael Walle Tested-by: Michael Walle -michael