qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 07e6f0: semihosting: Fix Lesser GPL version n


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 07e6f0: semihosting: Fix Lesser GPL version number
Date: Mon, 16 Nov 2020 10:18:31 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 07e6f009a0a6a38238820f3d198dbe36f2bbb74f
      
https://github.com/qemu/qemu/commit/07e6f009a0a6a38238820f3d198dbe36f2bbb74f
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M include/hw/semihosting/semihost.h

  Log Message:
  -----------
  semihosting: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201016144243.26817-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: f70c59668c8ea904aa5ddd628b247096177f2f1d
      
https://github.com/qemu/qemu/commit/f70c59668c8ea904aa5ddd628b247096177f2f1d
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M hw/intc/xics_pnv.c
    M hw/ppc/pnv.c
    M hw/ppc/pnv_core.c
    M hw/ppc/pnv_lpc.c
    M hw/ppc/pnv_psi.c
    M hw/ppc/pnv_xscom.c
    M include/hw/ppc/pnv.h
    M include/hw/ppc/pnv_core.h
    M include/hw/ppc/pnv_homer.h
    M include/hw/ppc/pnv_lpc.h
    M include/hw/ppc/pnv_occ.h
    M include/hw/ppc/pnv_psi.h
    M include/hw/ppc/pnv_xscom.h

  Log Message:
  -----------
  non-virt: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201016145346.27167-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 6bd039cdbee2378ae1dff1d8b735466e9473f7f6
      
https://github.com/qemu/qemu/commit/6bd039cdbee2378ae1dff1d8b735466e9473f7f6
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M hw/ppc/ppce500_spin.c
    M target/ppc/compat.c
    M target/ppc/cpu-models.c
    M target/ppc/cpu-models.h
    M target/ppc/cpu.c
    M target/ppc/cpu.h
    M target/ppc/dfp_helper.c
    M target/ppc/excp_helper.c
    M target/ppc/fpu_helper.c
    M target/ppc/gdbstub.c
    M target/ppc/helper_regs.h
    M target/ppc/int_helper.c
    M target/ppc/internal.h
    M target/ppc/mem_helper.c
    M target/ppc/misc_helper.c
    M target/ppc/mmu-book3s-v3.c
    M target/ppc/mmu-book3s-v3.h
    M target/ppc/mmu-hash32.c
    M target/ppc/mmu-hash64.c
    M target/ppc/mmu-radix64.c
    M target/ppc/mmu_helper.c
    M target/ppc/timebase_helper.c
    M target/ppc/translate.c
    M target/ppc/translate_init.c.inc
    M target/ppc/user_only_helper.c

  Log Message:
  -----------
  powerpc tcg: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201019061126.3102-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: bf1b52d19972e78e9e272daf1b7590e023e99717
      
https://github.com/qemu/qemu/commit/bf1b52d19972e78e9e272daf1b7590e023e99717
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M target/cris/cpu.h
    M target/cris/crisv10-decode.h
    M target/cris/crisv32-decode.h
    M target/cris/gdbstub.c
    M target/cris/helper.c
    M target/cris/machine.c
    M target/cris/mmu.c
    M target/cris/op_helper.c
    M target/cris/translate.c
    M target/cris/translate_v10.c.inc

  Log Message:
  -----------
  cris tcg cpus: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023121649.19123-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: ee4520364603099bfdda59f43573eebdef2822b5
      
https://github.com/qemu/qemu/commit/ee4520364603099bfdda59f43573eebdef2822b5
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M target/microblaze/cpu.h
    M target/microblaze/gdbstub.c
    M target/microblaze/helper.c
    M target/microblaze/machine.c
    M target/microblaze/mmu.c
    M target/microblaze/mmu.h
    M target/microblaze/op_helper.c
    M target/microblaze/translate.c

  Log Message:
  -----------
  microblaze tcg cpus: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023121821.19179-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: c30f26223ddee623e4487d17d1d8cefadeb4e9e5
      
https://github.com/qemu/qemu/commit/c30f26223ddee623e4487d17d1d8cefadeb4e9e5
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M hw/isa/i82378.c

  Log Message:
  -----------
  prep: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023121933.19227-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: f08dddb366205ff3c7780588eb4bc5f5ef5c6b58
      
https://github.com/qemu/qemu/commit/f08dddb366205ff3c7780588eb4bc5f5ef5c6b58
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M target/xtensa/gdbstub.c

  Log Message:
  -----------
  xtensa tcg cpus: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023122051.19274-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: eb85394fe7535316fc8d54dd1b29709002919f80
      
https://github.com/qemu/qemu/commit/eb85394fe7535316fc8d54dd1b29709002919f80
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M hw/tricore/tricore_testboard.c
    M target/tricore/gdbstub.c

  Log Message:
  -----------
  tricore tcg cpus: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023122157.19321-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: bee419713544b006a6ed0931e612a7507100059d
      
