qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [CFR 2/10] qmp: memsave command


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [CFR 2/10] qmp: memsave command
Date: Thu, 17 Jun 2010 20:57:22 +0100

On Wed, Jun 16, 2010 at 4:45 PM, Stefan Hajnoczi
<address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]