From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUaSa-0000me-U3 for qemu-devel@nongnu.org; Sun, 08 Mar 2015 08:37:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUaSW-000897-VF for qemu-devel@nongnu.org; Sun, 08 Mar 2015 08:37:32 -0400 Received: from periapsis.rymdfartsverket.se ([46.21.107.176]:56196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUaSW-00088k-Ob for qemu-devel@nongnu.org; Sun, 08 Mar 2015 08:37:28 -0400 Date: Sun, 8 Mar 2015 13:37:21 +0100 From: Tobias Nygren Message-Id: <20150308133721.860608f57366c1806fb1e36a@NetBSD.org> In-Reply-To: References: <1425591461-17550-1-git-send-email-tnn@NetBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] user-exec.c: fix build on NetBSD/sparc64 and NetBSD/arm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Tobias Nygren , QEMU Developers Hello, On Sun, 8 Mar 2015 19:27:27 +0900 Peter Maydell wrote: > On 6 March 2015 at 06:37, Tobias Nygren wrote: > > A couple of #ifdef changes necessary to use NetBSD's ucontext > > structs on sparc64 and arm. > > > > Signed-off-by: Tobias Nygren > > Reviewed-by: Peter Maydell > > Does NetBSD have a big stack of out-of-tree patches for QEMU, > or do you run basically stock upstream QEMU? Hi, it is more or less stock except for this patch. There are three other small patches that add parenthesis in a few places to work around a conflict with system macros when -fstack-protector is enabled but I'm not confident those are suitable for upstreaming. Kind regards, -Tobias