commit | 0f3f2f86b22c41bb102a15ca4ca7f41c7414ab0d | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Thu Jan 17 21:00:51 2013 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jan 18 16:03:33 2013 -0800 |
tree | 0854d6c4e5be20e0a276fd854849ddb58e4f90e9 | |
parent | 83ebf6e562afc31cf4c6346ee87a7dd9fe39c322 [diff] |
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 <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>