[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Networking in Qemu with Xilinx-zcu102 machine
From: |
Peter Maydell |
Subject: |
Re: Networking in Qemu with Xilinx-zcu102 machine |
Date: |
Wed, 9 Jun 2021 10:46:47 +0100 |
On Wed, 9 Jun 2021 at 08:41, Thomas Huth <thuth@redhat.com> wrote:
> Thus you might want to try "-nic" instead of "-netdev", but as far as I can
> see, the xlnx-zcu102 does not have any NIC on board by default?
It should do -- the xlnx-zcu102 board uses a TYPE_XLNX_ZYNQMP
SoC object, which creates four TYPE_CADENCE_GEM NIC objects.
I can never remember the new syntax to use to connect board-created
network devices to the net backend options...
thanks
-- PMM