qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 2920bd: numa: Fixed the memory leak of numa e


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 2920bd: numa: Fixed the memory leak of numa error message
Date: Thu, 31 Jan 2019 03:58:31 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 2920bd644e8c2d21636a959a0cc717600913ad03
      
https://github.com/qemu/qemu/commit/2920bd644e8c2d21636a959a0cc717600913ad03
  Author: Zhang Yi <address@hidden>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M numa.c

  Log Message:
  -----------
  numa: Fixed the memory leak of numa error message

object_get_canonical_path_component() returns a string which
must be freed using g_free().

Signed-off-by: Zhang Yi <address@hidden>
Reviewed-by: Pankaj gupta <address@hidden>
Reviewed-by: Igor Mammedov <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Eduardo Habkost <address@hidden>


  Commit: 21d1683690e048663855dd6feb3034ab7c5039bc
      
https://github.com/qemu/qemu/commit/21d1683690e048663855dd6feb3034ab7c5039bc
  Author: Zhang Yi <address@hidden>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M backends/hostmem-file.c
    M backends/hostmem.c

  Log Message:
  -----------
  hostmem: add more information in error messages

When there are multiple memory backends in use, including the object type
and property name in the error message can help users to locate the error.

Signed-off-by: Haozhong Zhang <address@hidden>
Signed-off-by: Zhang Yi <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Eduardo Habkost <address@hidden>
[ehabkost: reword commit message]
Signed-off-by: Eduardo Habkost <address@hidden>


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

  Changed paths:
    M backends/hostmem-file.c
    M backends/hostmem.c
    M numa.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/ehabkost/tags/machine-next-pull-request' into staging

Machine queue, 2019-01-28

* Fix small leak on NUMA code
* Improve memory backend error messages

# gpg: Signature made Mon 28 Jan 2019 19:42:40 GMT
# gpg:                using RSA key 2807936F984DC5A6
# gpg: Good signature from "Eduardo Habkost <address@hidden>" [full]
# Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6

* remotes/ehabkost/tags/machine-next-pull-request:
  hostmem: add more information in error messages
  numa: Fixed the memory leak of numa error message

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


Compare: https://github.com/qemu/qemu/compare/13c2361b91d4...006dce5f8fd2



reply via email to

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