The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_ETH_QEMU_IFACE_NAME

Network interface name for QEMU

Type: string

Help

The network interface name for QEMU. This value is given as
a parameter to -nic qemu command line option. The network
interface must be created before starting QEMU. The net-setup.sh
script from net-tools project can be used to create the network
interface.

Direct dependencies

NET_QEMU_ETHERNET && NET_L2_ETHERNET

(Includes any dependencies from ifs and menus.)

Default

  • “zeth”

Kconfig definition

At drivers/ethernet/Kconfig:24

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:20

Menu path: (Top) → Device Drivers → Ethernet Drivers

config ETH_QEMU_IFACE_NAME
    string "Network interface name for QEMU"
    default "zeth"
    depends on NET_QEMU_ETHERNET && NET_L2_ETHERNET
    help
      The network interface name for QEMU. This value is given as
      a parameter to -nic qemu command line option. The network
      interface must be created before starting QEMU. The net-setup.sh
      script from net-tools project can be used to create the network
      interface.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)