RE: [PATCH] drivers/hv: select PCI_HYPERV if PCI is enabled

2025-01-27 Thread Michael Kelley
From: Wei Liu Sent: Monday, January 27, 2025 8:10 PM > > On Mon, Jan 27, 2025 at 04:42:56PM -0500, Hamza Mahfooz wrote: > > On Mon, Jan 27, 2025 at 09:02:22PM +, Michael Kelley wrote: > > > From: Hamza Mahfooz Sent: Monday, > > > January 27, 2025 10:10 AM > > > > > > > > We should select PC

Re: [PATCH] drivers/hv: select PCI_HYPERV if PCI is enabled

2025-01-27 Thread Wei Liu
On Mon, Jan 27, 2025 at 04:42:56PM -0500, Hamza Mahfooz wrote: > On Mon, Jan 27, 2025 at 09:02:22PM +, Michael Kelley wrote: > > From: Hamza Mahfooz Sent: Monday, > > January 27, 2025 10:10 AM > > > > > > We should select PCI_HYPERV here, otherwise it's possible for devices to > > > not show

RE: [PATCH] drivers/hv: select PCI_HYPERV if PCI is enabled

2025-01-27 Thread Michael Kelley
From: Hamza Mahfooz Sent: Monday, January 27, 2025 1:43 PM > > On Mon, Jan 27, 2025 at 09:02:22PM +, Michael Kelley wrote: > > From: Hamza Mahfooz Sent: Monday, > > January 27, 2025 10:10 AM > > > > > > We should select PCI_HYPERV here, otherwise it's possible for devices to > > > not show

Re: [PATCH] drivers/hv: select PCI_HYPERV if PCI is enabled

2025-01-27 Thread Hamza Mahfooz
On Mon, Jan 27, 2025 at 09:02:22PM +, Michael Kelley wrote: > From: Hamza Mahfooz Sent: Monday, January > 27, 2025 10:10 AM > > > > We should select PCI_HYPERV here, otherwise it's possible for devices to > > not show up as expected, at least not in an orderly manner. > > The commit message

RE: [PATCH] drivers/hv: select PCI_HYPERV if PCI is enabled

2025-01-27 Thread Michael Kelley
From: Hamza Mahfooz Sent: Monday, January 27, 2025 10:10 AM > > We should select PCI_HYPERV here, otherwise it's possible for devices to > not show up as expected, at least not in an orderly manner. The commit message needs more precision: What does "not show up" mean, and what does "not in an

[PATCH] drivers/hv: select PCI_HYPERV if PCI is enabled

2025-01-27 Thread Hamza Mahfooz
We should select PCI_HYPERV here, otherwise it's possible for devices to not show up as expected, at least not in an orderly manner. Cc: sta...@vger.kernel.org Cc: Wei Liu Signed-off-by: Hamza Mahfooz --- drivers/hv/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/hv/Kconfig