https://github.com/qemu/qemu/commit/bee419713544b006a6ed0931e612a7507100059d
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M hw/usb/hcd-ohci.c
    M hw/usb/hcd-xhci-nec.c
    M hw/usb/hcd-xhci-pci.c
    M hw/usb/hcd-xhci-pci.h
    M hw/usb/hcd-xhci.c
    M hw/usb/hcd-xhci.h

  Log Message:
  -----------
  usb: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023122332.19369-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 1c79145f12a21e129163eee9ca7a2234e2d97751
      
https://github.com/qemu/qemu/commit/1c79145f12a21e129163eee9ca7a2234e2d97751
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M linux-user/aarch64/target_cpu.h
    M linux-user/aarch64/target_structs.h
    M linux-user/alpha/target_cpu.h
    M linux-user/alpha/target_structs.h
    M linux-user/arm/target_cpu.h
    M linux-user/arm/target_structs.h
    M linux-user/cris/target_cpu.h
    M linux-user/cris/target_structs.h
    M linux-user/hppa/target_cpu.h
    M linux-user/hppa/target_structs.h
    M linux-user/i386/target_cpu.h
    M linux-user/i386/target_structs.h
    M linux-user/microblaze/target_cpu.h
    M linux-user/microblaze/target_structs.h
    M linux-user/mips/target_cpu.h
    M linux-user/mips/target_structs.h
    M linux-user/mips64/target_cpu.h
    M linux-user/nios2/target_cpu.h
    M linux-user/nios2/target_structs.h
    M linux-user/ppc/target_cpu.h
    M linux-user/ppc/target_structs.h
    M linux-user/ppc/target_syscall.h
    M linux-user/s390x/target_structs.h
    M linux-user/sparc/target_cpu.h
    M linux-user/sparc/target_structs.h
    M linux-user/sparc64/target_structs.h
    M linux-user/tilegx/target_cpu.h
    M linux-user/tilegx/target_structs.h
    M linux-user/x86_64/target_structs.h

  Log Message:
  -----------
  linux user: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023122455.19417-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: d9ff33ada7f32ca59f99b270a2d0eb223b3c9c8f
      
https://github.com/qemu/qemu/commit/d9ff33ada7f32ca59f99b270a2d0eb223b3c9c8f
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M target/i386/bpt_helper.c
    M target/i386/cc_helper.c
    M target/i386/cc_helper_template.h
    M target/i386/cpu.c
    M target/i386/cpu.h
    M target/i386/excp_helper.c
    M target/i386/fpu_helper.c
    M target/i386/gdbstub.c
    M target/i386/helper.c
    M target/i386/int_helper.c
    M target/i386/mem_helper.c
    M target/i386/misc_helper.c
    M target/i386/mpx_helper.c
    M target/i386/ops_sse.h
    M target/i386/ops_sse_header.h
    M target/i386/seg_helper.c
    M target/i386/shift_helper_template.h
    M target/i386/smm_helper.c
    M target/i386/svm_helper.c
    M target/i386/tcg-stub.c
    M target/i386/translate.c

  Log Message:
  -----------
  x86 tcg cpus: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023122801.19514-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 50f57e09fda4b7ffbc5ba62aad6cebf660824023
      
https://github.com/qemu/qemu/commit/50f57e09fda4b7ffbc5ba62aad6cebf660824023
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M hw/intc/arm_gicv2m.c
    M hw/intc/arm_gicv3_its_kvm.c
    M target/arm/a32-uncond.decode
    M target/arm/a32.decode
    M target/arm/arm_ldst.h
    M target/arm/cpu.h
    M target/arm/crypto_helper.c
    M target/arm/gdbstub.c
    M target/arm/gdbstub64.c
    M target/arm/helper-a64.c
    M target/arm/helper-a64.h
    M target/arm/helper-sve.h
    M target/arm/iwmmxt_helper.c
    M target/arm/neon-dp.decode
    M target/arm/neon-ls.decode
    M target/arm/neon-shared.decode
    M target/arm/op_helper.c
    M target/arm/pauth_helper.c
    M target/arm/sve.decode
    M target/arm/sve_helper.c
    M target/arm/t16.decode
    M target/arm/t32.decode
    M target/arm/translate-a64.c
    M target/arm/translate-a64.h
    M target/arm/translate-neon.c.inc
    M target/arm/translate-sve.c
    M target/arm/translate-vfp.c.inc
    M target/arm/translate.c
    M target/arm/vec_helper.c
    M target/arm/vec_internal.h
    M target/arm/vfp-uncond.decode
    M target/arm/vfp.decode

  Log Message:
  -----------
  arm tcg cpus: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023122913.19561-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 3564a919093a6ee77a2fd217c96a0fc7e912b693
      
