qemu-devel
[Top][All Lists]
Advanced

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

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


From: Stefan Hajnoczi
Subject: [Qemu-devel] [CFR 2/10] qmp: memsave command
Date: Wed, 16 Jun 2010 16:45:52 +0100

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.




reply via email to

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