diff mbox

[1/1] qemu x86/x86_64: Add kernel IPC support

Message ID 1398365260-1595-1-git-send-email-martin@barkynet.com
State Accepted
Commit a1865331edcc5f328d941ad7615126541598f6f0
Headers show

Commit Message

Martin Bark April 24, 2014, 6:47 p.m. UTC
The alsa utils packages require a kernel with IPC support to run.  The
kernel config for the x86 and x86_64 qemu build includes sound support
using the hda driver but without the IPC support the alsa utils won't work.
This patch adds IPC support to the x86 and x86_64 kernel to allow alsa
utils to run and brings the kernel config inline with kernel configs for
other qemu boards.

Signed-off-by: Martin Bark <martin@barkynet.com>
---
 board/qemu/x86/linux-3.13.config    |    1 +
 board/qemu/x86_64/linux-3.13.config |    1 +
 2 files changed, 2 insertions(+)

Comments

Peter Korsgaard May 9, 2014, 2:28 p.m. UTC | #1
>>>>> "Martin" == Martin Bark <martin@barkynet.com> writes:

 > The alsa utils packages require a kernel with IPC support to run.  The
 > kernel config for the x86 and x86_64 qemu build includes sound support
 > using the hda driver but without the IPC support the alsa utils won't work.
 > This patch adds IPC support to the x86 and x86_64 kernel to allow alsa
 > utils to run and brings the kernel config inline with kernel configs for
 > other qemu boards.

 > Signed-off-by: Martin Bark <martin@barkynet.com>

Committed, thanks.
diff mbox

Patch

diff --git a/board/qemu/x86/linux-3.13.config b/board/qemu/x86/linux-3.13.config
index ad9517c..d738e4d 100644
--- a/board/qemu/x86/linux-3.13.config
+++ b/board/qemu/x86/linux-3.13.config
@@ -1,5 +1,6 @@ 
 # CONFIG_LOCALVERSION_AUTO is not set
 # CONFIG_SWAP is not set
+CONFIG_SYSVIPC=y
 # CONFIG_COMPAT_BRK is not set
 # CONFIG_BLK_DEV_BSG is not set
 # CONFIG_IOSCHED_DEADLINE is not set
diff --git a/board/qemu/x86_64/linux-3.13.config b/board/qemu/x86_64/linux-3.13.config
index ad9517c..d738e4d 100644
--- a/board/qemu/x86_64/linux-3.13.config
+++ b/board/qemu/x86_64/linux-3.13.config
@@ -1,5 +1,6 @@ 
 # CONFIG_LOCALVERSION_AUTO is not set
 # CONFIG_SWAP is not set
+CONFIG_SYSVIPC=y
 # CONFIG_COMPAT_BRK is not set
 # CONFIG_BLK_DEV_BSG is not set
 # CONFIG_IOSCHED_DEADLINE is not set