From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm1WX-0002YR-2S for qemu-devel@nongnu.org; Tue, 13 Oct 2015 11:29:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zm1WT-00068y-8F for qemu-devel@nongnu.org; Tue, 13 Oct 2015 11:29:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm1WT-00068u-34 for qemu-devel@nongnu.org; Tue, 13 Oct 2015 11:29:53 -0400 References: <1444668104-22955-1-git-send-email-marcandre.lureau@redhat.com> <561D00BA.3030008@redhat.com> From: Paolo Bonzini Message-ID: <561D2364.70803@redhat.com> Date: Tue, 13 Oct 2015 17:29:40 +0200 MIME-Version: 1.0 In-Reply-To: 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: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= Cc: Peter Maydell , Andrew Jones , Claudio Fontana , QEMU Developers , Stefan Hajnoczi , Cam Macdonell On 13/10/2015 15:04, Marc-Andr=C3=A9 Lureau wrote: > On Tue, Oct 13, 2015 at 3:01 PM, Paolo Bonzini wr= ote: >> > 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. Right, however ioeventfd is only implemented for KVM---at least for now; Stefan had a patch to implement ioeventfd for TCG as well. Paolo