save-file save-image-diff
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

save-image-contents

Synopsis

save-image-contents image filename [start-byte] [length] [-save-craff|-save-raw|-save-vhdx] [-overwrite] [-u]

Description

Writes the image contents to filename for the specified image 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

<image>.save, <image>.save-diff-file
save-file save-image-diff