:orphan: .. title:: NET_QEMU_USER_EXTRA_ARGS .. option:: CONFIG_NET_QEMU_USER_EXTRA_ARGS *Qemu User Networking Args* Type: ``string`` Help ==== Extra arguments passed to QEMU when User Networking is enabled. This may include host / guest port forwarding, device id, Network address information etc. This string is appended to the QEMU "-net user" option. Direct dependencies =================== \ :option:`NET_QEMU_USER ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - "" Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:99`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. parsed-literal:: config NET_QEMU_USER_EXTRA_ARGS string "Qemu User Networking Args" default "" depends on \ :option:`NET_QEMU_USER ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` help Extra arguments passed to QEMU when User Networking is enabled. This may include host / guest port forwarding, device id, Network address information etc. This string is appended to the QEMU "-net user" option. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*