]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
config: enable ivshmem on POSIX
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 12 Oct 2015 13:25:55 +0000 (15:25 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Sat, 24 Oct 2015 16:02:47 +0000 (18:02 +0200)
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>
default-configs/pci.mak

index 7e10903baa5d79c300c91b1f7aa15e2c996b1d1b..f250119e1bdbb60a6236ab3fd3fdac561d64fee5 100644 (file)
@@ -35,5 +35,5 @@ CONFIG_SDHCI=y
 CONFIG_EDU=y
 CONFIG_VGA=y
 CONFIG_VGA_PCI=y
-CONFIG_IVSHMEM=$(CONFIG_KVM)
+CONFIG_IVSHMEM=$(CONFIG_POSIX)
 CONFIG_ROCKER=y