<image>.load-vmem <image>.save-diff-file
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<image>.save

Synopsis

<image>.save filename [start-byte] [length] [-save-craff|-save-raw|-save-vhdx] [-overwrite] [-u]

Description

Writes the image contents to filename in the specified format.

If start-byte and/or length are given, they specify the start offset address and number of bytes to write respectively; otherwise, the whole image is copied.

If -save-craff is specified, data is saved in craff format, using compression unless -u is specified. If -save-raw is specified, data is saved in raw format, which is also the default option. If -save-vhdx is specified, data is saved in VHDX format.

The command will fail if the destination file already exists, unless -overwrite is specified.

Provided By

Simics Core

See Also

save-image-contents, <image>.save-diff-file
<image>.load-vmem <image>.save-diff-file