public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* physical memory dump problem
@ 2009-06-02  9:31 Matteo Signorini
  2009-06-02  9:55 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Matteo Signorini @ 2009-06-02  9:31 UTC (permalink / raw)
  To: kvm

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)
but if I try to run "pmemsave 0xffffffff8133c620 100 test" in kvm's monitor,
it doesn't find anything but a bunch of 0.
I've also tried with other kernel objects ( idt_table,
exit_exception_table, error_table)
addresses but the result was the same.

What am i doing wrong?
Is there a problem with memory page access rights?
What is the best way to make a dump of a guest kernel object?
I am using kvm version 85 on a dual core Amd cpu.

thanks,

Matteo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-02  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-02  9:31 physical memory dump problem Matteo Signorini
2009-06-02  9:55 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox