From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gC6QU-0001ND-Ns for qemu-devel@nongnu.org; Mon, 15 Oct 2018 13:13:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gC6QS-00017H-4V for qemu-devel@nongnu.org; Mon, 15 Oct 2018 13:13:06 -0400 Received: from mail-pg1-x544.google.com ([2607:f8b0:4864:20::544]:41575) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gC6QR-00016m-Tm for qemu-devel@nongnu.org; Mon, 15 Oct 2018 13:13:04 -0400 Received: by mail-pg1-x544.google.com with SMTP id 23-v6so9462148pgc.8 for ; Mon, 15 Oct 2018 10:13:03 -0700 (PDT) References: <20181005154910.3099-1-alex.bennee@linaro.org> <20181005154910.3099-16-alex.bennee@linaro.org> From: Richard Henderson Message-ID: <1b2618e6-8bd6-0eed-612d-ea81a7e8d28b@linaro.org> Date: Mon, 15 Oct 2018 10:13:00 -0700 MIME-Version: 1.0 In-Reply-To: <20181005154910.3099-16-alex.bennee@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC PATCH 15/21] trace: add linux-user plugin support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , qemu-devel@nongnu.org Cc: Pavel.Dovgaluk@ispras.ru, Riku Voipio , Laurent Vivier , cota@braap.org, Aaron Lindsay , vilanova@ac.upc.edu On 10/5/18 8:49 AM, Alex Bennée wrote: > From: Aaron Lindsay > > Signed-off-by: Aaron Lindsay > [AJB: ifdeffery] > Signed-off-by: Alex Bennée > --- > linux-user/main.c | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) Reviewed-by: Richard Henderson r~