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

CONFIG_QEMU_ICOUNT_SHIFT

QEMU icount shift value

Type: int

Help

The virtual CPU will execute one instruction every 2^N nanoseconds
of virtual time, where N is the value provided here.

Direct dependencies

BOARD_QEMU_X86 || BOARD_QEMU_X86_LAKEMONT || BOARD_QEMU_X86_TINY || QEMU_ICOUNT

(Includes any dependencies from ifs and menus.)

Defaults

  • 5

  • 5

  • 5

Kconfig definitions

At boards/x86/qemu_x86/Kconfig.defconfig:30

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config QEMU_ICOUNT_SHIFT
    int
    default 5
    depends on BOARD_QEMU_X86

At boards/x86/qemu_x86/Kconfig.defconfig:67

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config QEMU_ICOUNT_SHIFT
    int
    default 5
    depends on BOARD_QEMU_X86_LAKEMONT

At boards/x86/qemu_x86/Kconfig.defconfig:94

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config QEMU_ICOUNT_SHIFT
    int
    default 5
    depends on BOARD_QEMU_X86_TINY

At boards/Kconfig:50

Included via Kconfig:8Kconfig.zephyr:37

Menu path: (Top) → Board Options → QEMU icount mode

config QEMU_ICOUNT_SHIFT
    int "QEMU icount shift value"
    depends on QEMU_ICOUNT
    help
      The virtual CPU will execute one instruction every 2^N nanoseconds
      of virtual time, where N is the value provided here.

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