svn commit: r336190 - in stable/11/sys/amd64/vmm: . amd intel io

Marcelo Araujo araujo at FreeBSD.org
Wed Jul 11 07:19:47 UTC 2018


Author: araujo
Date: Wed Jul 11 07:19:42 2018
New Revision: 336190
URL: https://svnweb.freebsd.org/changeset/base/336190

Log:
  MFC r335030:
  
  Add SPDX tags to vmm(4).
  
  Sponsored by:	iXsystems Inc.

Modified:
  stable/11/sys/amd64/vmm/amd/npt.c
  stable/11/sys/amd64/vmm/amd/npt.h
  stable/11/sys/amd64/vmm/amd/svm.c
  stable/11/sys/amd64/vmm/amd/svm.h
  stable/11/sys/amd64/vmm/amd/svm_genassym.c
  stable/11/sys/amd64/vmm/amd/svm_msr.c
  stable/11/sys/amd64/vmm/amd/svm_msr.h
  stable/11/sys/amd64/vmm/amd/svm_softc.h
  stable/11/sys/amd64/vmm/amd/svm_support.S
  stable/11/sys/amd64/vmm/amd/vmcb.c
  stable/11/sys/amd64/vmm/amd/vmcb.h
  stable/11/sys/amd64/vmm/intel/vmx_support.S
  stable/11/sys/amd64/vmm/io/vatpic.c
  stable/11/sys/amd64/vmm/io/vatpit.h
  stable/11/sys/amd64/vmm/io/vpmtmr.c
  stable/11/sys/amd64/vmm/io/vpmtmr.h
  stable/11/sys/amd64/vmm/io/vrtc.c
  stable/11/sys/amd64/vmm/io/vrtc.h
  stable/11/sys/amd64/vmm/vmm_ioport.c
  stable/11/sys/amd64/vmm/vmm_ioport.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/amd64/vmm/amd/npt.c
==============================================================================
--- stable/11/sys/amd64/vmm/amd/npt.c	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/amd/npt.c	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013 Anish Gupta (akgupt3 at gmail.com)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/amd/npt.h
==============================================================================
--- stable/11/sys/amd64/vmm/amd/npt.h	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/amd/npt.h	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013 Anish Gupta (akgupt3 at gmail.com)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/amd/svm.c
==============================================================================
--- stable/11/sys/amd64/vmm/amd/svm.c	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/amd/svm.c	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013, Anish Gupta (akgupt3 at gmail.com)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/amd/svm.h
==============================================================================
--- stable/11/sys/amd64/vmm/amd/svm.h	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/amd/svm.h	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013 Anish Gupta (akgupt3 at gmail.com)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/amd/svm_genassym.c
==============================================================================
--- stable/11/sys/amd64/vmm/amd/svm_genassym.c	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/amd/svm_genassym.c	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013 Anish Gupta (akgupt3 at gmail.com)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/amd/svm_msr.c
==============================================================================
--- stable/11/sys/amd64/vmm/amd/svm_msr.c	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/amd/svm_msr.c	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2014, Neel Natu (neel at freebsd.org)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/amd/svm_msr.h
==============================================================================
--- stable/11/sys/amd64/vmm/amd/svm_msr.h	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/amd/svm_msr.h	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2014 Neel Natu (neel at freebsd.org)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/amd/svm_softc.h
==============================================================================
--- stable/11/sys/amd64/vmm/amd/svm_softc.h	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/amd/svm_softc.h	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013 Anish Gupta (akgupt3 at gmail.com)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/amd/svm_support.S
==============================================================================
--- stable/11/sys/amd64/vmm/amd/svm_support.S	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/amd/svm_support.S	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013, Anish Gupta (akgupt3 at gmail.com)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/amd/vmcb.c
==============================================================================
--- stable/11/sys/amd64/vmm/amd/vmcb.c	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/amd/vmcb.c	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013 Anish Gupta (akgupt3 at gmail.com)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/amd/vmcb.h
==============================================================================
--- stable/11/sys/amd64/vmm/amd/vmcb.h	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/amd/vmcb.h	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013 Anish Gupta (akgupt3 at gmail.com)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/intel/vmx_support.S
==============================================================================
--- stable/11/sys/amd64/vmm/intel/vmx_support.S	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/intel/vmx_support.S	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011 NetApp, Inc.
  * Copyright (c) 2013 Neel Natu <neel at freebsd.org>
  * All rights reserved.

Modified: stable/11/sys/amd64/vmm/io/vatpic.c
==============================================================================
--- stable/11/sys/amd64/vmm/io/vatpic.c	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/io/vatpic.c	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2014 Tycho Nightingale <tycho.nightingale at pluribusnetworks.com>
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/io/vatpit.h
==============================================================================
--- stable/11/sys/amd64/vmm/io/vatpit.h	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/io/vatpit.h	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2014 Tycho Nightingale <tycho.nightingale at pluribusnetworks.com>
  * Copyright (c) 2011 NetApp, Inc.
  * All rights reserved.

Modified: stable/11/sys/amd64/vmm/io/vpmtmr.c
==============================================================================
--- stable/11/sys/amd64/vmm/io/vpmtmr.c	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/io/vpmtmr.c	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2014, Neel Natu (neel at freebsd.org)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/io/vpmtmr.h
==============================================================================
--- stable/11/sys/amd64/vmm/io/vpmtmr.h	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/io/vpmtmr.h	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2014 Neel Natu (neel at freebsd.org)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/io/vrtc.c
==============================================================================
--- stable/11/sys/amd64/vmm/io/vrtc.c	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/io/vrtc.c	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2014, Neel Natu (neel at freebsd.org)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/io/vrtc.h
==============================================================================
--- stable/11/sys/amd64/vmm/io/vrtc.h	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/io/vrtc.h	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2014 Neel Natu (neel at freebsd.org)
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/vmm_ioport.c
==============================================================================
--- stable/11/sys/amd64/vmm/vmm_ioport.c	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/vmm_ioport.c	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2014 Tycho Nightingale <tycho.nightingale at pluribusnetworks.com>
  * All rights reserved.
  *

Modified: stable/11/sys/amd64/vmm/vmm_ioport.h
==============================================================================
--- stable/11/sys/amd64/vmm/vmm_ioport.h	Wed Jul 11 07:16:13 2018	(r336189)
+++ stable/11/sys/amd64/vmm/vmm_ioport.h	Wed Jul 11 07:19:42 2018	(r336190)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2014 Tycho Nightingale <tycho.nightingale at pluribusnetworks.com>
  * All rights reserved.
  *


More information about the svn-src-all mailing list