From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT8j8-000129-2c for qemu-devel@nongnu.org; Thu, 27 Mar 2014 07:44:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WT8j3-00041h-6s for qemu-devel@nongnu.org; Thu, 27 Mar 2014 07:44:06 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:52555 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT8j3-00041c-0k for qemu-devel@nongnu.org; Thu, 27 Mar 2014 07:44:01 -0400 References: <1395844634-11729-1-git-send-email-alex.bennee@linaro.org> <1395844634-11729-4-git-send-email-alex.bennee@linaro.org> <5332F6FD.6050200@codeaurora.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <5332F6FD.6050200@codeaurora.org> Date: Thu, 27 Mar 2014 11:44:15 +0000 Message-ID: <87r45nvpbk.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC PATCH 3/4] qemu-log: new option -dfilter to limit output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christopher Covington Cc: Anthony Liguori , "Michael S. Tsirkin" , Michael Tokarev , Markus Armbruster , qemu-devel@nongnu.org, Michael Walle , Stefan Hajnoczi , Paolo Bonzini , Andreas =?utf-8?Q?F=C3=A4rber?= , Richard Henderson Christopher Covington writes: > Hi Alex, > DEF("dfilter", HAS_ARG, QEMU_OPTION_DFILTER, \ "-dfilter range,.. filter debug output to range of addresses (useful for -d cpu,exec,etc..)\n", QEMU_ARCH_ALL) STEXI @item -dfilter @var{range1}[,...] @findex -dfilter Filter debug output to that relevant to a range of target addresses. The filter spec can be either 0x${START}-0x${END} or 0x${START}+0x${OFF} where ${START} ${END} and ${OFF} are the addresses and sizes required. For example: -dfilter 0x8000-0x9000,0xffffffc000080000+0x200 Will dump output for any code in the 0x1000 sized block starting at 0x8000 and the 0x200 sized block starting at 0xffffffc000080000. ETEXI Does that read clearly enough? I assume that should magically make it's way to the man page somehow? -- Alex Bennée