From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgAlZ-0003Kb-49 for qemu-devel@nongnu.org; Fri, 02 May 2014 06:32:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WgAlU-0007EP-5x for qemu-devel@nongnu.org; Fri, 02 May 2014 06:32:29 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:41269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgAlT-0007Bp-V7 for qemu-devel@nongnu.org; Fri, 02 May 2014 06:32:24 -0400 Message-ID: <5363742D.8030007@msgid.tls.msk.ru> Date: Fri, 02 May 2014 14:32:13 +0400 From: Michael Tokarev MIME-Version: 1.0 References: 1391434310-9990-2-git-send-email-stefanha@redhat.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 1/3] glib: move g_poll() replacement into glib-compat.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: stefanha@redhat.com Cc: qemu-devel Stefan Hajnoczi: > We have a dedicated header file for wrappers to smooth over glib version > differences. Move the g_poll() definition into glib-compat.h for > consistency. Ack. Reviewed-by: Michael Tokarev I wanted to include exactly this in my series too, but forgot. /mjt