From: K. Y. Srinivasan Date: Fri, 18 Jan 2013 05:00:51 +0000 (-0800) Subject: Drivers: hv: Bind all vmbbus interrupts to the boot CPU X-Git-Tag: v3.9-rc1~124^2~57 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f3f2f86b22c41bb102a15ca4ca7f41c7414ab0d;p=pandora-kernel.git Drivers: hv: Bind all vmbbus interrupts to the boot CPU The default interrupt delivery model in Linux does not support the Hyper-V vmbus delivery model when the guest is configured with multiple VCPUs. I have sent a patch to address this - delivering the vmbus interrupt on a separate IDT vector. Until this patch is applied, bind all vmbus interrupts to the boot CPU. Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed