diff options
Diffstat (limited to 'virt')
| -rw-r--r-- | virt/kvm/assigned-dev.c | 2 | ||||
| -rw-r--r-- | virt/kvm/coalesced_mmio.c | 1 | ||||
| -rw-r--r-- | virt/kvm/eventfd.c | 1 | ||||
| -rw-r--r-- | virt/kvm/ioapic.c | 1 | ||||
| -rw-r--r-- | virt/kvm/iommu.c | 2 | ||||
| -rw-r--r-- | virt/kvm/irq_comm.c | 1 | ||||
| -rw-r--r-- | virt/kvm/kvm_main.c | 1 | 
7 files changed, 8 insertions, 1 deletions
diff --git a/virt/kvm/assigned-dev.c b/virt/kvm/assigned-dev.c index 64672e2d43c3..bf9d958d4d5b 100644 --- a/virt/kvm/assigned-dev.c +++ b/virt/kvm/assigned-dev.c @@ -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. diff --git a/virt/kvm/coalesced_mmio.c b/virt/kvm/coalesced_mmio.c index 53850177163f..fc8487564d1f 100644 --- a/virt/kvm/coalesced_mmio.c +++ b/virt/kvm/coalesced_mmio.c @@ -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>   * diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c index b81f0ebbaaad..66cf65b510b1 100644 --- a/virt/kvm/eventfd.c +++ b/virt/kvm/eventfd.c @@ -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> diff --git a/virt/kvm/ioapic.c b/virt/kvm/ioapic.c index 3500dee9cf2b..1149c60b198f 100644 --- a/virt/kvm/ioapic.c +++ b/virt/kvm/ioapic.c @@ -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 diff --git a/virt/kvm/iommu.c b/virt/kvm/iommu.c index 96048ee9e39e..673c88a8efe9 100644 --- a/virt/kvm/iommu.c +++ b/virt/kvm/iommu.c @@ -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> diff --git a/virt/kvm/irq_comm.c b/virt/kvm/irq_comm.c index a0e88809e45e..52f412f16be3 100644 --- a/virt/kvm/irq_comm.c +++ b/virt/kvm/irq_comm.c @@ -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> diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index 35532c964710..4a71faa96dfd 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.c @@ -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>  |