Statistics
| Branch: | Revision:

root / dump.c @ 9cdc8df3

History | View | Annotate | Download (22.6 kB)

# Date Author Comment
783e9b48 06/04/2012 07:49 pm Wen Congyang

introduce a new monitor command 'dump-guest-memory' to dump guest's memory

The command's usage:
dump-guest-memory [-p] protocol [begin] [length]
The supported protocol can be file or fd:
1. file: the protocol starts with "file:", and the following string is...