https://github.com/qemu/qemu/commit/3564a919093a6ee77a2fd217c96a0fc7e912b693
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M hw/block/pflash_cfi01.c
    M hw/block/pflash_cfi02.c

  Log Message:
  -----------
  parallel nor flash: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023123034.19609-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
[thuth: Fixed subject]
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: ef19b50d930edced47163dacfa7d88c2d26412fc
      
https://github.com/qemu/qemu/commit/ef19b50d930edced47163dacfa7d88c2d26412fc
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M migration/tls.c
    M migration/tls.h

  Log Message:
  -----------
  migration: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023123130.19656-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: b4424aab3cee8f25973d8ccf2b94f97ed39a0411
      
https://github.com/qemu/qemu/commit/b4424aab3cee8f25973d8ccf2b94f97ed39a0411
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M thunk.c

  Log Message:
  -----------
  overall usermode...: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023123258.19749-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: d6ea423635958b0aaa1d58462d1603fd35194acf
      
https://github.com/qemu/qemu/commit/d6ea423635958b0aaa1d58462d1603fd35194acf
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M cpus-common.c
    M include/exec/cpu-all.h
    M include/exec/cpu-defs.h
    M include/exec/cpu_ldst.h
    M include/exec/cputlb.h
    M include/exec/exec-all.h
    M include/exec/tb-hash.h
    M scripts/decodetree.py
    M target/alpha/cpu.h
    M target/alpha/fpu_helper.c
    M target/alpha/gdbstub.c
    M target/alpha/helper.c
    M target/alpha/int_helper.c
    M target/alpha/mem_helper.c
    M target/alpha/sys_helper.c
    M target/alpha/translate.c
    M target/alpha/vax_helper.c
    M target/hppa/cpu.h
    M target/hppa/gdbstub.c
    M target/hppa/helper.c
    M target/hppa/insns.decode
    M target/hppa/int_helper.c
    M target/hppa/machine.c
    M target/hppa/mem_helper.c
    M target/hppa/op_helper.c
    M target/hppa/translate.c

  Log Message:
  -----------
  overall/alpha tcg cpus|hppa: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023123353.19796-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: eac2fce957012b7811272c58a138eb75b4803c64
      
https://github.com/qemu/qemu/commit/eac2fce957012b7811272c58a138eb75b4803c64
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M backends/tpm/tpm_emulator.c
    M backends/tpm/tpm_passthrough.c
    M backends/tpm/tpm_util.c
    M hw/tpm/tpm_prop.h
    M include/sysemu/tpm_util.h

  Log Message:
  -----------
  tpm: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023123516.19843-1-chetan4windows@gmail.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: c36678b4394c8c75bb623b73217be2798490408e
      
https://github.com/qemu/qemu/commit/c36678b4394c8c75bb623b73217be2798490408e
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M util/oslib-win32.c

  Log Message:
  -----------
  w32: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023123624.19891-1-chetan4windows@gmail.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: f1e5e2ee166d129f420db5389eb823100d289c68
      
https://github.com/qemu/qemu/commit/f1e5e2ee166d129f420db5389eb823100d289c68
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M hw/acpi/nvdimm.c

  Log Message:
  -----------
  nvdimm: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023123749.19941-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 8af82b8e81db9ac32ff1822d5beef0b246dac3d1
      
https://github.com/qemu/qemu/commit/8af82b8e81db9ac32ff1822d5beef0b246dac3d1
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M target/i386/hvf/panic.h
    M target/i386/hvf/vmx.h
    M target/i386/hvf/x86.c
    M target/i386/hvf/x86.h
    M target/i386/hvf/x86_cpuid.c
    M target/i386/hvf/x86_decode.c
    M target/i386/hvf/x86_decode.h
    M target/i386/hvf/x86_descr.c
    M target/i386/hvf/x86_descr.h
    M target/i386/hvf/x86_emu.c
    M target/i386/hvf/x86_emu.h
    M target/i386/hvf/x86_flags.c
    M target/i386/hvf/x86_flags.h
    M target/i386/hvf/x86_mmu.c
    M target/i386/hvf/x86_mmu.h
    M target/i386/hvf/x86hvf.c
    M target/i386/hvf/x86hvf.h

  Log Message:
  -----------
  x86 hvf cpus: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023124012.20035-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 7cd2a9fad7a3d5735a7f38d149697fa408de2724
      
https://github.com/qemu/qemu/commit/7cd2a9fad7a3d5735a7f38d149697fa408de2724
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M hw/net/e1000e.c
    M hw/net/e1000e_core.c
    M hw/net/e1000e_core.h
    M hw/net/e1000x_common.c
    M hw/net/e1000x_common.h

  Log Message:
  -----------
  e1000e: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023124134.20083-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 5650b5497e92e6136a633ec6291c81ab8fc610a0
      
