From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8bQP-00042u-3J for qemu-devel@nongnu.org; Sun, 02 May 2010 11:49:45 -0400 Received: from [140.186.70.92] (port=52069 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8bQN-00042l-4z for qemu-devel@nongnu.org; Sun, 02 May 2010 11:49:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8bQL-00005g-Fk for qemu-devel@nongnu.org; Sun, 02 May 2010 11:49:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47635) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8bQL-00005S-5K for qemu-devel@nongnu.org; Sun, 02 May 2010 11:49:41 -0400 Message-ID: <4BDD9F09.1050309@redhat.com> Date: Sun, 02 May 2010 18:49:29 +0300 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [RFC] [PATCH] add ahci support into qemu References: <4BDAD1A3.1040906@loongson.cn><62A72125-4FCF-4B72-82E5-24840460C3D2@suse.de> <4BDD7596.6080207@loongson.cn> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sebastian Herbszt Cc: =?UTF-8?B?5LmU5bSH?= , Joerg Roedel , Elek Roland , Alexander Graf , qemu-devel Developers On 05/02/2010 06:36 PM, Sebastian Herbszt wrote: > >> ./configure --target-list=i386-softmmu >> make >> >> dd if=/dev/zero of=/tmp/disk bs=1M count=100 >> ./i386-softmmu/qemu -cdrom KNOPPIX_V6.0.1CD-2009-02-08-EN.iso -boot >> d -drive if=sd,file=/tmp/disk >> >> After linux boot,you will find a ahci device named sda. >> >> Now this patch only support sata disk. >> Most ahci registers and operations which are not necessary on linux >> are ignored. >> Now this patch support disk identify,dma read,dma write,ignore other >> opertions. > > Do you intent to work on this and complet the support? At the very least, unsupported registers and features should print out a warning instead of silently failing. -- error compiling committee.c: too many arguments to function