public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] KVM: Sync with -mm tree
@ 2006-11-27  8:47 Avi Kivity
  2006-11-27  8:48 ` [PATCH 1/2] KVM: Clarify licensing Avi Kivity
  2006-11-27  8:49 ` [PATCH 2/2] KVM: Make enum values in userspace interface explicit Avi Kivity
  0 siblings, 2 replies; 3+ messages in thread
From: Avi Kivity @ 2006-11-27  8:47 UTC (permalink / raw)
  To: kvm-devel; +Cc: linux-kernel, Andrew Morton

Following are a couple of patches I've neglected to send out and are 
thus not in -mm.  One clarifies the KVM license and the other makes enum 
values explicit.

Merging them will sync my current release tree to -mm, which will help 
avoid fuzz in the event we have to merge a large patchset.

-- 
error compiling committee.c: too many arguments to function


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

* [PATCH 1/2] KVM: Clarify licensing
  2006-11-27  8:47 [PATCH 0/2] KVM: Sync with -mm tree Avi Kivity
@ 2006-11-27  8:48 ` Avi Kivity
  2006-11-27  8:49 ` [PATCH 2/2] KVM: Make enum values in userspace interface explicit Avi Kivity
  1 sibling, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2006-11-27  8:48 UTC (permalink / raw)
  To: kvm-devel; +Cc: linux-kernel, akpm

Signed-off-by: Avi Kivity <avi@qumranet.com>

diff -X /home/avi/kvm/linux-2.6/Documentation/dontdiff --exclude=Makefile -ru /home/avi/kvm/linux-2.6/drivers/kvm/kvm.h /home/avi/kvm-release/kernel/kvm.h
--- linux-2.6/drivers/kvm/kvm.h	2006-11-27 10:31:16.000000000 +0200
+++ linux-2.6/drivers/kvm/kvm.h	2006-11-15 18:51:06.000000000 +0200
@@ -1,6 +1,11 @@
 #ifndef __KVM_H
 #define __KVM_H
 
+/*
+ * This work is licensed under the terms of the GNU GPL, version 2.  See
+ * the COPYING file in the top-level directory.
+ */
+
 #include <linux/types.h>
 #include <linux/list.h>
 #include <linux/mutex.h>
diff -X /home/avi/kvm/linux-2.6/Documentation/dontdiff --exclude=Makefile -ru /home/avi/kvm/linux-2.6/drivers/kvm/kvm_main.c /home/avi/kvm-release/kernel/kvm_main.c
--- linux-2.6/drivers/kvm/kvm_main.c	2006-11-27 10:31:16.000000000 +0200
+++ linux-2.6/drivers/kvm/kvm_main.c	2006-11-20 11:17:55.000000000 +0200
@@ -10,6 +10,9 @@
  *   Avi Kivity   <avi@qumranet.com>
  *   Yaniv Kamay  <yaniv@qumranet.com>
  *
+ * This work is licensed under the terms of the GNU GPL, version 2.  See
+ * the COPYING file in the top-level directory.
+ *
  */
 
 #include "kvm.h"
diff -X /home/avi/kvm/linux-2.6/Documentation/dontdiff --exclude=Makefile -ru /home/avi/kvm/linux-2.6/drivers/kvm/mmu.c /home/avi/kvm-release/kernel/mmu.c
--- linux-2.6/drivers/kvm/mmu.c	2006-11-27 10:31:16.000000000 +0200
+++ linux-2.6/drivers/kvm/mmu.c	2006-11-08 10:41:04.000000000 +0200
@@ -12,6 +12,9 @@
  *   Yaniv Kamay  <yaniv@qumranet.com>
  *   Avi Kivity   <avi@qumranet.com>
  *
+ * This work is licensed under the terms of the GNU GPL, version 2.  See
+ * the COPYING file in the top-level directory.
+ *
  */
 #include <linux/types.h>
 #include <linux/string.h>
