Re: [PATCH 1/2] drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.

2015-07-01 Thread Dan Carpenter
On Tue, Jun 30, 2015 at 03:35:01PM -0700, K. Y. Srinivasan wrote: > From: ja...@microsoft.com Jake, fix your git config. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH 1/2] drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.

2015-06-30 Thread K. Y. Srinivasan
From: ja...@microsoft.com This patch changes the logic in hv_vmbus to record all of the ranges in the VM's firmware (BIOS or UEFI) that offer regions of memory-mapped I/O space for use by paravirtual front-end drivers. The old logic just found one range above 4GB and called it good. This logic

[PATCH 1/2] drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.

2015-06-25 Thread jakeo
From: Jake Oshins This patch changes the logic in hv_vmbus to record all of the ranges in the VM's firmware (BIOS or UEFI) that offer regions of memory-mapped I/O space for use by paravirtual front-end drivers. The old logic just found one range above 4GB and called it good. This logic will fin