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:
parent
96fa707e0c
commit
d11f2f184d
7 changed files with 249 additions and 0 deletions
|
@ -41,6 +41,7 @@ add_subdirectory_ifdef(CONFIG_LORA lora)
|
|||
add_subdirectory_ifdef(CONFIG_PECI peci)
|
||||
add_subdirectory_ifdef(CONFIG_REGULATOR regulator)
|
||||
add_subdirectory_ifdef(CONFIG_MEMC memc)
|
||||
add_subdirectory_ifdef(CONFIG_VIRTUALIZATION virtualization)
|
||||
|
||||
add_subdirectory_ifdef(CONFIG_FLASH_HAS_DRIVER_ENABLED flash)
|
||||
add_subdirectory_ifdef(CONFIG_SERIAL_HAS_DRIVER serial)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue