From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzGen-0004WW-Be for qemu-devel@nongnu.org; Thu, 28 Feb 2019 03:03:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzGel-0008LR-DO for qemu-devel@nongnu.org; Thu, 28 Feb 2019 03:03:05 -0500 Received: from mail.uni-paderborn.de ([131.234.142.9]:54466) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gzGek-0008KJ-Qt for qemu-devel@nongnu.org; Thu, 28 Feb 2019 03:03:03 -0500 References: <20190228052432.32571-1-richard.henderson@linaro.org> <20190228052432.32571-4-richard.henderson@linaro.org> From: Bastian Koppelmann Message-ID: <5c443033-76f7-704c-f784-ff544fb48ff9@mail.uni-paderborn.de> Date: Thu, 28 Feb 2019 09:02:56 +0100 MIME-Version: 1.0 In-Reply-To: <20190228052432.32571-4-richard.henderson@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [Qemu-devel] [PATCH v2 3/8] decodetree: Document the usefulness of argument sets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org Cc: f4bug@amsat.org On 2/28/19 6:24 AM, Richard Henderson wrote: > Cc: Bastian Koppelmann > Signed-off-by: Richard Henderson > --- > docs/devel/decodetree.rst | 7 +++++++ > 1 file changed, 7 insertions(+) Reviewed-by: Bastian Koppelmann Cheers, Bastian