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] PVUSB: add kernel config options

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [linux-2.6.18-xen] PVUSB: add kernel config options
From: "Xen patchbot-linux-2.6.18-xen" <patchbot-linux-2.6.18-xen@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 18 Mar 2009 07:25:33 -0700
Delivery-date: Wed, 18 Mar 2009 07:27:42 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/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 1237376637 0
# Node ID cc27ca4b86c13480eaa3d9f45cb013ffde4ef26b
# Parent  f799db0570f2e8a81142f7940184c1557a4f7f40
PVUSB: add kernel config options

Signed-off-by: Noboru Iwamatsu <n_iwamatsu@xxxxxxxxxxxxxx>
---
 drivers/xen/Kconfig  |   23 +++++++++++++++++++++++
 drivers/xen/Makefile |    2 ++
 2 files changed, 25 insertions(+)

diff -r f799db0570f2 -r cc27ca4b86c1 drivers/xen/Kconfig
--- a/drivers/xen/Kconfig       Wed Mar 18 11:43:24 2009 +0000
+++ b/drivers/xen/Kconfig       Wed Mar 18 11:43:57 2009 +0000
@@ -175,6 +175,14 @@ config XEN_SCSI_BACKEND
          The SCSI backend driver allows the kernel to export its SCSI Devices
          to other guests via a high-performance shared-memory interface.
 
+config XEN_USB_BACKEND
+       tristate "USB backend driver"
+       depends on USB && XEN_BACKEND
+       default m
+       help
+         The USB backend driver allows the kernel to export its USB Devices
+         to other guests.
+
 config XEN_BLKDEV_FRONTEND
        tristate "Block-device frontend driver"
        default y
@@ -207,6 +215,21 @@ config XEN_SCSI_FRONTEND
        help
          The SCSI frontend driver allows the kernel to access SCSI Devices
          within another guest OS.
+         
+config XEN_USB_FRONTEND
+       tristate "USB frontend driver"
+       depends on USB
+       default m
+       help
+         The USB frontend driver allows the kernel to access USB Devices
+         within another guest OS.
+
+config XEN_USB_FRONTEND_HCD_STATS
+       bool "Taking the HCD statistics (for debug)"
+       depends on XEN_USB_FRONTEND
+       default y
+       help
+         Count the transferred urb status and the RING_FULL occurrence.
 
 config XEN_GRANT_DEV
        tristate "User-space granted page access driver"
diff -r f799db0570f2 -r cc27ca4b86c1 drivers/xen/Makefile
--- a/drivers/xen/Makefile      Wed Mar 18 11:43:24 2009 +0000
+++ b/drivers/xen/Makefile      Wed Mar 18 11:43:57 2009 +0000
@@ -18,6 +18,8 @@ obj-$(CONFIG_XEN_KEYBOARD)            += fbfront/
 obj-$(CONFIG_XEN_KEYBOARD)             += fbfront/
 obj-$(CONFIG_XEN_SCSI_BACKEND)         += scsiback/
 obj-$(CONFIG_XEN_SCSI_FRONTEND)                += scsifront/
+obj-$(CONFIG_XEN_USB_BACKEND)          += usbback/
+obj-$(CONFIG_XEN_USB_FRONTEND)         += usbfront/
 obj-$(CONFIG_XEN_PRIVCMD)      += privcmd/
 obj-$(CONFIG_XEN_GRANT_DEV)    += gntdev/
 obj-$(CONFIG_XEN_NETDEV_ACCEL_SFC_UTIL)                += sfc_netutil/

_______________________________________________
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] PVUSB: add kernel config options, Xen patchbot-linux-2.6.18-xen <=