qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] aae049: hw: edu: set category of the edu devi


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] aae049: hw: edu: set category of the edu device
Date: Thu, 31 Jan 2019 18:59:16 +0000 (UTC)

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: aae049073c5b5797ca3d11cc562f0bcd0a20cfb5
      
https://github.com/qemu/qemu/commit/aae049073c5b5797ca3d11cc562f0bcd0a20cfb5
  Author: kumar sourav <address@hidden>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M hw/misc/edu.c

  Log Message:
  -----------
  hw: edu: set category of the edu device

Sets the category of edu device as DEVICE_CATEGORY_MISC.
Devices should be assigned to one of DEVICE_CATEGORY_XXXX.

Signed-off-by: kumar sourav <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 89cb0c0403f27cdb040fc8bf84749333f3248e38
      
https://github.com/qemu/qemu/commit/89cb0c0403f27cdb040fc8bf84749333f3248e38
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M hw/acpi/cpu.c
    M hw/i386/acpi-build.c
    M include/hw/acpi/cpu.h

  Log Message:
  -----------
  typo: apci->acpi

apci_1_compatible should be acpi_1_compatible.

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Igor Mammedov <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: cbe9ed73f905b532918603c04807bfa84d6051fb
      
https://github.com/qemu/qemu/commit/cbe9ed73f905b532918603c04807bfa84d6051fb
  Author: kumar sourav <address@hidden>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M hw/input/pckbd.c

  Log Message:
  -----------
  hw: input: set category of the i8042 device

Sets the category of i8042 device as DEVICE_CATEGORY_INPUT
Devices should be assigned to one of DEVICE_CATEGORY_XXXX.

Signed-off-by: kumar sourav <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Michael S. Tsirkin <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 2bbf3a91eb49aba488f586a06d15eb555a36e1e6
      
https://github.com/qemu/qemu/commit/2bbf3a91eb49aba488f586a06d15eb555a36e1e6
  Author: kumar sourav <address@hidden>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M hw/sd/sd.c

  Log Message:
  -----------
  hw: sd: set category of the sd memory card

Sets the category of the sd memory card as DEVICE_CATEGORY_STORAGE.
Devices should be assigned to one of DEVICE_CATEGORY_XXXX.

Signed-off-by: kumar sourav <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: e361a772ffcd33675ffdd4637eea98a460dfed1b
      
https://github.com/qemu/qemu/commit/e361a772ffcd33675ffdd4637eea98a460dfed1b
  Author: Thomas Huth <address@hidden>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M crypto/afsplit.c
    M include/crypto/afsplit.h
    M include/hw/pci-host/gpex.h
    M include/hw/pci-host/q35.h
    M include/qemu/range.h
    M target/i386/hvf/hvf.c
    M util/range.c

  Log Message:
  -----------
  Don't talk about the LGPL if the file is licensed under the GPL

Some files claim that the code is licensed under the GPL, but then
suddenly suggest that the user should have a look at the LGPL.
That's of course non-sense, replace it with the correct GPL wording
instead.

Signed-off-by: Thomas Huth <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Laurent Vivier <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: f0d44cc4462f112bce5ec556e87eff4eec682e39
      
https://github.com/qemu/qemu/commit/f0d44cc4462f112bce5ec556e87eff4eec682e39
  Author: Thomas Huth <address@hidden>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M COPYING.LIB

  Log Message:
  -----------
  COPYING.LIB: Synchronize the LGPL 2.1 with the version from gnu.org

The current version of the LGPL 2.1 from gnu.org (see the URL
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt ) slightly
differs from the old one that we use in our repository. Especially
the recommendation to use "either version 2 of the License, or [...]
any later version" is somewhat misleading, since there was never a
"version 2" of the "Lesser GPL" license - the "version 2" was still
called "Library GPL" instead.

Signed-off-by: Thomas Huth <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 779fc6ada1002b0466878e05832b08e44f0195ec
      
https://github.com/qemu/qemu/commit/779fc6ada1002b0466878e05832b08e44f0195ec
  Author: Thomas Huth <address@hidden>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M target/openrisc/cpu.c
    M target/openrisc/exception.h
    M target/openrisc/gdbstub.c
    M target/openrisc/helper.h
    M target/openrisc/interrupt_helper.c
    M target/openrisc/sys_helper.c
    M target/openrisc/translate.c

  Log Message:
  -----------
  target/openrisc: Fix LGPL version number

It's either "GNU *Library* General Public version 2" or "GNU Lesser
General Public version *2.1*", but there was no "version 2.0" of the
"Lesser" library. So assume that version 2.1 is meant here.

Cc: Stafford Horne <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>
Acked-by: Stafford Horne <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 02754acd8991cb644d2d588764ea6d2f2d09e725
      
