From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqo1h-0003SW-UP for qemu-devel@nongnu.org; Mon, 26 Oct 2015 16:05:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zqo1d-0004lY-OT for qemu-devel@nongnu.org; Mon, 26 Oct 2015 16:05:53 -0400 Received: from e06smtp07.uk.ibm.com ([195.75.94.103]:40231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqo1d-0004lJ-7a for qemu-devel@nongnu.org; Mon, 26 Oct 2015 16:05:49 -0400 Received: from localhost by e06smtp07.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 26 Oct 2015 20:05:47 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id ECAC417D8042 for ; Mon, 26 Oct 2015 20:05:54 +0000 (GMT) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t9QK5hhH7143902 for ; Mon, 26 Oct 2015 20:05:43 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t9QJ5iMM032363 for ; Mon, 26 Oct 2015 13:05:44 -0600 References: <1445850626-29407-1-git-send-email-den@openvz.org> <1445850626-29407-2-git-send-email-den@openvz.org> From: Christian Borntraeger Message-ID: <562E878F.4090203@de.ibm.com> Date: Tue, 27 Oct 2015 05:05:35 +0900 MIME-Version: 1.0 In-Reply-To: <1445850626-29407-2-git-send-email-den@openvz.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 01/11] trace: fix documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" Cc: peter.maydell@linaro.org, pbonzini@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, armbru@redhat.com Am 26.10.2015 um 18:10 schrieb Denis V. Lunev: > From: Paolo Bonzini > > Mention the ftrace backend too. > > Signed-off-by: Paolo Bonzini > Signed-off-by: Denis V. Lunev > Reviewed-by: Christian Borntraeger Can you make that Acked-by: Christian Borntraeger ? I agree with the series, but have not fully reviewed it :-) Christian