Re: [Qemu-devel] [PATCH 2/4] dump: extract out note helper

2012-07-03 Thread Wen Congyang
Hi, Rabin Sorry for later reviewing... At 06/21/2012 01:28 AM, Rabin Vincent Wrote: > Make a common helper function to add ELF notes. > > Signed-off-by: Rabin Vincent > --- > dump.c | 49 +++ > dump.h |4 + > target-i386/arch_dump.c | 206 > +++

Re: [Qemu-devel] [PATCH 2/4] dump: extract out note helper

2012-07-03 Thread Wen Congyang
At 06/21/2012 01:28 AM, Rabin Vincent Wrote: > Make a common helper function to add ELF notes. > > Signed-off-by: Rabin Vincent > --- > dump.c | 49 +++ > dump.h |4 + > target-i386/arch_dump.c | 206 > +++-

[Qemu-devel] [PATCH 2/4] dump: extract out note helper

2012-06-20 Thread Rabin Vincent
Make a common helper function to add ELF notes. Signed-off-by: Rabin Vincent --- dump.c | 49 +++ dump.h |4 + target-i386/arch_dump.c | 206 +++ 3 files changed, 100 insertions(+), 159 deletions(-) dif