diff mbox

config: enable ivshmem

Message ID 1444658143-21105-1-git-send-email-marcandre.lureau@redhat.com
State New
Headers show

Commit Message

Marc-André Lureau Oct. 12, 2015, 1:55 p.m. UTC
From: Marc-André Lureau <marcandre.lureau@redhat.com>

ivshmem doesn't actually require kvm, so enable it by default in pci.mak

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 default-configs/pci.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marc-André Lureau Oct. 12, 2015, 2:40 p.m. UTC | #1
scrap it, fails to build with windows (non-posix), I'll send another patch

On Mon, Oct 12, 2015 at 3:55 PM,  <marcandre.lureau@redhat.com> wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> ivshmem doesn't actually require kvm, so enable it by default in pci.mak
>

(I think the reason it was in CONFIG_KVM in the first place is that it
has optional eventfd code)

> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  default-configs/pci.mak | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/default-configs/pci.mak b/default-configs/pci.mak
> index 7e10903..f1a99de 100644
> --- a/default-configs/pci.mak
> +++ b/default-configs/pci.mak
> @@ -35,5 +35,5 @@ CONFIG_SDHCI=y
>  CONFIG_EDU=y
>  CONFIG_VGA=y
>  CONFIG_VGA_PCI=y
> -CONFIG_IVSHMEM=$(CONFIG_KVM)
> +CONFIG_IVSHMEM=y
>  CONFIG_ROCKER=y
> --
> 2.4.3
>
diff mbox

Patch

diff --git a/default-configs/pci.mak b/default-configs/pci.mak
index 7e10903..f1a99de 100644
--- a/default-configs/pci.mak
+++ b/default-configs/pci.mak
@@ -35,5 +35,5 @@  CONFIG_SDHCI=y
 CONFIG_EDU=y
 CONFIG_VGA=y
 CONFIG_VGA_PCI=y
-CONFIG_IVSHMEM=$(CONFIG_KVM)
+CONFIG_IVSHMEM=y
 CONFIG_ROCKER=y