qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 09d98b: target/xtensa/cpu: Set owner of memor


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 09d98b: target/xtensa/cpu: Set owner of memory region in x...
Date: Tue, 07 Aug 2018 02:08:36 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 09d98b69804cfd9eccadb97951e8df64ada3bc7a
      
https://github.com/qemu/qemu/commit/09d98b69804cfd9eccadb97951e8df64ada3bc7a
  Author: Thomas Huth <address@hidden>
  Date:   2018-08-06 (Mon, 06 Aug 2018)

  Changed paths:
    M target/xtensa/cpu.c

  Log Message:
  -----------
  target/xtensa/cpu: Set owner of memory region in xtensa_cpu_initfn

The instance_init function of the xtensa CPUs creates a memory region,
but does not set an owner, so the memory region is not destroyed
correctly when the CPU object is removed. This can happen when
introspecting the CPU devices, so introspecting the CPU device will
leave a dangling memory region object in the QOM tree. Make sure to
set the right owner here to fix this issue.

Signed-off-by: Thomas Huth <address@hidden>
Acked-by: Max Filippov <address@hidden>
Message-id: address@hidden
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>



      **NOTE:** This service has 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]