qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 54f314: sifive_e: Fix crash when introspectin


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 54f314: sifive_e: Fix crash when introspecting the device
Date: Thu, 19 Jul 2018 10:11:37 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 54f3141a589caf872f148fdb12c59ad79083f268
      
https://github.com/qemu/qemu/commit/54f3141a589caf872f148fdb12c59ad79083f268
  Author: Alistair Francis <address@hidden>
  Date:   2018-07-19 (Thu, 19 Jul 2018)

  Changed paths:
    M hw/riscv/sifive_e.c

  Log Message:
  -----------
  sifive_e: Fix crash when introspecting the device

Use the new object_initialize_child() and sysbus_init_child_obj() to
fix the issue.

Signed-off-by: Alistair Francis <address@hidden>
Suggested-by: Thomas Huth <address@hidden>
Reviewed-by: Michael Clark <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 4eea9d7deb2332c9010ddea9dcd8680adad1bfed
      
https://github.com/qemu/qemu/commit/4eea9d7deb2332c9010ddea9dcd8680adad1bfed
  Author: Alistair Francis <address@hidden>
  Date:   2018-07-19 (Thu, 19 Jul 2018)

  Changed paths:
    M hw/riscv/sifive_u.c

  Log Message:
  -----------
  sifive_u: Fix crash when introspecting the device

Use the new object_initialize_child() and sysbus_init_child_obj() to
fix the issue.

Signed-off-by: Alistair Francis <address@hidden>
Suggested-by: Thomas Huth <address@hidden>
Reviewed-by: Michael Clark <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: a993cb150f228fc5cfee128c44ffb06bf285e7ea
      
https://github.com/qemu/qemu/commit/a993cb150f228fc5cfee128c44ffb06bf285e7ea
  Author: Alistair Francis <address@hidden>
  Date:   2018-07-19 (Thu, 19 Jul 2018)

  Changed paths:
    M hw/riscv/virt.c

  Log Message:
  -----------
  virt: Fix crash when introspecting the device

Use the new object_initialize_child() and sysbus_init_child_obj() to
fix the issue.

Signed-off-by: Alistair Francis <address@hidden>
Suggested-by: Thomas Huth <address@hidden>
Reviewed-by: Michael Clark <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 5657c3f53ca408a0b8150ecbe70d0cdb3a264d9c
      
https://github.com/qemu/qemu/commit/5657c3f53ca408a0b8150ecbe70d0cdb3a264d9c
  Author: Alistair Francis <address@hidden>
  Date:   2018-07-19 (Thu, 19 Jul 2018)

  Changed paths:
    M hw/riscv/riscv_hart.c

  Log Message:
  -----------
  riscv_hart: Fix crash when introspecting the device

Use the new object_initialize_child() and sysbus_init_child_obj() to
fix the issue.

Signed-off-by: Alistair Francis <address@hidden>
Suggested-by: Thomas Huth <address@hidden>
Reviewed-by: Michael Clark <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>


  Commit: 8ff62f6aa067edd5455d60202041b4ae08a65b17
      
https://github.com/qemu/qemu/commit/8ff62f6aa067edd5455d60202041b4ae08a65b17
  Author: Alistair Francis <address@hidden>
  Date:   2018-07-19 (Thu, 19 Jul 2018)

  Changed paths:
    M hw/riscv/spike.c

  Log Message:
  -----------
  spike: Fix crash when introspecting the device

Use the new object_initialize_child() and sysbus_init_child_obj() to
fix the issue.

Signed-off-by: Alistair Francis <address@hidden>
Suggested-by: Thomas Huth <address@hidden>
Reviewed-by: Michael Clark <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>


  Commit: 9f2b67e1ca43c84ed37ebd027e7e77a0f2f8ef65
      
https://github.com/qemu/qemu/commit/9f2b67e1ca43c84ed37ebd027e7e77a0f2f8ef65
  Author: Peter Maydell <address@hidden>
  Date:   2018-07-19 (Thu, 19 Jul 2018)

  Changed paths:
    M hw/riscv/riscv_hart.c
    M hw/riscv/sifive_e.c
    M hw/riscv/sifive_u.c
    M hw/riscv/spike.c
    M hw/riscv/virt.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-pull-20180719' 
into staging

riscv: Fix introspection problems

This is based on Thomas's work fixing introspection problems [1] and
applied to the RISC-V port.

1: https://lists.gnu.org/archive/html/qemu-devel/2018-07/msg03261.html

# gpg: Signature made Thu 19 Jul 2018 17:06:07 BST
# gpg:                using RSA key 21E10D29DF977054
# gpg: Good signature from "Alistair Francis <address@hidden>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: F6C4 AC46 D493 4868 D3B8  CE8F 21E1 0D29 DF97 7054

* remotes/alistair/tags/pull-riscv-pull-20180719:
  spike: Fix crash when introspecting the device
  riscv_hart: Fix crash when introspecting the device
  virt: Fix crash when introspecting the device
  sifive_u: Fix crash when introspecting the device
  sifive_e: Fix crash when introspecting the device

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


Compare: https://github.com/qemu/qemu/compare/e1ea55668ffe...9f2b67e1ca43
      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

reply via email to

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