Re: [Qemu-devel] [RFC PATCH 3/4] qemu-log: new option -dfilter to limit output

2014-03-27 Thread Alex Bennée
Christopher Covington c...@codeaurora.org writes: Hi Alex, snip 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

Re: [Qemu-devel] [RFC PATCH 3/4] qemu-log: new option -dfilter to limit output

2014-03-27 Thread Christopher Covington
Hi Alex, On 03/27/2014 07:44 AM, Alex Bennée wrote: Christopher Covington c...@codeaurora.org writes: Hi Alex, snip 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)

Re: [Qemu-devel] [RFC PATCH 3/4] qemu-log: new option -dfilter to limit output

2014-03-27 Thread Peter Maydell
On 27 March 2014 11:44, Alex Bennée alex.ben...@linaro.org wrote: 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

[Qemu-devel] [RFC PATCH 3/4] qemu-log: new option -dfilter to limit output

2014-03-26 Thread alex . bennee
From: Alex Bennée alex.ben...@linaro.org When debugging big programs or system emulation sometimes you want both the verbosity of cpu,exec et all but don't want to generate lots of logs for unneeded stuff. This patch adds a new option -dfilter which allows you to specify interesting address

Re: [Qemu-devel] [RFC PATCH 3/4] qemu-log: new option -dfilter to limit output

2014-03-26 Thread Christopher Covington
Hi Alex, Neat series. On 03/26/2014 10:37 AM, alex.ben...@linaro.org wrote: From: Alex Bennée alex.ben...@linaro.org When debugging big programs or system emulation sometimes you want both the verbosity of cpu,exec et all but don't want to generate lots of logs for unneeded stuff. This

Re: [Qemu-devel] [RFC PATCH 3/4] qemu-log: new option -dfilter to limit output

2014-03-26 Thread Alex Bennée
Christopher Covington c...@codeaurora.org writes: Hi Alex, Neat series. On 03/26/2014 10:37 AM, alex.ben...@linaro.org wrote: From: Alex Bennée alex.ben...@linaro.org When debugging big programs or system emulation sometimes you want both the verbosity of cpu,exec et all but don't want