https://github.com/qemu/qemu/commit/5650b5497e92e6136a633ec6291c81ab8fc610a0
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M target/sparc/cc_helper.c
    M target/sparc/cpu.c
    M target/sparc/fop_helper.c
    M target/sparc/gdbstub.c
    M target/sparc/helper.c
    M target/sparc/int32_helper.c
    M target/sparc/int64_helper.c
    M target/sparc/ldst_helper.c
    M target/sparc/mmu_helper.c
    M target/sparc/translate.c
    M target/sparc/vis_helper.c
    M target/sparc/win_helper.c

  Log Message:
  -----------
  sparc tcg cpus: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023124235.20130-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 3a645d364c898eba5439921f592b947c0717e531
      
https://github.com/qemu/qemu/commit/3a645d364c898eba5439921f592b947c0717e531
  Author: Gan Qixin <ganqixin@huawei.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M tests/migration/guestperf-batch.py
    M tests/migration/guestperf-plot.py
    M tests/migration/guestperf.py
    M tests/migration/guestperf/comparison.py
    M tests/migration/guestperf/engine.py
    M tests/migration/guestperf/hardware.py
    M tests/migration/guestperf/plot.py
    M tests/migration/guestperf/progress.py
    M tests/migration/guestperf/report.py
    M tests/migration/guestperf/scenario.py
    M tests/migration/guestperf/shell.py
    M tests/migration/guestperf/timings.py
    M tests/migration/stress.c

  Log Message:
  -----------
  tests/migration: Fix LGPL information in the file headers

There never was a "Lesser GPL version 2.0", It is either "GPL version 2.0"
or "Lesser GPL version 2.1". This patch replaces all "Lesser GPL version 2.0"
with "Lesser GPL version 2.1" in the tests/migration folder.

Signed-off-by: Gan Qixin <ganqixin@huawei.com>
Message-Id: <20201110184223.549499-2-ganqixin@huawei.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 6a2cd9570e1a9accf652c3d62ca87a2f6c9924ce
      
https://github.com/qemu/qemu/commit/6a2cd9570e1a9accf652c3d62ca87a2f6c9924ce
  Author: Gan Qixin <ganqixin@huawei.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M tests/acceptance/pc_cpu_hotplug_props.py
    M tests/acceptance/x86_cpu_model_versions.py

  Log Message:
  -----------
  tests/acceptance: Fix LGPL information in the file headers

There never was a "Lesser GPL version 2.0", It is either "GPL version 2.0"
or "Lesser GPL version 2.1". This patch replaces all "Lesser GPL version 2.0"
with "Lesser GPL version 2.1" in the tests/acceptance folder.

Signed-off-by: Gan Qixin <ganqixin@huawei.com>
Message-Id: <20201110184223.549499-3-ganqixin@huawei.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 8cbff3c1e8ffc90c63f6f9fc1cab762b4fc0c649
      
https://github.com/qemu/qemu/commit/8cbff3c1e8ffc90c63f6f9fc1cab762b4fc0c649
  Author: Gan Qixin <ganqixin@huawei.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M tests/io-channel-helpers.c
    M tests/io-channel-helpers.h
    M tests/test-base64.c
    M tests/test-bufferiszero.c
    M tests/test-crypto-pbkdf.c
    M tests/test-qgraph.c
    M tests/test-uuid.c

  Log Message:
  -----------
  test: Fix LGPL information in the file headers

There never was a "Lesser GPL version 2.0", It is either "GPL version 2.0"
or "Lesser GPL version 2.1". This patch replaces all "Lesser GPL version 2.0"
with "Lesser GPL version 2.1" in the test folder.

Signed-off-by: Gan Qixin <ganqixin@huawei.com>
Message-Id: <20201110184223.549499-4-ganqixin@huawei.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 61f3c91a67c4695dee6904d841b393ea21003969
      
