WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [linux-2.6.18-xen] Fix pvSCSI backend config parameters.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [linux-2.6.18-xen] Fix pvSCSI backend config parameters.
From: "Xen patchbot-linux-2.6.18-xen" <patchbot-linux-2.6.18-xen@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 05 Jun 2008 05:40:19 -0700
Delivery-date: Thu, 05 Jun 2008 05:40:48 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1212658833 -3600
# Node ID ee72fd7d22c86326ff5a6880ac744b0a9e9785cc
# Parent  5c92cb1a32011cf573bc3996236fcdbfeb250c53
Fix pvSCSI backend config parameters.

Signed-off-by: Tomonari Horikoshi <t.horikoshi@xxxxxxxxxxxxxx>
Signed-off-by: Jun Kamada <kama@xxxxxxxxxxxxxx>
---
 drivers/xen/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -r 5c92cb1a3201 -r ee72fd7d22c8 drivers/xen/Kconfig
--- a/drivers/xen/Kconfig       Thu Jun 05 10:39:37 2008 +0100
+++ b/drivers/xen/Kconfig       Thu Jun 05 10:40:33 2008 +0100
@@ -168,8 +168,8 @@ config XEN_TPMDEV_BACKEND
 
 config XEN_SCSI_BACKEND
        tristate "SCSI backend driver"
-       depends on XEN_BACKEND
-       default n
+       depends on SCSI && XEN_BACKEND
+       default m
        help
          The SCSI backend driver allows the kernel to export its SCSI Devices
          to other guests via a high-performance shared-memory interface.

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [linux-2.6.18-xen] Fix pvSCSI backend config parameters., Xen patchbot-linux-2.6.18-xen <=