diff options
Diffstat (limited to 'drivers/vfio/pci')
-rw-r--r-- | drivers/vfio/pci/vfio_pci.c | 5 | ||||
-rw-r--r-- | drivers/vfio/pci/vfio_pci_config.c | 5 | ||||
-rw-r--r-- | drivers/vfio/pci/vfio_pci_igd.c | 5 | ||||
-rw-r--r-- | drivers/vfio/pci/vfio_pci_intrs.c | 5 | ||||
-rw-r--r-- | drivers/vfio/pci/vfio_pci_private.h | 5 | ||||
-rw-r--r-- | drivers/vfio/pci/vfio_pci_rdwr.c | 5 |
6 files changed, 6 insertions, 24 deletions
diff --git a/drivers/vfio/pci/vfio_pci.c b/drivers/vfio/pci/vfio_pci.c index cab71da46f4a..703948c9fbe1 100644 --- a/drivers/vfio/pci/vfio_pci.c +++ b/drivers/vfio/pci/vfio_pci.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012 Red Hat, Inc. All rights reserved. | 3 | * Copyright (C) 2012 Red Hat, Inc. All rights reserved. |
3 | * Author: Alex Williamson <alex.williamson@redhat.com> | 4 | * Author: Alex Williamson <alex.williamson@redhat.com> |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * Derived from original vfio: | 6 | * Derived from original vfio: |
10 | * Copyright 2010 Cisco Systems, Inc. All rights reserved. | 7 | * Copyright 2010 Cisco Systems, Inc. All rights reserved. |
11 | * Author: Tom Lyon, pugs@cisco.com | 8 | * Author: Tom Lyon, pugs@cisco.com |
diff --git a/drivers/vfio/pci/vfio_pci_config.c b/drivers/vfio/pci/vfio_pci_config.c index 52963a904790..f0891bd8444c 100644 --- a/drivers/vfio/pci/vfio_pci_config.c +++ b/drivers/vfio/pci/vfio_pci_config.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * VFIO PCI config space virtualization | 3 | * VFIO PCI config space virtualization |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Red Hat, Inc. All rights reserved. | 5 | * Copyright (C) 2012 Red Hat, Inc. All rights reserved. |
5 | * Author: Alex Williamson <alex.williamson@redhat.com> | 6 | * Author: Alex Williamson <alex.williamson@redhat.com> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * Derived from original vfio: | 8 | * Derived from original vfio: |
12 | * Copyright 2010 Cisco Systems, Inc. All rights reserved. | 9 | * Copyright 2010 Cisco Systems, Inc. All rights reserved. |
13 | * Author: Tom Lyon, pugs@cisco.com | 10 | * Author: Tom Lyon, pugs@cisco.com |
diff --git a/drivers/vfio/pci/vfio_pci_igd.c b/drivers/vfio/pci/vfio_pci_igd.c index 6394b168ef29..53d97f459252 100644 --- a/drivers/vfio/pci/vfio_pci_igd.c +++ b/drivers/vfio/pci/vfio_pci_igd.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * VFIO PCI Intel Graphics support | 3 | * VFIO PCI Intel Graphics support |
3 | * | 4 | * |
4 | * Copyright (C) 2016 Red Hat, Inc. All rights reserved. | 5 | * Copyright (C) 2016 Red Hat, Inc. All rights reserved. |
5 | * Author: Alex Williamson <alex.williamson@redhat.com> | 6 | * Author: Alex Williamson <alex.williamson@redhat.com> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * Register a device specific region through which to provide read-only | 8 | * Register a device specific region through which to provide read-only |
12 | * access to the Intel IGD opregion. The register defining the opregion | 9 | * access to the Intel IGD opregion. The register defining the opregion |
13 | * address is also virtualized to prevent user modification. | 10 | * address is also virtualized to prevent user modification. |
diff --git a/drivers/vfio/pci/vfio_pci_intrs.c b/drivers/vfio/pci/vfio_pci_intrs.c index 1c46045b0e7f..3fa3f728fb39 100644 --- a/drivers/vfio/pci/vfio_pci_intrs.c +++ b/drivers/vfio/pci/vfio_pci_intrs.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * VFIO PCI interrupt handling | 3 | * VFIO PCI interrupt handling |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Red Hat, Inc. All rights reserved. | 5 | * Copyright (C) 2012 Red Hat, Inc. All rights reserved. |
5 | * Author: Alex Williamson <alex.williamson@redhat.com> | 6 | * Author: Alex Williamson <alex.williamson@redhat.com> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * Derived from original vfio: | 8 | * Derived from original vfio: |
12 | * Copyright 2010 Cisco Systems, Inc. All rights reserved. | 9 | * Copyright 2010 Cisco Systems, Inc. All rights reserved. |
13 | * Author: Tom Lyon, pugs@cisco.com | 10 | * Author: Tom Lyon, pugs@cisco.com |
diff --git a/drivers/vfio/pci/vfio_pci_private.h b/drivers/vfio/pci/vfio_pci_private.h index 1812cf22fc4f..ee6ee91718a4 100644 --- a/drivers/vfio/pci/vfio_pci_private.h +++ b/drivers/vfio/pci/vfio_pci_private.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012 Red Hat, Inc. All rights reserved. | 3 | * Copyright (C) 2012 Red Hat, Inc. All rights reserved. |
3 | * Author: Alex Williamson <alex.williamson@redhat.com> | 4 | * Author: Alex Williamson <alex.williamson@redhat.com> |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * Derived from original vfio: | 6 | * Derived from original vfio: |
10 | * Copyright 2010 Cisco Systems, Inc. All rights reserved. | 7 | * Copyright 2010 Cisco Systems, Inc. All rights reserved. |
11 | * Author: Tom Lyon, pugs@cisco.com | 8 | * Author: Tom Lyon, pugs@cisco.com |
diff --git a/drivers/vfio/pci/vfio_pci_rdwr.c b/drivers/vfio/pci/vfio_pci_rdwr.c index a6029d0a5524..0120d8324a40 100644 --- a/drivers/vfio/pci/vfio_pci_rdwr.c +++ b/drivers/vfio/pci/vfio_pci_rdwr.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * VFIO PCI I/O Port & MMIO access | 3 | * VFIO PCI I/O Port & MMIO access |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Red Hat, Inc. All rights reserved. | 5 | * Copyright (C) 2012 Red Hat, Inc. All rights reserved. |
5 | * Author: Alex Williamson <alex.williamson@redhat.com> | 6 | * Author: Alex Williamson <alex.williamson@redhat.com> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * Derived from original vfio: | 8 | * Derived from original vfio: |
12 | * Copyright 2010 Cisco Systems, Inc. All rights reserved. | 9 | * Copyright 2010 Cisco Systems, Inc. All rights reserved. |
13 | * Author: Tom Lyon, pugs@cisco.com | 10 | * Author: Tom Lyon, pugs@cisco.com |