On Thu, Nov 09, 2017 at 13:49:35 -0800, Alistair Francis wrote: > 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.fran...@xilinx.com>
Reviewed-by: Emilio G. Cota <c...@braap.org> Note to potential reviewers: This patch is meant to be applied after the patch that updates ep108's max_cpus from 1 to NR_APUS + NR_RPUS, for otherwise the message added here won't be seen unless -smp == 1. This other patch is already in target-arm.next: https://lists.gnu.org/archive/html/qemu-devel/2017-10/msg06537.html Emilio