qemu x86/x86_64: Add kernel IPC support
authorMartin Bark <martin@barkynet.com>
Thu, 24 Apr 2014 18:47:40 +0000 (19:47 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 9 May 2014 14:29:26 +0000 (16:29 +0200)
commita1865331edcc5f328d941ad7615126541598f6f0
tree65224be5402bc1278f0e9e42b375e7ad9bfcbcf2
parent0b2342950dab87314268623c4bec737c8f77b5d8
qemu x86/x86_64: Add kernel IPC support

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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/qemu/x86/linux-3.13.config
board/qemu/x86_64/linux-3.13.config