https://github.com/qemu/qemu/commit/61f3c91a67c4695dee6904d841b393ea21003969
  Author: Chetan Pant <chetan4windows@gmail.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M block/crypto.c
    M block/crypto.h
    M disas/lm32.c
    M exec-vary.c
    M hw/acpi/core.c
    M hw/acpi/hmat.c
    M hw/acpi/hmat.h
    M hw/acpi/ich9.c
    M hw/acpi/pcihp.c
    M hw/acpi/piix4.c
    M hw/audio/milkymist-ac97.c
    M hw/char/lm32_juart.c
    M hw/char/lm32_uart.c
    M hw/char/milkymist-uart.c
    M hw/core/bus.c
    M hw/core/platform-bus.c
    M hw/core/qdev.c
    M hw/core/sysbus.c
    M hw/display/bcm2835_fb.c
    M hw/display/milkymist-tmu2.c
    M hw/display/milkymist-vgafb.c
    M hw/display/milkymist-vgafb_template.h
    M hw/gpio/mpc8xxx.c
    M hw/i2c/pm_smbus.c
    M hw/ide/ahci.c
    M hw/ide/ahci_internal.h
    M hw/ide/ich.c
    M hw/ide/qdev.c
    M hw/input/milkymist-softusb.c
    M hw/intc/apic.c
    M hw/intc/apic_common.c
    M hw/intc/ioapic.c
    M hw/intc/ioapic_common.c
    M hw/intc/lm32_pic.c
    M hw/isa/apm.c
    M hw/isa/isa-bus.c
    M hw/lm32/lm32_boards.c
    M hw/lm32/lm32_hwsetup.h
    M hw/lm32/milkymist.c
    M hw/mem/nvdimm.c
    M hw/mem/pc-dimm.c
    M hw/misc/applesmc.c
    M hw/misc/milkymist-hpdmc.c
    M hw/misc/milkymist-pfpu.c
    M hw/net/e1000.c
    M hw/net/milkymist-minimac2.c
    M hw/pci-bridge/i82801b11.c
    M hw/pci-host/designware.c
    M hw/ppc/spapr_iommu.c
    M hw/ppc/spapr_vio.c
    M hw/scsi/megasas.c
    M hw/scsi/mptconfig.c
    M hw/scsi/mptendian.c
    M hw/scsi/mptsas.c
    M hw/sd/milkymist-memcard.c
    M hw/timer/hpet.c
    M hw/timer/lm32_timer.c
    M hw/timer/milkymist-sysctl.c
    M hw/xen/xen_pvdev.c
    M include/exec/ioport.h
    M include/exec/memory_ldst.h.inc
    M include/exec/memory_ldst_cached.h.inc
    M include/exec/memory_ldst_phys.h.inc
    M include/exec/tb-context.h
    M include/exec/user/thunk.h
    M include/hw/acpi/acpi.h
    M include/hw/acpi/ich9.h
    M include/hw/acpi/pcihp.h
    M include/hw/display/milkymist_tmu2.h
    M include/hw/i386/apic_internal.h
    M include/hw/i386/ioapic.h
    M include/hw/i386/ioapic_internal.h
    M include/hw/ide/ahci.h
    M include/hw/loader-fit.h
    M include/hw/pci-host/designware.h
    M include/hw/pci-host/spapr.h
    M include/hw/platform-bus.h
    M include/hw/ppc/spapr_vio.h
    M include/qemu/base64.h
    M include/qemu/buffer.h
    M include/qemu/filemonitor.h
    M memory_ldst.c.inc
    M scripts/analyze-migration.py
    M scripts/replay-dump.py
    M softmmu/physmem.c
    M softmmu/qdev-monitor.c
    M target/lm32/cpu.h
    M target/lm32/gdbstub.c
    M target/lm32/helper.c
    M target/lm32/translate.c
    M target/tilegx/cpu.h
    M ui/x_keymap.c
    M util/base64.c
    M util/buffer.c
    M util/filemonitor-inotify.c
    M util/filemonitor-stub.c
    M util/log.c

  Log Message:
  -----------
  nomaintainer: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

This patch contains all the files, whose maintainer I could not get
from ‘get_maintainer.pl’ script.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Message-Id: <20201023124424.20177-1-chetan4windows@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
[thuth: Adapted exec.c and qdev-monitor.c to new location]
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: cb5ed407a1ddadf788fd373fed41c87c9e81e5b0
      
