Re: [Qemu-devel] [PATCH 3/4] dump: extract out get note size function

2012-07-03 Thread Wen Congyang
At 06/21/2012 01:28 AM, Rabin Vincent Wrote: > Extract out the ELF note size function from i386 so we can use it from > other targets. > > Signed-off-by: Rabin Vincent This patch looks fine to me. Thanks Wen Congyang > --- > dump.c | 15 +++ > dump.h

[Qemu-devel] [PATCH 3/4] dump: extract out get note size function

2012-06-20 Thread Rabin Vincent
Extract out the ELF note size function from i386 so we can use it from other targets. Signed-off-by: Rabin Vincent --- dump.c | 15 +++ dump.h |2 ++ target-i386/arch_dump.c | 14 ++ 3 files changed, 19 insertions(+), 12 deletions