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

CONFIG_IVSHMEM

Inter-VM shared memory device (ivshmem)

Type: bool

Help

This will enable support of qemu's ivshmem device, which is also
present in ACRN hypervizor, and lets VM sharing memory with each
other.

Direct dependencies

PCIE && VIRTUALIZATION

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/virtualization/Kconfig:15

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

Menu path: (Top) → Device Drivers → Virtualization guests drivers

config IVSHMEM
    bool "Inter-VM shared memory device (ivshmem)"
    depends on PCIE && VIRTUALIZATION
    help
      This will enable support of qemu's ivshmem device, which is also
      present in ACRN hypervizor, and lets VM sharing memory with each
      other.

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