From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9bff-0005Tm-V6 for qemu-devel@nongnu.org; Thu, 17 Dec 2015 11:44:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9bfa-0006Bc-W0 for qemu-devel@nongnu.org; Thu, 17 Dec 2015 11:44:51 -0500 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]:38391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9bfa-0006BY-Pl for qemu-devel@nongnu.org; Thu, 17 Dec 2015 11:44:46 -0500 Received: by mail-wm0-x233.google.com with SMTP id l126so30145129wml.1 for ; Thu, 17 Dec 2015 08:44:46 -0800 (PST) Sender: Paolo Bonzini References: <1450366809-9800-1-git-send-email-berrange@redhat.com> From: Paolo Bonzini Message-ID: <5672E67B.3010907@redhat.com> Date: Thu, 17 Dec 2015 17:44:43 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v2 0/9] Introduce I/O channels framework List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , "Daniel P. Berrange" Cc: QEMU Developers On 17/12/2015 17:40, Peter Maydell wrote: > Glib's g_source_set_name was only introduced in 2.26, > and we have to support 2.22. > > lseek64 doesn't exist on OSX. And unnecessary on Linux too, since we compile with -D_LARGEFILE_SOURCE/-D_FILE_OFFSET_BITS=64. Paolo