Alexander Graf wrote:
Am 23.12.2010 um 09:23 schrieb Stefan Hajnoczi <stefa...@gmail.com>:
> On Mon, Dec 20, 2010 at 9:13 PM, Alexander Graf <ag...@suse.de> wrote:
>> From: Sebastian Herbszt <herb...@gmx.de>
>>
>> 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 <herb...@gmx.de>
>> Signed-off-by: Alexander Graf <ag...@suse.de>
>> ---
>> 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