From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alJ8d-0002ok-Es for qemu-devel@nongnu.org; Wed, 30 Mar 2016 12:38:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alJ8Y-0002nw-E8 for qemu-devel@nongnu.org; Wed, 30 Mar 2016 12:38:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alJ8Y-0002nk-9M for qemu-devel@nongnu.org; Wed, 30 Mar 2016 12:38:30 -0400 References: From: Paolo Bonzini Message-ID: <56FC0102.9060206@redhat.com> Date: Wed, 30 Mar 2016 18:38:26 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] fix missing event_notifier_init_fd() function on Mac OS X List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid , qemu-devel qemu-devel Cc: Peter Maydell , Markus Armbruster On 30/03/2016 18:35, Programmingkid wrote: > Remove macro that prevents event_notifier_init_fd() function from being compiled on Mac OS X. > > This patch fixes this error: > > Undefined symbols for architecture x86_64: > "_event_notifier_init_fd", referenced from: > _process_msg in ivshmem.o > ld: symbol(s) not found for architecture x86_64 > collect2: error: ld returned 1 exit status > make[1]: *** [qemu-system-ppc] Error 1 > make: *** [subdir-ppc-softmmu] Error 2 > > > Signed-off-by: John Arbuckle This is intentional, this feature of ivshmem.o could never work on OS X. I am not sure that failing the build is intentional. Markus, any clue? Paolo