qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v7 0/2] monitor: add memory search commands s, sp
@ 2015-06-15  7:56 hw.claudio
  2015-06-15  7:56 ` [Qemu-devel] [PATCH v7 1/2] util: add memmem replacement function hw.claudio
  2015-06-15  7:56 ` [Qemu-devel] [PATCH v7 2/2] monitor: add memory search commands s, sp hw.claudio
  0 siblings, 2 replies; 5+ messages in thread
From: hw.claudio @ 2015-06-15  7:56 UTC (permalink / raw)
  To: Markus Armbruster
  Cc: Claudio Fontana, qemu-devel, Luiz Capitulino, Gonglei,
	Paolo Bonzini

From: Claudio Fontana <claudio.fontana@huawei.com>

Note: this series is rebased on Peter Crosthwaite's series:
"[PATCH v2 0/2] monitor+disas: Remove uses of ENV_GET_CPU"

http://lists.nongnu.org/archive/html/qemu-devel/2015-05/msg04736.html

This is the latest iteration of the monitor memory search patch.

The previous version of this series is:
"[RFC v6 0/2] monitor: add memory search commands s, sp"
http://lists.nongnu.org/archive/html/qemu-devel/2015-05/msg03415.html

changes from v6:
solved conflict with "monitor+disas: Remove uses of ENV_GET_CPU"
changed mail subject-prefix from RFC to PATCH.

changes from v5:
dropped the import from gnulib and implemented a trivial replacement.

changes from v4:
made into a series of two patches.
Introduced a memmem replacement function (import from gnulib)
and detection code in configure.

changes from v3:
initialize pointer variable to NULL to finally get rid of spurious warning

changes from v2:
move code to try to address spurious warning

changes from v1:
make checkpatch happy by adding braces here and there.

Claudio Fontana (2):
  util: add memmem replacement function
  monitor: add memory search commands s, sp

 configure            |  15 ++++++
 hmp-commands.hx      |  28 +++++++++++
 include/qemu/osdep.h |   4 ++
 monitor.c            | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++
 util/Makefile.objs   |   1 +
 util/memmem.c        |  63 +++++++++++++++++++++++
 6 files changed, 251 insertions(+)
 create mode 100644 util/memmem.c

-- 
1.8.5.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-16 16:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15  7:56 [Qemu-devel] [PATCH v7 0/2] monitor: add memory search commands s, sp hw.claudio
2015-06-15  7:56 ` [Qemu-devel] [PATCH v7 1/2] util: add memmem replacement function hw.claudio
2015-06-16 15:33   ` Markus Armbruster
2015-06-15  7:56 ` [Qemu-devel] [PATCH v7 2/2] monitor: add memory search commands s, sp hw.claudio
2015-06-16 16:30   ` Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).