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: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH 1/8] ahci: split ICH9 from core
Date: Thu, 23 Dec 2010 11:32:43 +0100

Am 23.12.2010 um 09:23 schrieb Stefan Hajnoczi <address@hidden>:

> 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?

That's what patch 2 does :)


Alex

> 



reply via email to

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