]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
xlnx-zcu102: Add an info message deprecating the EP108
authorAlistair Francis <alistair.francis@xilinx.com>
Mon, 13 Nov 2017 13:55:26 +0000 (13:55 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 13 Nov 2017 13:55:26 +0000 (13:55 +0000)
The EP108 was an early access development board that is no longer used.
Add an info message to convert any users to the ZCU102 instead. On QEMU
they are both identical.

This patch also updated the qemu-doc.texi file to indicate that the
EP108 has been deprecated.

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Emilio G. Cota <cota@braap.org>
Message-id: 1510343626-25861-4-git-send-email-cota@braap.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/xlnx-zcu102.c
qemu-doc.texi

index 7ec03dad427f99805198563d758872dc01e5b92c..adddd234a1e3f1b83bf3e63e0420250dba7d191f 100644 (file)
@@ -164,6 +164,9 @@ static void xlnx_ep108_init(MachineState *machine)
 {
     XlnxZCU102 *s = EP108_MACHINE(machine);
 
+    info_report("The Xilinx EP108 machine is deprecated, please use the "
+                "ZCU102 machine instead. It has the same features supported.");
+
     xlnx_zynqmp_init(s, machine);
 }
 
index 8c10956a66b72413dc36ba1851b2db57099fe4d3..d383ac44d4ed08ba2b30342be322339c719cd816 100644 (file)
@@ -2537,6 +2537,13 @@ or ``ivshmem-doorbell`` device types.
 The ``spapr-pci-vfio-host-bridge'' device type is replaced by
 the ``spapr-pci-host-bridge'' device type.
 
+@section System emulator machines
+
+@subsection Xilinx EP108 (since 2.11.0)
+
+The ``xlnx-ep108'' machine has been replaced by the ``xlnx-zcu102'' machine.
+The ``xlnx-zcu102'' machine has the same features and capabilites in QEMU.
+
 @node License
 @appendix License