Matteo Signorini wrote:
Hi! I have a problem with both kvm pmemsave and memsave functions. (I know that both invoke the cpu_physical_memory_rw function) I'm trying to dump a guest physical memory region (sys_call_table for example). I know that , for example, the sys_call_table is stored at 0xffffffff8133c620 phys addr (found in System.map)
System.map lists virtual addresses, not physical addresses. Try memsave instead.
-- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html