drivers/virtualization: Adding ivshmem driver

This is placed into drivers/virtualization as it does not belong to any
existing subsystem.

This is only the ivshmem-plain variant.

This device is provided by qemu or ACRN, and can be used to share memory
either between the host and the VM or between VMs. Here if zephyr is
used as a VM, it will be able to take advantage of such feature.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2020-10-23 12:01:18 +02:00 committed by Anas Nashif
commit d11f2f184d
7 changed files with 249 additions and 0 deletions

View file

@ -103,4 +103,6 @@ source "drivers/regulator/Kconfig"
source "drivers/memc/Kconfig"
source "drivers/virtualization/Kconfig"
endmenu