CONFIG_QEMU_ICOUNT
QEMU icount mode
Type: bool
Help
Enable QEMU virtual instruction counter. The virtual cpu will
execute one instruction every 2^N ns of virtual time. This will
give deterministic execution times from the guest point of view.
Direct dependencies
BOARD_QEMU_X86
|| BOARD_QEMU_X86_LAKEMONT
|| BOARD_QEMU_X86_TINY
|| QEMU_TARGET
(Includes any dependencies from ifs and menus.)
Defaults
n if
HPET_TIMER
&&SHELL
n if
HPET_TIMER
&&SHELL
n if
HPET_TIMER
&&SHELL
y if !
NETWORKING
&& !BT
Kconfig definitions
At <Zephyr>/boards/x86/qemu_x86/Kconfig.defconfig:27
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config QEMU_ICOUNT
bool
default n if HPET_TIMER && SHELL
depends on BOARD_QEMU_X86
At <Zephyr>/boards/x86/qemu_x86/Kconfig.defconfig:64
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config QEMU_ICOUNT
bool
default n if HPET_TIMER && SHELL
depends on BOARD_QEMU_X86_LAKEMONT
At <Zephyr>/boards/x86/qemu_x86/Kconfig.defconfig:91
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config QEMU_ICOUNT
bool
default n if HPET_TIMER && SHELL
depends on BOARD_QEMU_X86_TINY
At <Zephyr>/boards/Kconfig:41
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:37
Menu path: (Top) → Board Options
config QEMU_ICOUNT
bool "QEMU icount mode"
default y if !NETWORKING && !BT
depends on QEMU_TARGET
help
Enable QEMU virtual instruction counter. The virtual cpu will
execute one instruction every 2^N ns of virtual time. This will
give deterministic execution times from the guest point of view.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)