From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6StD-0005gK-IR for qemu-devel@nongnu.org; Sun, 13 Jul 2014 19:09:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X6St8-0002F7-Ji for qemu-devel@nongnu.org; Sun, 13 Jul 2014 19:09:03 -0400 Received: from mail-lb0-f171.google.com ([209.85.217.171]:55805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6St8-0002Eg-DK for qemu-devel@nongnu.org; Sun, 13 Jul 2014 19:08:58 -0400 Received: by mail-lb0-f171.google.com with SMTP id l4so379303lbv.30 for ; Sun, 13 Jul 2014 16:08:56 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20140713222634.GB8804@redhat.com> References: <20140709150442.6843.14602.stgit@3820> <20140713222634.GB8804@redhat.com> From: Peter Maydell Date: Mon, 14 Jul 2014 00:08:35 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] qtest: fix vhost-user-test compilation with old GLib List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Kevin Wolf , "tech@virtualopensystems.com" , snabb-devel@googlegroups.com, QEMU Developers , Nikolay Nikolaev On 13 July 2014 23:26, Michael S. Tsirkin wrote: > On Wed, Jul 09, 2014 at 06:06:32PM +0300, Nikolay Nikolaev wrote: >> Mising G_TIME_SPAN_SECOND definition breaks the RHEL6 compilation as GLib >> version before 2.26 does not have it. In such case just define it. >> >> Reported-by: Kevin Wolf >> Signed-off-by: Nikolay Nikolaev > > Applied, thanks! Applied to what? This is already in master as commit 0a58991a (via Paolo's kvm tree). thanks -- PMM