index 0000000..afcbba2
--- /dev/null
+++ b/drivers/xen/v2v/Kconfig
-@@ -0,0 +1,17 @@
+@@ -0,0 +1,24 @@
+#
+# This Kconfig describe xen v2v options
+#
+ help
+ Xen interdomain communication services.
+
++config XEN_V2V_DEBUG
++ bool "Xen V2V Debugging"
++ depends on XEN_V2V
++ default n
++ help
++ V2V debugging and messages.
++
+config XEN_V2V_DRV
+ tristate "Xen V2V sample communications client driver"
+ depends on XEN_V2V
index 0000000..7d6e45e
--- /dev/null
+++ b/drivers/xen/v2v/Makefile
-@@ -0,0 +1,3 @@
+@@ -0,0 +1,5 @@
+
+obj-$(CONFIG_XEN_V2V) += v2v.o v2vutl.o
+obj-$(CONFIG_XEN_V2V_DRV) += v2vdrv.o v2vops.o
++
++ccflags-$(CONFIG_XEN_V2V_DEBUG) += -DDEBUG
diff --git a/drivers/xen/v2v/v2v.c b/drivers/xen/v2v/v2v.c
new file mode 100644
index 0000000..104c31d