All of lore.kernel.org
 help / color / mirror / Atom feed
From: Noboru Iwamatsu <n_iwamatsu@jp.fujitsu.com>
To: xen-devel@lists.xensource.com
Subject: [RFC][PATCH 4/4] PVUSB: add kernel config options
Date: Tue, 17 Mar 2009 09:47:58 +0900	[thread overview]
Message-ID: <49BEF33E.4050309@jp.fujitsu.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]

This patch adds the Kconfig options for the PVUSB frontend/backend drivers.

Signed-off-by: Noboru Iwamatsu <n_iwamatsu@jp.fujitsu.com>

[-- Attachment #2: pvusb_kconfig.patch --]
[-- Type: text/plain, Size: 1860 bytes --]

diff -r 51decc39e5e7 -r 9ef2e8c6cf3d drivers/xen/Kconfig
--- a/drivers/xen/Kconfig	Wed Jan 28 13:42:09 2009 +0000
+++ b/drivers/xen/Kconfig	Mon Mar 16 18:41:12 2009 +0900
@@ -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 51decc39e5e7 -r 9ef2e8c6cf3d drivers/xen/Makefile
--- a/drivers/xen/Makefile	Wed Jan 28 13:42:09 2009 +0000
+++ b/drivers/xen/Makefile	Mon Mar 16 18:41:12 2009 +0900
@@ -18,6 +18,8 @@ obj-$(CONFIG_XEN_FRAMEBUFFER)		+= fbfron
 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/

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

                 reply	other threads:[~2009-03-17  0:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49BEF33E.4050309@jp.fujitsu.com \
    --to=n_iwamatsu@jp.fujitsu.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.