https://github.com/qemu/qemu/commit/cb5ed407a1ddadf788fd373fed41c87c9e81e5b0
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-11-16 (Mon, 16 Nov 2020)

  Changed paths:
    M backends/tpm/tpm_emulator.c
    M backends/tpm/tpm_passthrough.c
    M backends/tpm/tpm_util.c
    M block/crypto.c
    M block/crypto.h
    M cpus-common.c
    M disas/lm32.c
    M exec-vary.c
    M hw/acpi/core.c
    M hw/acpi/hmat.c
    M hw/acpi/hmat.h
    M hw/acpi/ich9.c
    M hw/acpi/nvdimm.c
    M hw/acpi/pcihp.c
    M hw/acpi/piix4.c
    M hw/audio/milkymist-ac97.c
    M hw/block/pflash_cfi01.c
    M hw/block/pflash_cfi02.c
    M hw/char/lm32_juart.c
    M hw/char/lm32_uart.c
    M hw/char/milkymist-uart.c
    M hw/core/bus.c
    M hw/core/platform-bus.c
    M hw/core/qdev.c
    M hw/core/sysbus.c
    M hw/display/bcm2835_fb.c
    M hw/display/milkymist-tmu2.c
    M hw/display/milkymist-vgafb.c
    M hw/display/milkymist-vgafb_template.h
    M hw/gpio/mpc8xxx.c
    M hw/i2c/pm_smbus.c
    M hw/ide/ahci.c
    M hw/ide/ahci_internal.h
    M hw/ide/ich.c
    M hw/ide/qdev.c
    M hw/input/milkymist-softusb.c
    M hw/intc/apic.c
    M hw/intc/apic_common.c
    M hw/intc/arm_gicv2m.c
    M hw/intc/arm_gicv3_its_kvm.c
    M hw/intc/ioapic.c
    M hw/intc/ioapic_common.c
    M hw/intc/lm32_pic.c
    M hw/intc/xics_pnv.c
    M hw/isa/apm.c
    M hw/isa/i82378.c
    M hw/isa/isa-bus.c
    M hw/lm32/lm32_boards.c
    M hw/lm32/lm32_hwsetup.h
    M hw/lm32/milkymist.c
    M hw/mem/nvdimm.c
    M hw/mem/pc-dimm.c
    M hw/misc/applesmc.c
    M hw/misc/milkymist-hpdmc.c
    M hw/misc/milkymist-pfpu.c
    M hw/net/e1000.c
    M hw/net/e1000e.c
    M hw/net/e1000e_core.c
    M hw/net/e1000e_core.h
    M hw/net/e1000x_common.c
    M hw/net/e1000x_common.h
    M hw/net/milkymist-minimac2.c
    M hw/pci-bridge/i82801b11.c
    M hw/pci-host/designware.c
    M hw/ppc/pnv.c
    M hw/ppc/pnv_core.c
    M hw/ppc/pnv_lpc.c
    M hw/ppc/pnv_psi.c
    M hw/ppc/pnv_xscom.c
    M hw/ppc/ppce500_spin.c
    M hw/ppc/spapr_iommu.c
    M hw/ppc/spapr_vio.c
    M hw/scsi/megasas.c
    M hw/scsi/mptconfig.c
    M hw/scsi/mptendian.c
    M hw/scsi/mptsas.c
    M hw/sd/milkymist-memcard.c
    M hw/timer/hpet.c
    M hw/timer/lm32_timer.c
    M hw/timer/milkymist-sysctl.c
    M hw/tpm/tpm_prop.h
    M hw/tricore/tricore_testboard.c
    M hw/usb/hcd-ohci.c
    M hw/usb/hcd-xhci-nec.c
    M hw/usb/hcd-xhci-pci.c
    M hw/usb/hcd-xhci-pci.h
    M hw/usb/hcd-xhci.c
    M hw/usb/hcd-xhci.h
    M hw/xen/xen_pvdev.c
    M include/exec/cpu-all.h
    M include/exec/cpu-defs.h
    M include/exec/cpu_ldst.h
    M include/exec/cputlb.h
    M include/exec/exec-all.h
    M include/exec/ioport.h
    M include/exec/memory_ldst.h.inc
    M include/exec/memory_ldst_cached.h.inc
    M include/exec/memory_ldst_phys.h.inc
    M include/exec/tb-context.h
    M include/exec/tb-hash.h
    M include/exec/user/thunk.h
    M include/hw/acpi/acpi.h
    M include/hw/acpi/ich9.h
    M include/hw/acpi/pcihp.h
    M include/hw/display/milkymist_tmu2.h
    M include/hw/i386/apic_internal.h
    M include/hw/i386/ioapic.h
    M include/hw/i386/ioapic_internal.h
    M include/hw/ide/ahci.h
    M include/hw/loader-fit.h
    M include/hw/pci-host/designware.h
    M include/hw/pci-host/spapr.h
    M include/hw/platform-bus.h
    M include/hw/ppc/pnv.h
    M include/hw/ppc/pnv_core.h
    M include/hw/ppc/pnv_homer.h
    M include/hw/ppc/pnv_lpc.h
    M include/hw/ppc/pnv_occ.h
    M include/hw/ppc/pnv_psi.h
    M include/hw/ppc/pnv_xscom.h
    M include/hw/ppc/spapr_vio.h
    M include/hw/semihosting/semihost.h
    M include/qemu/base64.h
    M include/qemu/buffer.h
    M include/qemu/filemonitor.h
    M include/sysemu/tpm_util.h
    M linux-user/aarch64/target_cpu.h
    M linux-user/aarch64/target_structs.h
    M linux-user/alpha/target_cpu.h
    M linux-user/alpha/target_structs.h
    M linux-user/arm/target_cpu.h
    M linux-user/arm/target_structs.h
    M linux-user/cris/target_cpu.h
    M linux-user/cris/target_structs.h
    M linux-user/hppa/target_cpu.h
    M linux-user/hppa/target_structs.h
    M linux-user/i386/target_cpu.h
    M linux-user/i386/target_structs.h
    M linux-user/microblaze/target_cpu.h
    M linux-user/microblaze/target_structs.h
    M linux-user/mips/target_cpu.h
    M linux-user/mips/target_structs.h
    M linux-user/mips64/target_cpu.h
    M linux-user/nios2/target_cpu.h
    M linux-user/nios2/target_structs.h
    M linux-user/ppc/target_cpu.h
    M linux-user/ppc/target_structs.h
    M linux-user/ppc/target_syscall.h
    M linux-user/s390x/target_structs.h
    M linux-user/sparc/target_cpu.h
    M linux-user/sparc/target_structs.h
    M linux-user/sparc64/target_structs.h
    M linux-user/tilegx/target_cpu.h
    M linux-user/tilegx/target_structs.h
    M linux-user/x86_64/target_structs.h
    M memory_ldst.c.inc
    M migration/tls.c
    M migration/tls.h
    M scripts/analyze-migration.py
    M scripts/decodetree.py
    M scripts/replay-dump.py
    M softmmu/physmem.c
    M softmmu/qdev-monitor.c
    M target/alpha/cpu.h
    M target/alpha/fpu_helper.c
    M target/alpha/gdbstub.c
    M target/alpha/helper.c
    M target/alpha/int_helper.c
    M target/alpha/mem_helper.c
    M target/alpha/sys_helper.c
    M target/alpha/translate.c
    M target/alpha/vax_helper.c
    M target/arm/a32-uncond.decode
    M target/arm/a32.decode
    M target/arm/arm_ldst.h
    M target/arm/cpu.h
    M target/arm/crypto_helper.c
    M target/arm/gdbstub.c
    M target/arm/gdbstub64.c
    M target/arm/helper-a64.c
    M target/arm/helper-a64.h
    M target/arm/helper-sve.h
    M target/arm/iwmmxt_helper.c
    M target/arm/neon-dp.decode
    M target/arm/neon-ls.decode
    M target/arm/neon-shared.decode
    M target/arm/op_helper.c
    M target/arm/pauth_helper.c
    M target/arm/sve.decode
    M target/arm/sve_helper.c
    M target/arm/t16.decode
    M target/arm/t32.decode
    M target/arm/translate-a64.c
    M target/arm/translate-a64.h
    M target/arm/translate-neon.c.inc
    M target/arm/translate-sve.c
    M target/arm/translate-vfp.c.inc
    M target/arm/translate.c
    M target/arm/vec_helper.c
    M target/arm/vec_internal.h
    M target/arm/vfp-uncond.decode
    M target/arm/vfp.decode
    M target/cris/cpu.h
    M target/cris/crisv10-decode.h
    M target/cris/crisv32-decode.h
    M target/cris/gdbstub.c
    M target/cris/helper.c
    M target/cris/machine.c
    M target/cris/mmu.c
    M target/cris/op_helper.c
    M target/cris/translate.c
    M target/cris/translate_v10.c.inc
    M target/hppa/cpu.h
    M target/hppa/gdbstub.c
    M target/hppa/helper.c
    M target/hppa/insns.decode
    M target/hppa/int_helper.c
    M target/hppa/machine.c
    M target/hppa/mem_helper.c
    M target/hppa/op_helper.c
    M target/hppa/translate.c
    M target/i386/bpt_helper.c
    M target/i386/cc_helper.c
    M target/i386/cc_helper_template.h
    M target/i386/cpu.c
    M target/i386/cpu.h
    M target/i386/excp_helper.c
    M target/i386/fpu_helper.c
    M target/i386/gdbstub.c
    M target/i386/helper.c
    M target/i386/hvf/panic.h
    M target/i386/hvf/vmx.h
    M target/i386/hvf/x86.c
    M target/i386/hvf/x86.h
    M target/i386/hvf/x86_cpuid.c
    M target/i386/hvf/x86_decode.c
    M target/i386/hvf/x86_decode.h
    M target/i386/hvf/x86_descr.c
    M target/i386/hvf/x86_descr.h
    M target/i386/hvf/x86_emu.c
    M target/i386/hvf/x86_emu.h
    M target/i386/hvf/x86_flags.c
    M target/i386/hvf/x86_flags.h
    M target/i386/hvf/x86_mmu.c
    M target/i386/hvf/x86_mmu.h
    M target/i386/hvf/x86hvf.c
    M target/i386/hvf/x86hvf.h
    M target/i386/int_helper.c
    M target/i386/mem_helper.c
    M target/i386/misc_helper.c
    M target/i386/mpx_helper.c
    M target/i386/ops_sse.h
    M target/i386/ops_sse_header.h
    M target/i386/seg_helper.c
    M target/i386/shift_helper_template.h
    M target/i386/smm_helper.c
    M target/i386/svm_helper.c
    M target/i386/tcg-stub.c
    M target/i386/translate.c
    M target/lm32/cpu.h
    M target/lm32/gdbstub.c
    M target/lm32/helper.c
    M target/lm32/translate.c
    M target/microblaze/cpu.h
    M target/microblaze/gdbstub.c
    M target/microblaze/helper.c
    M target/microblaze/machine.c
    M target/microblaze/mmu.c
    M target/microblaze/mmu.h
    M target/microblaze/op_helper.c
    M target/microblaze/translate.c
    M target/ppc/compat.c
    M target/ppc/cpu-models.c
    M target/ppc/cpu-models.h
    M target/ppc/cpu.c
    M target/ppc/cpu.h
    M target/ppc/dfp_helper.c
    M target/ppc/excp_helper.c
    M target/ppc/fpu_helper.c
    M target/ppc/gdbstub.c
    M target/ppc/helper_regs.h
    M target/ppc/int_helper.c
    M target/ppc/internal.h
    M target/ppc/mem_helper.c
    M target/ppc/misc_helper.c
    M target/ppc/mmu-book3s-v3.c
    M target/ppc/mmu-book3s-v3.h
    M target/ppc/mmu-hash32.c
    M target/ppc/mmu-hash64.c
    M target/ppc/mmu-radix64.c
    M target/ppc/mmu_helper.c
    M target/ppc/timebase_helper.c
    M target/ppc/translate.c
    M target/ppc/translate_init.c.inc
    M target/ppc/user_only_helper.c
    M target/sparc/cc_helper.c
    M target/sparc/cpu.c
    M target/sparc/fop_helper.c
    M target/sparc/gdbstub.c
    M target/sparc/helper.c
    M target/sparc/int32_helper.c
    M target/sparc/int64_helper.c
    M target/sparc/ldst_helper.c
    M target/sparc/mmu_helper.c
    M target/sparc/translate.c
    M target/sparc/vis_helper.c
    M target/sparc/win_helper.c
    M target/tilegx/cpu.h
    M target/tricore/gdbstub.c
    M target/xtensa/gdbstub.c
    M tests/acceptance/pc_cpu_hotplug_props.py
    M tests/acceptance/x86_cpu_model_versions.py
    M tests/io-channel-helpers.c
    M tests/io-channel-helpers.h
    M tests/migration/guestperf-batch.py
    M tests/migration/guestperf-plot.py
    M tests/migration/guestperf.py
    M tests/migration/guestperf/comparison.py
    M tests/migration/guestperf/engine.py
    M tests/migration/guestperf/hardware.py
    M tests/migration/guestperf/plot.py
    M tests/migration/guestperf/progress.py
    M tests/migration/guestperf/report.py
    M tests/migration/guestperf/scenario.py
    M tests/migration/guestperf/shell.py
    M tests/migration/guestperf/timings.py
    M tests/migration/stress.c
    M tests/test-base64.c
    M tests/test-bufferiszero.c
    M tests/test-crypto-pbkdf.c
    M tests/test-qgraph.c
    M tests/test-uuid.c
    M thunk.c
    M ui/x_keymap.c
    M util/base64.c
    M util/buffer.c
    M util/filemonitor-inotify.c
    M util/filemonitor-stub.c
    M util/log.c
    M util/oslib-win32.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/huth-gitlab/tags/pull-request-2020-11-15' into staging

