Re: [Qemu-devel] AHCI support integration

2010-05-10 Thread Christoph Egger
On Sunday 09 May 2010 18:01:50 Sebastian Herbszt wrote: The ICH6 AHCI implementation submitted by Chong is an all-in-one attempt (ahci.c). It includes all needed parts of the ICH6, AHCI, SATA and ATA specification. The code in hw/ide/* on the other hand is split (or could be split) into

[Qemu-devel] AHCI support integration

2010-05-09 Thread Sebastian Herbszt
The ICH6 AHCI implementation submitted by Chong is an all-in-one attempt (ahci.c). It includes all needed parts of the ICH6, AHCI, SATA and ATA specification. The code in hw/ide/* on the other hand is split (or could be split) into smaller parts like port based and bus master access, IDE and