On Wed, Jun 16, 2010 at 4:45 PM, Stefan Hajnoczi
<stefa...@linux.vnet.ibm.com> wrote:
> memsave
> -------
>
> Save to disk virtual memory dump starting at 'val' of size 'size'.
>
> Arguments:
>
> - "val": the starting address (json-int)
> - "size": the memory size, in bytes (json-int)
> - "filename": file path (json-string)
>
> Example:
>
> -> { "execute": "memsave",
>             "arguments": { "val": 10,
>                            "size": 100,
>                            "filename": "/tmp/virtual-mem-dump" } }
> <- { "return": {} }
>
> Note: Depends on the current CPU.

Is the guest paused during memsave?  This should be documented.

Stefan

Reply via email to