From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlzFU-0000OS-Qz for qemu-devel@nongnu.org; Tue, 13 Oct 2015 09:04:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlzFP-0005oI-Ac for qemu-devel@nongnu.org; Tue, 13 Oct 2015 09:04:12 -0400 Received: from mail-ob0-x231.google.com ([2607:f8b0:4003:c01::231]:36569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlzFP-0005ns-6N for qemu-devel@nongnu.org; Tue, 13 Oct 2015 09:04:07 -0400 Received: by obbrx8 with SMTP id rx8so12679312obb.3 for ; Tue, 13 Oct 2015 06:04:06 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <561D00BA.3030008@redhat.com> References: <1444668104-22955-1-git-send-email-marcandre.lureau@redhat.com> <561D00BA.3030008@redhat.com> Date: Tue, 13 Oct 2015 15:04:06 +0200 Message-ID: From: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL v2 00/50] Ivshmem patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Peter Maydell , Andrew Jones , Claudio Fontana , QEMU Developers , Stefan Hajnoczi , Cam Macdonell Hi On Tue, Oct 13, 2015 at 3:01 PM, Paolo Bonzini wrote: > This is not supposed to build on non-Linux... What about the client? I replaced it with event_notifier, seems fine. There is nothing really Linux specific in ivshmem code, right? Only POSIX is required. --=20 Marc-Andr=C3=A9 Lureau