From: Claudio Fontana <claudio.fontana@huawei.com>
To: Paolo Bonzini <pbonzini@redhat.com>,
Eric Blake <eblake@redhat.com>,
hw.claudio@gmail.com, Luiz Capitulino <lcapitulino@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
Gonglei <arei.gonglei@huawei.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [RFC v3] monitor: add memory search commands s, sp
Date: Mon, 16 Mar 2015 16:54:36 +0100 [thread overview]
Message-ID: <5506FCBC.7070006@huawei.com> (raw)
In-Reply-To: <5506F04A.3040705@redhat.com>
On 16.03.2015 16:01, Paolo Bonzini wrote:
>
>
> On 16/03/2015 15:45, Eric Blake wrote:
>> On 03/16/2015 04:31 AM, hw.claudio@gmail.com wrote:
>>> From: Claudio Fontana <claudio.fontana@huawei.com>
>>>
>>> usage is similar to the commands x, xp.
>>>
>>> Example with string: looking for "ELF" header in memory:
>>>
>>> (qemu) s/1000000cb 0x40001000 "ELF" searching memory area
>>> [0000000040001000-00000000400f5240] 0000000040090001 (qemu) x/20b
>>> 0x40090000 0000000040090000: '\x7f' 'E' 'L' 'F' '\x02' '\x01'
>>> '\x01' '\x03' 0000000040090008: '\x00' '\x00' '\x00' '\x00'
>>> '\x00' '\x00' '\x00' '\x00' 0000000040090010: '\x02' '\x00'
>>> '\xb7' '\x00'
>>>
>>> Example with value: looking for 64bit variable value 0x990088
>>>
>>> (qemu) s/1000000xg 0xffff900042000000 0x990088 searching memory
>>> area [ffff900042000000-ffff9000427a1200] ffff9000424b3000
>>> ffff9000424c1000
>>>
>>> Signed-off-by: Claudio Fontana <claudio.fontana@huawei.com> ---
>>> hmp-commands.hx | 28 ++++++++++++ monitor.c | 140
>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files
>>> changed, 168 insertions(+)
>>>
>>> Hello, looking for some comments on whether the addition of this
>>> command is welcome, and whether the syntax chosen is acceptable,
>>> or how it can made better.
>>
>> Do you want to provide a QMP counterpart? In general, we are
>> reluctant to add new HMP functionality that cannot also be accessed
>> via QMP.
>
> I think this is okay for a debugging command. x and xp do not have an
> QMP equivalent either.
>
> Paolo
>
Just let me know if necessary (personally I would not have a use for a QMP counterpart).
Thanks,
Claudio
--
Claudio Fontana
Server Virtualization Architect
Huawei Technologies Duesseldorf GmbH
Riesstraße 25 - 80992 München
office: +49 89 158834 4135
mobile: +49 15253060158
next prev parent reply other threads:[~2015-03-16 15:54 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-16 10:31 [Qemu-devel] [RFC v3] monitor: add memory search commands s, sp hw.claudio
2015-03-16 10:38 ` Patchew Tool
2015-03-16 14:45 ` Eric Blake
2015-03-16 14:56 ` Claudio Fontana
2015-03-16 15:01 ` Paolo Bonzini
2015-03-16 15:54 ` Claudio Fontana [this message]
2015-03-16 15:58 ` Eric Blake
2015-03-16 16:29 ` Paolo Bonzini
2015-03-18 13:30 ` Claudio Fontana
2015-03-27 16:19 ` Claudio Fontana
2015-03-30 14:54 ` Paolo Bonzini
2015-04-20 22:01 ` Luiz Capitulino
2015-04-21 14:25 ` Claudio Fontana
2015-04-21 14:28 ` Paolo Bonzini
2015-04-21 15:12 ` Claudio Fontana
2015-04-21 14:35 ` Luiz Capitulino
2015-04-21 14:47 ` Paolo Bonzini
2015-04-23 8:56 ` Claudio Fontana
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5506FCBC.7070006@huawei.com \
--to=claudio.fontana@huawei.com \
--cc=arei.gonglei@huawei.com \
--cc=eblake@redhat.com \
--cc=hw.claudio@gmail.com \
--cc=lcapitulino@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.