KVM: Update Red Hat copyrights
authorAvi Kivity <avi@redhat.com>
Sun, 23 May 2010 15:37:00 +0000 (18:37 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:35:51 +0000 (10:35 +0300)
Signed-off-by: Avi Kivity <avi@redhat.com>
18 files changed:
arch/x86/kvm/emulate.c
arch/x86/kvm/i8254.c
arch/x86/kvm/i8259.c
arch/x86/kvm/irq.c
arch/x86/kvm/lapic.c
arch/x86/kvm/mmu.c
arch/x86/kvm/paging_tmpl.h
arch/x86/kvm/svm.c
arch/x86/kvm/timer.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c
virt/kvm/assigned-dev.c
virt/kvm/coalesced_mmio.c
virt/kvm/eventfd.c
virt/kvm/ioapic.c
virt/kvm/iommu.c
virt/kvm/irq_comm.c
virt/kvm/kvm_main.c

index 7a36eec8bab855931d7fd051b7b2f374ed4c1c50..a4c2dcd10326b3582dadab2622f9b43e5ae064e2 100644 (file)
@@ -9,6 +9,7 @@
  * privileged instructions:
  *
  * Copyright (C) 2006 Qumranet
+ * Copyright 2010 Red Hat, Inc. and/or its affilates.
  *
  *   Avi Kivity <avi@qumranet.com>
  *   Yaniv Kamay <yaniv@qumranet.com>
index 0150affad25d082c4dd8eea9546b30ee12491731..188d82762c1bbcbaba59d33c0d87857adf536dba 100644 (file)
@@ -5,6 +5,7 @@
  * Copyright (c) 2006 Intel Corporation
  * Copyright (c) 2007 Keir Fraser, XenSource Inc
  * Copyright (c) 2008 Intel Corporation
+ * Copyright 2009 Red Hat, Inc. and/or its affilates.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index 93825ff3338fae9940b612c0814f9a3864cbd213..2c73f4493148d14d781785d279cf270bc2c8ab84 100644 (file)
@@ -3,6 +3,7 @@
  *
  * Copyright (c) 2003-2004 Fabrice Bellard
  * Copyright (c) 2007 Intel Corporation
+ * Copyright 2009 Red Hat, Inc. and/or its affilates.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index 96dfbb6ad2a9d2b1db365ef0c007f9d7056d9dda..0f4e488331c7aa44b8ad7efc404ebf2b822cdd57 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * irq.c: API for in kernel interrupt controller
  * Copyright (c) 2007, Intel Corporation.
+ * Copyright 2009 Red Hat, Inc. and/or its affilates.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
index 1eb7a4ae0c9c0382ac64b44040f02e3accc4d005..d8258a0060f875582f83365d54bee7f7f7dea0e0 100644 (file)
@@ -5,6 +5,7 @@
  * Copyright (C) 2006 Qumranet, Inc.
  * Copyright (C) 2007 Novell
  * Copyright (C) 2007 Intel
+ * Copyright 2009 Red Hat, Inc. and/or its affilates.
  *
  * Authors:
  *   Dor Laor <dor.laor@qumranet.com>
index 064ddfbde1080862ff469f715350fa9647f2ec91..25d3bb2543e22e36f920d51a61686796963120b6 100644 (file)
@@ -7,6 +7,7 @@
  * MMU support
  *
  * Copyright (C) 2006 Qumranet, Inc.
+ * Copyright 2010 Red Hat, Inc. and/or its affilates.
  *
  * Authors:
  *   Yaniv Kamay  <yaniv@qumranet.com>
index 0671d7a29c3c90db5e3964cb22efafba50196033..167f53357eefd521caba5b2275792be766721c78 100644 (file)
@@ -7,6 +7,7 @@
  * MMU support
  *
  * Copyright (C) 2006 Qumranet, Inc.
+ * Copyright 2010 Red Hat, Inc. and/or its affilates.
  *
  * Authors:
  *   Yaniv Kamay  <yaniv@qumranet.com>
index f5c2b432078ad7dea05971ccc8df40ffc365c8af..02ea5cf4b1e52e97885ce79e0b5ee71be38cd8a7 100644 (file)
@@ -4,6 +4,7 @@
  * AMD SVM support
  *
  * Copyright (C) 2006 Qumranet, Inc.
+ * Copyright 2010 Red Hat, Inc. and/or its affilates.
  *
  * Authors:
  *   Yaniv Kamay  <yaniv@qumranet.com>
index 4ddadb1a5ffe5f97f51eaa93b6c6fc9c9fe6c4c4..564548fbb3d6f38d291ebb447436563ffa72e239 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * 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.
+ *
+ * timer support
+ *
+ * Copyright 2010 Red Hat, Inc. and/or its affilates.
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2.  See
+ * the COPYING file in the top-level directory.
+ */
+
 #include <linux/kvm_host.h>
 #include <linux/kvm.h>
 #include <linux/hrtimer.h>
index b8aac4e989036772015339d8e29a9ee4f0736d72..9c3ffc5fde444e2b5a96451a5eb8c23d17d17e56 100644 (file)
@@ -5,6 +5,7 @@
  * machines without emulation or binary translation.
  *
  * Copyright (C) 2006 Qumranet, Inc.
+ * Copyright 2010 Red Hat, Inc. and/or its affilates.
  *
  * Authors:
  *   Avi Kivity   <avi@qumranet.com>
index 84b1788489de01601a8974843dad8fc1bbb491d3..033b9c207f93c271419db27294d20f7238554aeb 100644 (file)
@@ -6,6 +6,7 @@
  * Copyright (C) 2006 Qumranet, Inc.
  * Copyright (C) 2008 Qumranet, Inc.
  * Copyright IBM Corporation, 2008
+ * Copyright 2010 Red Hat, Inc. and/or its affilates.
  *
  * Authors:
  *   Avi Kivity   <avi@qumranet.com>
index 64672e2d43c3681afec9cd6cfd783d1f6b3a8bed..bf9d958d4d5b6fe328226a788db2c85999cab20b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Kernel-based Virtual Machine - device assignment support
  *
- * Copyright (C) 2006-9 Red Hat, Inc
+ * Copyright (C) 2010 Red Hat, Inc. and/or its affiliates.
  *
  * This work is licensed under the terms of the GNU GPL, version 2.  See
  * the COPYING file in the top-level directory.
index 53850177163fbda3a9fef4bda83aef31607ca4f4..fc8487564d1f2ac3d88ccd801451248b07e623f8 100644 (file)
@@ -2,6 +2,7 @@
  * KVM coalesced MMIO
  *
  * Copyright (c) 2008 Bull S.A.S.
+ * Copyright 2009 Red Hat, Inc. and/or its affiliates.
  *
  *  Author: Laurent Vivier <Laurent.Vivier@bull.net>
  *
index b81f0ebbaaadb6db5c62ef3d8078117630152b35..66cf65b510b11c1c245db3b6a435e040ac3606fc 100644 (file)
@@ -2,6 +2,7 @@
  * kvm eventfd support - use eventfd objects to signal various KVM events
  *
  * Copyright 2009 Novell.  All Rights Reserved.
+ * Copyright 2010 Red Hat, Inc. and/or its affiliates.
  *
  * Author:
  *     Gregory Haskins <ghaskins@novell.com>
index 3500dee9cf2b24e7a6965f67d198d6e290798f9e..1149c60b198fa49fee5bc63b890dfe9bffb361ca 100644 (file)
@@ -1,5 +1,6 @@
 /*
  *  Copyright (C) 2001  MandrakeSoft S.A.
+ *  Copyright 2010 Red Hat, Inc. and/or its affiliates.
  *
  *    MandrakeSoft S.A.
  *    43, rue d'Aboukir
index 96048ee9e39e8f57d068f558cd4888961c46aa42..673c88a8efe92dab9dfc0435d8b8f355118b7ddd 100644 (file)
@@ -16,6 +16,8 @@
  *
  * Copyright (C) 2006-2008 Intel Corporation
  * Copyright IBM Corporation, 2008
+ * Copyright 2010 Red Hat, Inc. and/or its affiliates.
+ *
  * Author: Allen M. Kay <allen.m.kay@intel.com>
  * Author: Weidong Han <weidong.han@intel.com>
  * Author: Ben-Ami Yassour <benami@il.ibm.com>
index a0e88809e45e7468d9c2439d638f2dc18502d128..52f412f16be39215628655f8576e5f1e0499806c 100644 (file)
@@ -17,6 +17,7 @@
  * Authors:
  *   Yaozu (Eddie) Dong <Eddie.dong@intel.com>
  *
+ * Copyright 2010 Red Hat, Inc. and/or its affilates.
  */
 
 #include <linux/kvm_host.h>
index 35532c964710b2b4c72ad920608979e373e49679..4a71faa96dfd6f0e42fb5a5f8c70a7ec499a24cc 100644 (file)
@@ -5,6 +5,7 @@
  * machines without emulation or binary translation.
  *
  * Copyright (C) 2006 Qumranet, Inc.
+ * Copyright 2010 Red Hat, Inc. and/or its affilates.
  *
  * Authors:
  *   Avi Kivity   <avi@qumranet.com>
This page took 0.041895 seconds and 5 git commands to generate.