From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57174 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfAWA-0003zG-84 for qemu-devel@nongnu.org; Tue, 18 Jan 2011 07:18:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfAW8-0000tk-Ou for qemu-devel@nongnu.org; Tue, 18 Jan 2011 07:18:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfAW8-0000tP-GP for qemu-devel@nongnu.org; Tue, 18 Jan 2011 07:18:32 -0500 Message-ID: <4D35856F.6040604@redhat.com> Date: Tue, 18 Jan 2011 13:19:59 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1292879604-22268-1-git-send-email-agraf@suse.de> <1292879604-22268-3-git-send-email-agraf@suse.de> In-Reply-To: <1292879604-22268-3-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/8] ahci: split ICH and AHCI even more List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Joerg Roedel , Gerd Hoffmann , qemu-devel Developers , Sebastian Herbszt Am 20.12.2010 22:13, schrieb Alexander Graf: > Sebastian's patch already did a pretty good job at splitting up ICH-9 > AHCI code and the AHCI core. We need some more though. Copyright was missing, > the lspci dump belongs to ICH-9, we don't need the AHCI core to have its > own qdev device duplicate. > > So let's split them a bit more in this patch, making things easier to > read an understand. > > Signed-off-by: Alexander Graf The license header is still missing in ahci.h. Kevin