From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUaGb-0000vj-8T for qemu-devel@nongnu.org; Wed, 16 May 2012 05:11:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUaGU-0004YY-7e for qemu-devel@nongnu.org; Wed, 16 May 2012 05:11:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUaGU-0004YD-0M for qemu-devel@nongnu.org; Wed, 16 May 2012 05:11:26 -0400 Message-ID: <4FB36F29.4040903@redhat.com> Date: Wed, 16 May 2012 11:11:05 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1337073445-9679-1-git-send-email-zhihuili@linux.vnet.ibm.com> <1337073445-9679-3-git-send-email-zhihuili@linux.vnet.ibm.com> <4FB22171.7050104@redhat.com> <4FB222FF.8050905@redhat.com> <4FB22405.9060203@redhat.com> <4FB363F7.5080601@linux.vnet.ibm.com> In-Reply-To: <4FB363F7.5080601@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/3 v6] Replace bdrv_* to bdrv_aio_* functions in DMA mode in fdc.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhi Hui Li Cc: Kevin Wolf , zhihuili@cn.ibm.com, =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= , qemu-devel@nongnu.org Il 16/05/2012 10:23, Zhi Hui Li ha scritto: > > Yes , I think maybe Paolo is right. > > Because the spec is incredibly complex and obscure and I am newer. > To write the whole code's qtest beyond my ability. I am afraid I can't > finish it. so I want only do a qtest about basic read/write in PIO > and DMA modes. I don't know whether it is OK. That's a start, go ahead. Paolo