From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO5x6-0004ry-3S for qemu-devel@nongnu.org; Fri, 05 Apr 2013 08:41:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UO5x1-0005nJ-Bd for qemu-devel@nongnu.org; Fri, 05 Apr 2013 08:41:07 -0400 Date: Fri, 5 Apr 2013 14:40:58 +0200 From: Stefan Hajnoczi Message-ID: <20130405124058.GA15818@stefanha-thinkpad.redhat.com> References: <1364481204-11815-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1364481204-11815-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] linux-user: Don't omit comma for strace of rt_sigaction() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial@nongnu.org, Riku Voipio , qemu-devel@nongnu.org, patches@linaro.org On Thu, Mar 28, 2013 at 02:33:24PM +0000, Peter Maydell wrote: > Pass the 'last' parameter of print_signal() through to > print_raw_param(); this fixes a problem where we weren't printing > the comma separator for strace of rt_sigaction() when the signal > was an unnamed (ie realtime) one: > 6856 rt_sigaction(230xf6fff870,0xf6fff8fc) = 0 > > Signed-off-by: Peter Maydell > --- > linux-user/strace.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan