Re: [Qemu-devel] [RFC][PATCH 02/16 v6] Add API to create memory mapping list

2012-02-14 Thread Wen Congyang
At 02/15/2012 12:39 AM, Jan Kiszka Wrote: > On 2012-02-09 04:20, Wen Congyang wrote: >> The memory mapping list stores virtual address and physical address mapping. >> The folloing patch will use this information to create PT_LOAD in the vmcore. >> >> Signed-off-by: Wen Congyang >> --- >> Makefil

Re: [Qemu-devel] [RFC][PATCH 02/16 v6] Add API to create memory mapping list

2012-02-14 Thread Jan Kiszka
On 2012-02-09 04:20, Wen Congyang wrote: > The memory mapping list stores virtual address and physical address mapping. > The folloing patch will use this information to create PT_LOAD in the vmcore. > > Signed-off-by: Wen Congyang > --- > Makefile.target |1 + > memory_mapping.c | 130 >

[Qemu-devel] [RFC][PATCH 02/16 v6] Add API to create memory mapping list

2012-02-08 Thread Wen Congyang
The memory mapping list stores virtual address and physical address mapping. The folloing patch will use this information to create PT_LOAD in the vmcore. Signed-off-by: Wen Congyang --- Makefile.target |1 + memory_mapping.c | 130 ++ me