From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfWcD-0007Pp-DF for qemu-devel@nongnu.org; Fri, 25 Sep 2015 13:16:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfWc9-0007Bm-JW for qemu-devel@nongnu.org; Fri, 25 Sep 2015 13:16:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfWc9-0007Bh-Ek for qemu-devel@nongnu.org; Fri, 25 Sep 2015 13:16:53 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 1CC502FAA78 for ; Fri, 25 Sep 2015 17:06:59 +0000 (UTC) From: Alex Williamson Date: Fri, 25 Sep 2015 11:06:58 -0600 Message-ID: <20150925170351.22650.92245.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 0/1] VFIO - fix glib 2.22 compat List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi Peter, I'll likely have another pull next week, but I don't want to sit on this trivial fix for glib 2.22 compatability. Thanks, Alex The following changes since commit fefa4b128de06cec6d513f00ee61e8208aed4a87: Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150923.0' into staging (2015-09-23 21:39:46 +0100) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150925.0 for you to fetch changes up to 9d146b2e2fbc1c2e42be1e3ee6c0d507ea79f0f9: vfio/pci: Remove use of g_malloc0_n() from quirks (2015-09-23 21:27:17 -0600) ---------------------------------------------------------------- VFIO updates 2015-09-25 - Remove use of g_malloc0_n for glib2.22 compat ---------------------------------------------------------------- Alex Williamson (1): vfio/pci: Remove use of g_malloc0_n() from quirks hw/vfio/pci-quirks.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)