https://github.com/qemu/qemu/commit/02754acd8991cb644d2d588764ea6d2f2d09e725
  Author: Thomas Huth <address@hidden>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M target/tricore/cpu-qom.h
    M target/tricore/cpu.c
    M target/tricore/cpu.h
    M target/tricore/fpu_helper.c
    M target/tricore/helper.c
    M target/tricore/helper.h
    M target/tricore/op_helper.c
    M target/tricore/translate.c
    M target/tricore/tricore-defs.h
    M target/tricore/tricore-opcodes.h

  Log Message:
  -----------
  target/tricore: Fix LGPL version number

It's either "GNU *Library* General Public version 2" or "GNU Lesser
General Public version *2.1*", but there was no "version 2.0" of the
"Lesser" library. So assume that version 2.1 is meant here.

Cc: Bastian Koppelmann <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>
Acked-by: Bastian Koppelmann <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: fb0343d5b4dd4b9b9e96e563d913a3e0c709fe4e
      
https://github.com/qemu/qemu/commit/fb0343d5b4dd4b9b9e96e563d913a3e0c709fe4e
  Author: Thomas Huth <address@hidden>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M accel/tcg/atomic_template.h
    M accel/tcg/cpu-exec-common.c
    M accel/tcg/cpu-exec.c
    M accel/tcg/cputlb.c
    M accel/tcg/softmmu_template.h
    M accel/tcg/tcg-runtime-gvec.c
    M accel/tcg/translate-all.c
    M accel/tcg/translate-all.h
    M accel/tcg/user-exec.c
    M tcg/tcg-gvec-desc.h
    M tcg/tcg-op-gvec.c
    M tcg/tcg-op-gvec.h
    M tcg/tcg-op-vec.c

  Log Message:
  -----------
  tcg: Fix LGPL version number

It's either "GNU *Library* General Public version 2" or "GNU Lesser
General Public version *2.1*", but there was no "version 2.0" of the
"Lesser" library. So assume that version 2.1 is meant here.

Cc: Richard Henderson <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 41c6a6dd84f36b33b3cc6e4a3512455b471d8845
      
https://github.com/qemu/qemu/commit/41c6a6dd84f36b33b3cc6e4a3512455b471d8845
  Author: Thomas Huth <address@hidden>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M target/s390x/cc_helper.c
    M target/s390x/excp_helper.c
    M target/s390x/fpu_helper.c
    M target/s390x/gdbstub.c
    M target/s390x/helper.c
    M target/s390x/int_helper.c
    M target/s390x/mem_helper.c
    M target/s390x/misc_helper.c
    M target/s390x/translate.c

  Log Message:
  -----------
  target/s390x: Fix LGPL version in the file header comments

It's either "GNU *Library* General Public License version 2" or
"GNU Lesser General Public License version *2.1*", but there was
no "version 2.0" of the "Lesser" license. So assume that version
2.1 is meant here.

Signed-off-by: Thomas Huth <address@hidden>
Acked-by: Cornelia Huck <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: d749fb85bd35f2f175a4ed3d170561e4f54f7297
      
https://github.com/qemu/qemu/commit/d749fb85bd35f2f175a4ed3d170561e4f54f7297
  Author: Thomas Huth <address@hidden>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M linux-user/m68k/target_cpu.h
    M linux-user/m68k/target_structs.h
    M target/m68k/cpu.h
    M target/m68k/fpu_helper.c
    M target/m68k/gdbstub.c
    M target/m68k/helper.c
    M target/m68k/op_helper.c
    M target/m68k/translate.c

  Log Message:
  -----------
  target/m68k: Fix LGPL information in the file headers

It's either "GNU *Library* General Public License version 2" or
"GNU Lesser General Public License version *2.1*", but there was
no "version 2.0" of the "Lesser" license. So assume that version
2.1 is meant here.
Also some files mention the GPL instead of the LGPL after declaring
that the files are licensed under the LGPL, so change these spots to
use LGPL, too.

Reviewed-by: Liam Merwick <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 36f1f0d26eeec59c842a061603946f7c5ace4941
      
https://github.com/qemu/qemu/commit/36f1f0d26eeec59c842a061603946f7c5ace4941
  Author: Paul Durrant <address@hidden>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M hw/block/trace-events

  Log Message:
  -----------
  hw/block: clean up stale xen_disk trace entries

This should have been removed then xen_disk.c was removed but I missed them.

Fixes: 19f87870baa570bcd7e80e7657e030bf427f16be
       xen: remove the legacy 'xen_disk' backend
Signed-off-by: Paul Durrant <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
[lv: s/stake/stale/ and add "Fixes" tag]
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 95b3c9cfd5eaaa4a2a4afa1eaf09612a94ade1da
      
