qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 0b7074: hw/vfio/platform: replace g_malloc0_n


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 0b7074: hw/vfio/platform: replace g_malloc0_n by g_new0
Date: Thu, 11 Jun 2015 07:00:08 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 0b70743d4f4f260b2fe6ed53fecc6bc6cda13910
      
https://github.com/qemu/qemu/commit/0b70743d4f4f260b2fe6ed53fecc6bc6cda13910
  Author: Eric Auger <address@hidden>
  Date:   2015-06-11 (Thu, 11 Jun 2015)

  Changed paths:
    M hw/vfio/platform.c

  Log Message:
  -----------
  hw/vfio/platform: replace g_malloc0_n by g_new0

g_malloc0_n() is introduced since glib-2.24 while QEMU currently
requires glib-2.22. This may cause a link error on some distributions.

Signed-off-by: Eric Auger <address@hidden>
Reviewed-by: Gonglei <address@hidden>
Acked-by: Alex Williamson <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

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