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

2010-06-17 Thread Stefan Hajnoczi
On Wed, Jun 16, 2010 at 4:45 PM, Stefan Hajnoczi 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) >

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

2010-06-16 Thread Stefan Hajnoczi
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,