mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
config: enable ivshmem on POSIX
ivshmem doesn't actually require kvm, so enable it when POSIX is enabled. (it is required however when ioeventfd is enabled) Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
bc79082e4c
commit
dd054be35f
1 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@ CONFIG_SDHCI=y
|
||||||
CONFIG_EDU=y
|
CONFIG_EDU=y
|
||||||
CONFIG_VGA=y
|
CONFIG_VGA=y
|
||||||
CONFIG_VGA_PCI=y
|
CONFIG_VGA_PCI=y
|
||||||
CONFIG_IVSHMEM=$(CONFIG_KVM)
|
CONFIG_IVSHMEM=$(CONFIG_POSIX)
|
||||||
CONFIG_ROCKER=y
|
CONFIG_ROCKER=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue