On 06/16/2010 10:45 AM, Stefan Hajnoczi wrote:
pmemsave --------Save to disk physical memory dump starting at 'val' of size 'size'.
Same feedback as for memsave. Regards, Anthony Liguori
Arguments: - "val": the starting address (json-int) - "size": the memory size, in bytes (json-int) - "filename": file path (json-string) Example: -> { "execute": "pmemsave", "arguments": { "val": 10, "size": 100, "filename": "/tmp/physical-mem-dump" } } <- { "return": {} }