From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzUpB-0002qJ-Ck for qemu-devel@nongnu.org; Wed, 07 Apr 2010 08:57:41 -0400 Received: from [140.186.70.92] (port=51786 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzUpA-0002qB-4x for qemu-devel@nongnu.org; Wed, 07 Apr 2010 08:57:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzUp8-0001Nr-Pc for qemu-devel@nongnu.org; Wed, 07 Apr 2010 08:57:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45733) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzUp8-0001Ni-HZ for qemu-devel@nongnu.org; Wed, 07 Apr 2010 08:57:38 -0400 Date: Wed, 7 Apr 2010 09:57:27 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] AHCI emulation Message-ID: <20100407095727.7bb3e5ea@redhat.com> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roland Elek Cc: joro@8bytes.org, qemu-devel@nongnu.org On Tue, 6 Apr 2010 18:56:17 +0200 Roland Elek wrote: > Seeing the controversy about the S3 Trio, and the fact that there seems to > be another applicant interested in it, I've decided to prepare a proposal > for the AHCI emulation project, the other project of my interest. I have > skimmed through the documentation and some Qemu code, and it seems to me > that to add AHCI emulation, I would have to implement an AHCI HBA and a S= ATA > device to connect to it. The SATA part could be an extension of the exist= ing > IDE code. Am I right about these? J=C3=B6rg?