Re: [Qemu-devel] [RFC] monitor: add memory search commands s, sp

2015-03-12 Thread Patchew Tool
This series failed Patchew automatic testing. Find the log fragments below (grepped lines around keywords "error" and "warning"), or open the following URL to see the full log: http://qemu.patchew.org/testing/log/<1426071808-2513-1-git-send-email-hw.clau...@gmail.com> --8<- Ch

Re: [Qemu-devel] [RFC] monitor: add memory search commands s, sp

2015-03-11 Thread Claudio Fontana
On 11 March 2015 at 12:27, Gonglei wrote: > On 2015/3/11 19:03, hw.clau...@gmail.com wrote: >> From: Claudio Fontana >> >> usage is similar to the commands x, xp. >> >> Example with string: looking for "ELF" header in memory: >> >> (qemu) s/100cb 0x40001000 "ELF" >> searching memory area [000

Re: [Qemu-devel] [RFC] monitor: add memory search commands s, sp

2015-03-11 Thread Gonglei
On 2015/3/11 19:03, hw.clau...@gmail.com wrote: > From: Claudio Fontana > > usage is similar to the commands x, xp. > > Example with string: looking for "ELF" header in memory: > > (qemu) s/100cb 0x40001000 "ELF" > searching memory area [40001000-400f5240] > 40090001

[Qemu-devel] [RFC] monitor: add memory search commands s, sp

2015-03-11 Thread hw . claudio
From: Claudio Fontana usage is similar to the commands x, xp. Example with string: looking for "ELF" header in memory: (qemu) s/100cb 0x40001000 "ELF" searching memory area [40001000-400f5240] 40090001 (qemu) x/20b 0x4009 4009: '\x7f' 'E' 'L' 'F' '\x0