From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdInq-0003bG-I2 for qemu-devel@nongnu.org; Tue, 27 Nov 2012 05:54:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdInm-00032g-9r for qemu-devel@nongnu.org; Tue, 27 Nov 2012 05:54:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdInm-00032T-1u for qemu-devel@nongnu.org; Tue, 27 Nov 2012 05:54:06 -0500 Message-ID: <50B49BC4.6040802@redhat.com> Date: Tue, 27 Nov 2012 11:53:56 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1352584072-7574-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] coroutine-sigaltstack.c: Use stack_t, not struct sigaltstack List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Peter Maydell , Alex Barcelo , qemu-devel , patches@linaro.org Am 12.11.2012 13:57, schrieb Stefan Hajnoczi: > On Sat, Nov 10, 2012 at 10:47 PM, Peter Maydell > wrote: >> Use the POSIX-specified stack_t type as the argument to sigaltstack() >> rather than the legacy struct sigaltstack. This allows us to compile >> on MacOSX with --with-coroutine=sigaltstack. >> >> Signed-off-by: Peter Maydell >> --- >> Tested on Linux and MacOSX. >> >> coroutine-sigaltstack.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > Reviewed-by: Stefan Hajnoczi Thanks, applied to the block branch for 1.3. Kevin