Re: [Qemu-devel] [PATCH v4 3/6] ahci: add support for non-PCI based controllers

2012-01-10 Thread Andreas Färber
Am 09.01.2012 17:59, schrieb Mark Langsdorf: > From: Rob Herring > > Add support for ahci on sysbus. > > Signed-off-by: Rob Herring > Signed-off-by: Mark Langsdorf > --- > Changes from v3 > Renamed plat-ahci to sysbus-ahci The idea was to get rid of "plat" everywhere, not just in the

[Qemu-devel] [PATCH v4 3/6] ahci: add support for non-PCI based controllers

2012-01-09 Thread Mark Langsdorf
From: Rob Herring Add support for ahci on sysbus. Signed-off-by: Rob Herring Signed-off-by: Mark Langsdorf --- Changes from v3 Renamed plat-ahci to sysbus-ahci Changes from v1, v2 Corrected indentation of PlatAHCIState members Made plat_ahci_info into a single structure