[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Xilinx zcu102 machine is absent in list of supported machines
From: |
Peter Maydell |
Subject: |
Re: Xilinx zcu102 machine is absent in list of supported machines |
Date: |
Sun, 3 Mar 2024 15:44:26 +0000 |
On Sun, 3 Mar 2024 at 11:01, Vadim Idelchuk <vadim.idelchuk@mail.ru> wrote:
> I built the latest version of QEMU - v8.2.0-1528-g5767815218.
> But the machine xlnx-zcu102 is absent in the list of supported machines.
> Is it need any additional definitions for building?
It should build by default if you build the aarch64 targets
and you haven't done something odd like use a non-default
device config file.
You should check that you're running the qemu-system-aarch64
executable that you just built (eg run qemu-system-aarch64 --version
and check its version is right), and not some other older
version on your PATH.
What configure command did you use to build QEMU?
thanks
-- PMM