summaryrefslogtreecommitdiff
path: root/targphys.h
diff options
context:
space:
mode:
authorCharles Arnold <carnold@suse.com>2012-02-06 09:22:30 -0700
committerKevin Wolf <kwolf@redhat.com>2012-02-09 16:17:51 +0100
commit24da78dbb54b61fa299919c89709270fad5e682d (patch)
tree702f18edbbb3acfc92915d7e0233686f9dca15bd /targphys.h
parentf9dadc9855ae1554a98c53a10a3a962859992865 (diff)
downloadqemu-24da78dbb54b61fa299919c89709270fad5e682d.tar.gz
vpc: Add support for Fixed Disk type
The Virtual Hard Disk Image Format Specification allows for three types of hard disk formats, Fixed, Dynamic, and Differencing. Qemu currently only supports Dynamic disks. This patch adds support for the Fixed Disk format. Usage: Example 1: qemu-img create -f vpc -o type=fixed <filename> [size] Example 2: qemu-img convert -O vpc -o type=fixed <input filename> <output filename> While it is also allowed to specify '-o type=dynamic', the default disk type remains Dynamic and is what is used when the type is left unspecified. Signed-off-by: Charles Arnold <carnold@suse.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'targphys.h')
0 files changed, 0 insertions, 0 deletions