qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/8] ahci: split ICH9 from core


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 1/8] ahci: split ICH9 from core
Date: Thu, 23 Dec 2010 08:23:43 +0000

On Mon, Dec 20, 2010 at 9:13 PM, Alexander Graf <address@hidden> wrote:
> From: Sebastian Herbszt <address@hidden>
>
> 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 <address@hidden>
> Signed-off-by: Alexander Graf <address@hidden>
> ---
>  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?

Right now it seems there's not much ICH-9 specific stuff but the
motivation behind this patch is good.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]