Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2018 07:19:43 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r336190 - in stable/11/sys/amd64/vmm: . amd intel io
Message-ID:  <201807110719.w6B7JhSd021026@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@pluribusnetworks.com>
  * All rights reserved.
  *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807110719.w6B7JhSd021026>