From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8pwc-0000JU-Ek for qemu-devel@nongnu.org; Sat, 06 Oct 2018 13:00:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8pwY-00048n-Eb for qemu-devel@nongnu.org; Sat, 06 Oct 2018 13:00:46 -0400 Received: from mail-pf1-x443.google.com ([2607:f8b0:4864:20::443]:45831) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g8pwY-00047x-8j for qemu-devel@nongnu.org; Sat, 06 Oct 2018 13:00:42 -0400 Received: by mail-pf1-x443.google.com with SMTP id u12-v6so3356479pfn.12 for ; Sat, 06 Oct 2018 10:00:42 -0700 (PDT) References: <20181005154910.3099-1-alex.bennee@linaro.org> <20181005154910.3099-3-alex.bennee@linaro.org> From: Richard Henderson Message-ID: Date: Sat, 6 Oct 2018 10:00:38 -0700 MIME-Version: 1.0 In-Reply-To: <20181005154910.3099-3-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 02/21] util/log: add qemu_dfilter_append_range() 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: cota@braap.org, vilanova@ac.upc.edu, Pavel.Dovgaluk@ispras.ru On 10/5/18 8:48 AM, Alex Bennée wrote: > This allows us to add to the dfilter range as we go. > > Signed-off-by: Alex Bennée > --- > include/qemu/log.h | 1 + > util/log.c | 6 ++++++ > 2 files changed, 7 insertions(+) Reviewed-by: Richard Henderson r~