diff -X /home/avi/kvm/linux-2.6/Documentation/dontdiff --exclude=Makefile -ru /home/avi/kvm/linux-2.6/drivers/kvm/paging_tmpl.h /home/avi/kvm-release/kernel/paging_tmpl.h
--- linux-2.6/drivers/kvm/paging_tmpl.h	2006-11-27 10:31:16.000000000 +0200
+++ linux-2.6/drivers/kvm/paging_tmpl.h	2006-11-08 10:41:04.000000000 +0200
@@ -1,4 +1,23 @@
 /*
+ * Kernel-based Virtual Machine driver for Linux
+ *
+ * This module enables machines with Intel VT-x extensions to run virtual
+ * machines without emulation or binary translation.
+ *
+ * MMU support
+ *
+ * Copyright (C) 2006 Qumranet, Inc.
+ *
+ * Authors:
+ *   Yaniv Kamay  <yaniv@qumranet.com>
+ *   Avi Kivity   <avi@qumranet.com>
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2.  See
+ * the COPYING file in the top-level directory.
+ *
+ */
+
+/*
  * We need the mmu code to access both 32-bit and 64-bit guest ptes,
  * so the code in this file is compiled twice, once per pte size.
  */
diff -X /home/avi/kvm/linux-2.6/Documentation/dontdiff --exclude=Makefile -ru /home/avi/kvm/linux-2.6/drivers/kvm/x86_emulate.c /home/avi/kvm-release/kernel/x86_emulate.c
--- linux-2.6/drivers/kvm/x86_emulate.c	2006-11-27 10:31:16.000000000 +0200
+++ linux-2.6/drivers/kvm/x86_emulate.c	2006-11-20 11:39:59.000000000 +0200
@@ -13,6 +13,9 @@
  *   Avi Kivity <avi@qumranet.com>
  *   Yaniv Kamay <yaniv@qumranet.com>
  *
+ * This work is licensed under the terms of the GNU GPL, version 2.  See
+ * the COPYING file in the top-level directory.
+ *
  * From: xen-unstable 10676:af9809f51f81a3c43f276f00c81a52ef558afda4
  */
 

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

* [PATCH 2/2] KVM: Make enum values in userspace interface explicit
  2006-11-27  8:47 [PATCH 0/2] KVM: Sync with -mm tree Avi Kivity
  2006-11-27  8:48 ` [PATCH 1/2] KVM: Clarify licensing Avi Kivity
@ 2006-11-27  8:49 ` Avi Kivity
  1 sibling, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2006-11-27  8:49 UTC (permalink / raw)
  To: kvm-devel; +Cc: linux-kernel, akpm

Signed-off-by: Avi Kivity <avi@qumranet.com>

--- linux-2.6/include/linux/kvm.h	2006-11-27 10:31:40.000000000 +0200
+++ linux-2.6/include/linux/kvm.h	2006-11-19 12:25:35.000000000 +0200
@@ -36,13 +36,13 @@
 #define KVM_EXIT_TYPE_VM_EXIT    2
 
 enum kvm_exit_reason {
-	KVM_EXIT_UNKNOWN,
-	KVM_EXIT_EXCEPTION,
-	KVM_EXIT_IO,
-	KVM_EXIT_CPUID,
-	KVM_EXIT_DEBUG,
-	KVM_EXIT_HLT,
-	KVM_EXIT_MMIO,
+	KVM_EXIT_UNKNOWN          = 0,
+	KVM_EXIT_EXCEPTION        = 1,
+	KVM_EXIT_IO               = 2,
+	KVM_EXIT_CPUID            = 3,
+	KVM_EXIT_DEBUG            = 4,
+	KVM_EXIT_HLT              = 5,
+	KVM_EXIT_MMIO             = 6,
 };
 
 /* for KVM_RUN */

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

end of thread, other threads:[~2006-11-27  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-27  8:47 [PATCH 0/2] KVM: Sync with -mm tree Avi Kivity
2006-11-27  8:48 ` [PATCH 1/2] KVM: Clarify licensing Avi Kivity
2006-11-27  8:49 ` [PATCH 2/2] KVM: Make enum values in userspace interface explicit Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox