From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJnHj-000600-3h for qemu-devel@nongnu.org; Mon, 27 Jul 2015 14:37:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJnHf-0007bg-On for qemu-devel@nongnu.org; Mon, 27 Jul 2015 14:37:59 -0400 Received: from mail-bn1on0090.outbound.protection.outlook.com ([157.56.110.90]:55648 helo=na01-bn1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJnHf-0007bJ-IJ for qemu-devel@nongnu.org; Mon, 27 Jul 2015 14:37:55 -0400 From: Alistair Francis Date: Mon, 27 Jul 2015 11:37:42 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v1 0/3] xlnx-zynqmp: Connect the AHCI SATA device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: saipava@xilinx.com, edgar.iglesias@xilinx.com, afaerber@suse.de, alistair.francis@xilinx.com 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 the AHCI state structure into the header object.c: object_class_dynamic_cast return NULL if the class has no type xlnx-zynqmp: Connect the sysbus AHCI to ZynqMP hw/arm/xlnx-zynqmp.c | 20 ++++++++++++++++++++ hw/ide/ahci.c | 13 ------------- hw/ide/ahci.h | 14 ++++++++++++++ include/hw/arm/xlnx-zynqmp.h | 3 +++ qom/object.c | 2 +- 5 files changed, 38 insertions(+), 14 deletions(-)