linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xen: make pvscsi frontend dependant on xenbus frontend
@ 2014-09-15  4:45 Juergen Gross
  2014-09-23 14:06 ` Stefano Stabellini
  0 siblings, 1 reply; 2+ messages in thread
From: Juergen Gross @ 2014-09-15  4:45 UTC (permalink / raw)
  To: jim.epost, Stephen Rothwell, linux-next, linux-kernel,
	konrad.wilk, boris.ostrovsky, david.vrabel, JBottomley,
	linux-scsi
  Cc: Juergen Gross

The pvscsi frontend driver requires the xenbus frontend driver. Reflect
this in Kconfig.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 drivers/scsi/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 9130df1..ff62dc1 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -579,6 +579,7 @@ config VMWARE_PVSCSI
 config XEN_SCSI_FRONTEND
 	tristate "XEN SCSI frontend driver"
 	depends on SCSI && XEN
+	select XEN_XENBUS_FRONTEND
 	help
 	  The XEN SCSI frontend driver allows the kernel to access SCSI Devices
 	  within another guest OS (usually Dom0).
-- 
1.8.4.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xen: make pvscsi frontend dependant on xenbus frontend
  2014-09-15  4:45 [PATCH] xen: make pvscsi frontend dependant on xenbus frontend Juergen Gross
@ 2014-09-23 14:06 ` Stefano Stabellini
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Stabellini @ 2014-09-23 14:06 UTC (permalink / raw)
  To: Juergen Gross
  Cc: jim.epost, Stephen Rothwell, linux-next, linux-kernel,
	konrad.wilk, boris.ostrovsky, david.vrabel, JBottomley,
	linux-scsi

On Mon, 15 Sep 2014, Juergen Gross wrote:
> The pvscsi frontend driver requires the xenbus frontend driver. Reflect
> this in Kconfig.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

>  drivers/scsi/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
> index 9130df1..ff62dc1 100644
> --- a/drivers/scsi/Kconfig
> +++ b/drivers/scsi/Kconfig
> @@ -579,6 +579,7 @@ config VMWARE_PVSCSI
>  config XEN_SCSI_FRONTEND
>  	tristate "XEN SCSI frontend driver"
>  	depends on SCSI && XEN
> +	select XEN_XENBUS_FRONTEND
>  	help
>  	  The XEN SCSI frontend driver allows the kernel to access SCSI Devices
>  	  within another guest OS (usually Dom0).
> -- 
> 1.8.4.5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://secure-web.cisco.com/1jE8NNDhHwOASDbIzbn-azzuN8MKBMP1e4rCG2hGFpNvqSN8uwPwleK_Lmj9tzbaylXigSiLek5R_LJBvhlKaVWIjN_cB2SWcOB2WEXe4nDTKNaIEC6vNV5stEFM1SLzyMntl4a2YTHo6X7bvUsZQqYkXr5h_oDDR84iBHb2dum8/http%3A%2F%2Fwww.tux.org%2Flkml%2F
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-23 14:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-15  4:45 [PATCH] xen: make pvscsi frontend dependant on xenbus frontend Juergen Gross
2014-09-23 14:06 ` Stefano Stabellini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).