Lines Matching full:the
15 You can create a disk image with the command::
19 where myimage.img is the disk image filename and mysize is its size in
20 kilobytes. You can add an ``M`` suffix to give the size in megabytes and
23 See the ``qemu-img`` invocation documentation for more information.
30 If you use the option ``-snapshot``, all disk images are considered as
32 created in ``/tmp``. You can however force the write back to the raw
33 disk images by using the ``commit`` monitor command (or C-a s in the
41 VM snapshots are snapshots of the complete virtual machine including CPU
42 state, RAM, device state and the content of all the writable disks. In
44 writable block device using the ``qcow2`` disk image format. Normally
45 this device is the first virtual hard drive.
47 Use the monitor command ``savevm`` to create a new VM snapshot or
52 snapshot. ``info snapshots`` lists the available snapshots with their
64 ``info snapshots``) and a snapshot of every writable disk image. The VM
65 state info is stored in the first ``qcow2`` non removable and writable
66 block device. The disk image snapshots are stored in every disk image.
67 The size of a snapshot in a disk image is difficult to evaluate and is
68 not shown by ``info snapshots`` because the associated disk sectors are
69 shared among all the snapshots to save disk space (otherwise each
70 snapshot would need a full copy of all the disk images).
72 When using the (unrelated) ``-snapshot`` option
77 VM snapshots currently have the following known limitations: