From: Munkyu Im Date: Fri, 18 Sep 2015 06:46:57 +0000 (+0900) Subject: config: ready for vhost-net X-Git-Tag: TizenStudio_2.0_p2.4~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e20bc95e455ee9b205f72230f1464a4c747a9e8;p=sdk%2Femulator%2Femulator-kernel.git config: ready for vhost-net Vhost-net provides virtio device emulation on host. Linux kernel needs to enable Message Signaled Interrupt(MSI) to handle this device emulation code on guest. (http://www.linux-kvm.org/page/UsingVhost) Change-Id: I419b718b2591c0574483c77027a3f54af594113a Signed-off-by: Munkyu Im --- diff --git a/arch/x86/configs/tizen_emul_defconfig b/arch/x86/configs/tizen_emul_defconfig index 81351f3..3ac2565 100644 --- a/arch/x86/configs/tizen_emul_defconfig +++ b/arch/x86/configs/tizen_emul_defconfig @@ -619,7 +619,7 @@ CONFIG_PCIEASPM=y CONFIG_PCIEASPM_DEFAULT=y # CONFIG_PCIEASPM_POWERSAVE is not set # CONFIG_PCIEASPM_PERFORMANCE is not set -# CONFIG_PCI_MSI is not set +CONFIG_PCI_MSI=y # CONFIG_PCI_DEBUG is not set # CONFIG_PCI_REALLOC_ENABLE_AUTO is not set # CONFIG_PCI_STUB is not set