Fix Lesser GPL license versions (should be "2.1" and not "2")

# gpg: Signature made Sun 15 Nov 2020 16:20:10 GMT
# gpg:                using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg:                issuer "thuth@redhat.com"
# gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
# gpg:                 aka "Thomas Huth <thuth@redhat.com>" [full]
# gpg:                 aka "Thomas Huth <huth@tuxfamily.org>" [full]
# gpg:                 aka "Thomas Huth <th.huth@posteo.de>" [unknown]
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5

* remotes/huth-gitlab/tags/pull-request-2020-11-15: (26 commits)
  nomaintainer: Fix Lesser GPL version number
  test: Fix LGPL information in the file headers
  tests/acceptance: Fix LGPL information in the file headers
  tests/migration: Fix LGPL information in the file headers
  sparc tcg cpus: Fix Lesser GPL version number
  e1000e: Fix Lesser GPL version number
  x86 hvf cpus: Fix Lesser GPL version number
  nvdimm: Fix Lesser GPL version number
  w32: Fix Lesser GPL version number
  tpm: Fix Lesser GPL version number
  overall/alpha tcg cpus|hppa: Fix Lesser GPL version number
  overall usermode...: Fix Lesser GPL version number
  migration: Fix Lesser GPL version number
  parallel nor flash: Fix Lesser GPL version number
  arm tcg cpus: Fix Lesser GPL version number
  x86 tcg cpus: Fix Lesser GPL version number
  linux user: Fix Lesser GPL version number
  usb: Fix Lesser GPL version number
  tricore tcg cpus: Fix Lesser GPL version number
  xtensa tcg cpus: Fix Lesser GPL version number
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/f41ae328ba15...cb5ed407a1dd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]