From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWk3Y-0007nG-6J for qemu-devel@nongnu.org; Fri, 19 Feb 2016 07:21:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWk3V-0000DG-HC for qemu-devel@nongnu.org; Fri, 19 Feb 2016 07:21:08 -0500 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:37054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWk3V-0000DB-BI for qemu-devel@nongnu.org; Fri, 19 Feb 2016 07:21:05 -0500 Received: by mail-wm0-x234.google.com with SMTP id g62so68484889wme.0 for ; Fri, 19 Feb 2016 04:21:05 -0800 (PST) References: <20160218200419.29220.39836.stgit@gimli.home> From: Eric Auger Message-ID: <56C70890.3000708@linaro.org> Date: Fri, 19 Feb 2016 13:20:32 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/13] VFIO updates 2016-02-18 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Alex Williamson Cc: QEMU Developers Hi Peter, On 02/19/2016 11:50 AM, Peter Maydell wrote: > On 18 February 2016 at 20:05, Alex Williamson > wrote: >> The following changes since commit dd5e38b19d7cb07d317e1285941d8245c01da540: >> >> Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160218-1' into staging (2016-02-18 15:20:35 +0000) >> >> are available in the git repository at: >> >> >> git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160218.0 >> >> for you to fetch changes up to 87889319d955fbbbb346a68ade46905a17fefe9d: >> >> hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value check (2016-02-18 12:43:13 -0700) >> >> VFIO updates 2016-02-18 >> >> - AER pre-enable and misc fixes (Cao jin and Chen Fan) >> - PCI_CAP_LIST_NEXT cleanup (Wei Yang) >> - AMD XGBE KVM platform passthrough (Eric Auger) > > Hi. I'm afraid this doesn't build with our minimum glib version: > g_slist_free_full() didn't appear until glib 2.28, and we must build > with 2.22. Hum OK I need to revert to g_slist_free and use manual deallocation then. I am going to respin asap. Sorry for the inconvenience Best Regards Eric > > thanks > -- PMM >