rpms/kernel/devel linux-2.6-userspace_kvmclock_offset.patch, 1.1, 1.2

Justin M. Forbes jforbes at fedoraproject.org
Mon Dec 7 23:09:53 UTC 2009


Author: jforbes

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24366

Modified Files:
	linux-2.6-userspace_kvmclock_offset.patch 
Log Message:
Fix userspace kvmclock offset patch

linux-2.6-userspace_kvmclock_offset.patch:
 Documentation/kvm/api.txt       |   34 ++++++++++++++++++++++++++++++++++
 arch/x86/include/asm/kvm_host.h |    1 +
 arch/x86/kvm/x86.c              |   36 +++++++++++++++++++++++++++++++++++-
 include/linux/kvm.h             |   10 +++++++++-
 4 files changed, 79 insertions(+), 2 deletions(-)

Index: linux-2.6-userspace_kvmclock_offset.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-userspace_kvmclock_offset.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- linux-2.6-userspace_kvmclock_offset.patch	7 Dec 2009 18:05:35 -0000	1.1
+++ linux-2.6-userspace_kvmclock_offset.patch	7 Dec 2009 23:09:53 -0000	1.2
@@ -150,10 +150,10 @@ index e0ed46c..0e8455b 100644
 --- a/include/linux/kvm.h
 +++ b/include/linux/kvm.h
 @@ -439,6 +439,7 @@ struct kvm_ioeventfd {
- #ifdef __KVM_HAVE_XEN_HVM
- #define KVM_CAP_XEN_HVM 38
  #endif
-+#define KVM_CAP_ADJUST_CLOCK 39
+ #define KVM_CAP_IOEVENTFD 36
+ #define KVM_CAP_SET_IDENTITY_MAP_ADDR 37
++#define KVM_CAP_ADJUST_CLOCK 38
  
  #ifdef KVM_CAP_IRQ_ROUTING
  




More information about the scm-commits mailing list