qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 08/12] ahci: add ahci emulation


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH 08/12] ahci: add ahci emulation
Date: Thu, 25 Nov 2010 13:47:42 +0100

On 25.11.2010, at 13:45, Paul Brook wrote:

>> On 25.11.2010, at 13:28, Paul Brook wrote:
>>>> Makefile.objs                      |    1 +
>>>> default-configs/i386-softmmu.mak   |    1 +
>>>> default-configs/x86_64-softmmu.mak |    1 +
>>> 
>>> Why are you only enabling this on x86?  PCI devices, especially things
>>> like SATA controllers, should be completely target independent.
>> 
>> Because without the mmio series it breaks on big endian devices and we have
>> to start somewhere :).
> 
> less than half of the targets are big-endian. If it's broken on big-endian 
> there should be a comment somewhere documenting this, so we know to fix it.

Well, it's stated in the cover letter and the same is true for almost every PCI 
device in qemu we have today.
So what would you prefer? Add the device in every default config? Have a pci 
combination .mak that we can include on all pci capable machines so we don't 
end up patching 50 files for every device?


Alex




reply via email to

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