https://github.com/qemu/qemu/commit/95b3c9cfd5eaaa4a2a4afa1eaf09612a94ade1da
  Author: Stefano Garzarella <address@hidden>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

  Changed paths:
    M hw/block/virtio-blk.c

  Log Message:
  -----------
  virtio-blk: remove duplicate definition of VirtIOBlock *s pointer

VirtIOBlock *s is already defined and initialized with req->dev
on top of virtio_blk_handle_request(), so we can remove it from
the code block of VIRTIO_BLK_T_GET_ID case.

Signed-off-by: Stefano Garzarella <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: e8977901b79fb678f288dd372261b640bbeccd0d
      
https://github.com/qemu/qemu/commit/e8977901b79fb678f288dd372261b640bbeccd0d
  Author: Peter Maydell <address@hidden>
  Date:   2019-01-31 (Thu, 31 Jan 2019)

  Changed paths:
    M COPYING.LIB
    M accel/tcg/atomic_template.h
    M accel/tcg/cpu-exec-common.c
    M accel/tcg/cpu-exec.c
    M accel/tcg/cputlb.c
    M accel/tcg/softmmu_template.h
    M accel/tcg/tcg-runtime-gvec.c
    M accel/tcg/translate-all.c
    M accel/tcg/translate-all.h
    M accel/tcg/user-exec.c
    M crypto/afsplit.c
    M hw/acpi/cpu.c
    M hw/block/trace-events
    M hw/block/virtio-blk.c
    M hw/i386/acpi-build.c
    M hw/input/pckbd.c
    M hw/misc/edu.c
    M hw/sd/sd.c
    M include/crypto/afsplit.h
    M include/hw/acpi/cpu.h
    M include/hw/pci-host/gpex.h
    M include/hw/pci-host/q35.h
    M include/qemu/range.h
    M linux-user/m68k/target_cpu.h
    M linux-user/m68k/target_structs.h
    M target/i386/hvf/hvf.c
    M target/m68k/cpu.h
    M target/m68k/fpu_helper.c
    M target/m68k/gdbstub.c
    M target/m68k/helper.c
    M target/m68k/op_helper.c
    M target/m68k/translate.c
    M target/openrisc/cpu.c
    M target/openrisc/exception.h
    M target/openrisc/gdbstub.c
    M target/openrisc/helper.h
    M target/openrisc/interrupt_helper.c
    M target/openrisc/sys_helper.c
    M target/openrisc/translate.c
    M target/s390x/cc_helper.c
    M target/s390x/excp_helper.c
    M target/s390x/fpu_helper.c
    M target/s390x/gdbstub.c
    M target/s390x/helper.c
    M target/s390x/int_helper.c
    M target/s390x/mem_helper.c
    M target/s390x/misc_helper.c
    M target/s390x/translate.c
    M target/tricore/cpu-qom.h
    M target/tricore/cpu.c
    M target/tricore/cpu.h
    M target/tricore/fpu_helper.c
    M target/tricore/helper.c
    M target/tricore/helper.h
    M target/tricore/op_helper.c
    M target/tricore/translate.c
    M target/tricore/tricore-defs.h
    M target/tricore/tricore-opcodes.h
    M tcg/tcg-gvec-desc.h
    M tcg/tcg-op-gvec.c
    M tcg/tcg-op-gvec.h
    M tcg/tcg-op-vec.c
    M util/range.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/vivier2/tags/trivial-branch-pull-request' into staging

- add device category (edu, i8042, sd memory card)
- code clean-up
- LGPL information clean-up
- fix typo (acpi)

# gpg: Signature made Wed 30 Jan 2019 13:21:50 GMT
# gpg:                using RSA key F30C38BD3F2FBE3C
# gpg: Good signature from "Laurent Vivier <address@hidden>" [full]
# gpg:                 aka "Laurent Vivier <address@hidden>" [full]
# gpg:                 aka "Laurent Vivier (Red Hat) <address@hidden>" [full]
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/vivier2/tags/trivial-branch-pull-request:
  virtio-blk: remove duplicate definition of VirtIOBlock *s pointer
  hw/block: clean up stale xen_disk trace entries
  target/m68k: Fix LGPL information in the file headers
  target/s390x: Fix LGPL version in the file header comments
  tcg: Fix LGPL version number
  target/tricore: Fix LGPL version number
  target/openrisc: Fix LGPL version number
  COPYING.LIB: Synchronize the LGPL 2.1 with the version from gnu.org
  Don't talk about the LGPL if the file is licensed under the GPL
  hw: sd: set category of the sd memory card
  hw: input: set category of the i8042 device
  typo: apci->acpi
  hw: edu: set category of the edu device

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/aefcd2836620...e8977901b79f



reply via email to

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