Re: [Qemu-devel] [PATCH v1 0/3] xlnx-zynqmp: Connect the AHCI SATA device

2015-08-14 Thread Alistair Francis
On Mon, Jul 27, 2015 at 11:37 AM, Alistair Francis wrote: > This series connects the AHCI SATA device to the ZynqMP > machine. It requires a restructure of the AHCI file to > make the AHCI state struct visible. It also requires a > small change to object_class_dynamic_cast() to return > NULL if th

[Qemu-devel] [PATCH v1 0/3] xlnx-zynqmp: Connect the AHCI SATA device

2015-07-27 Thread Alistair Francis
This series connects the AHCI SATA device to the ZynqMP machine. It requires a restructure of the AHCI file to make the AHCI state struct visible. It also requires a small change to object_class_dynamic_cast() to return NULL if the class doesn't have a type. Alistair Francis (3): ahci: Seperate