From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40556 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PXBdC-0007zH-KV for qemu-devel@nongnu.org; Mon, 27 Dec 2010 06:53:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PXBcg-00082L-7m for qemu-devel@nongnu.org; Mon, 27 Dec 2010 06:52:49 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:37947 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PXBcf-00080c-QB for qemu-devel@nongnu.org; Mon, 27 Dec 2010 06:52:18 -0500 Message-ID: From: "Sebastian Herbszt" References: <1292879604-22268-1-git-send-email-agraf@suse.de> <1292879604-22268-2-git-send-email-agraf@suse.de> In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 1/8] ahci: split ICH9 from core Date: Mon, 27 Dec 2010 12:51:38 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , Stefan Hajnoczi Cc: Kevin Wolf , Joerg Roedel , qemu-devel Developers , Gerd Hoffmann Alexander Graf wrote: > Am 23.12.2010 um 09:23 schrieb Stefan Hajnoczi : > > > On Mon, Dec 20, 2010 at 9:13 PM, Alexander Graf wrote: > >> From: Sebastian Herbszt > >> > >> There are multiple ahci devices out there. The currently implemented ich-9 > >> is only one of the many. So let's split that one out into a separate file > >> to stress the difference. > >> > >> Signed-off-by: Sebastian Herbszt > >> Signed-off-by: Alexander Graf > >> --- > >> Makefile.objs | 1 + > >> hw/ide/ahci.c | 305 +------------------------------------------------------- > >> hw/ide/ahci.h | 309 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > >> hw/ide/ich.c | 61 +++++++++++ > >> 4 files changed, 375 insertions(+), 301 deletions(-) > >> create mode 100644 hw/ide/ahci.h > >> create mode 100644 hw/ide/ich.c > > > > Do you want to add copyright headers on the new files? > > That's what patch 2 does :) Alex, feel free to merge patch 1 and 2 if it's more reasonable. Sebastian