qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] xlnx-zynqmp: Connect the AHCI SATA device
@ 2015-08-18  0:40 Alistair Francis
  2015-08-18  0:40 ` [Qemu-devel] [PATCH v2 1/4] ahci: Separate the AHCI state structure into the header Alistair Francis
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alistair Francis @ 2015-08-18  0:40 UTC (permalink / raw)
  To: qemu-devel, peter.maydell, crosthwaitepeter
  Cc: saipava, edgar.iglesias, jsnow, afaerber, 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.

V2:
 - Macroify the number of SATA ports
 - Update the non-realise error_propagate() calls to
   use error_abort instead.

Alistair Francis (4):
  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.c: Convert some of the error_propagate() calls to
    error_abort
  xlnx-zynqmp: Connect the sysbus AHCI to ZynqMP

 hw/arm/xlnx-zynqmp.c         |   33 +++++++++++++++++++++------------
 hw/ide/ahci.c                |   13 -------------
 hw/ide/ahci.h                |   14 ++++++++++++++
 include/hw/arm/xlnx-zynqmp.h |    3 +++
 qom/object.c                 |    2 +-
 5 files changed, 39 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-24 22:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18  0:40 [Qemu-devel] [PATCH v2 0/4] xlnx-zynqmp: Connect the AHCI SATA device Alistair Francis
2015-08-18  0:40 ` [Qemu-devel] [PATCH v2 1/4] ahci: Separate the AHCI state structure into the header Alistair Francis
2015-08-18 18:12   ` John Snow
2015-08-24 22:43     ` Alistair Francis
2015-08-18  0:40 ` [Qemu-devel] [PATCH v2 2/4] object.c: object_class_dynamic_cast return NULL if the class has no type Alistair Francis
2015-08-18  0:40 ` [Qemu-devel] [PATCH v2 3/4] xlnx-zynqmp.c: Convert some of the error_propagate() calls to error_abort Alistair Francis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).