]> git.proxmox.com Git - mirror_qemu.git/commit
block/parallels: support parallels image creation
authorDenis V. Lunev <den@openvz.org>
Tue, 28 Apr 2015 07:46:44 +0000 (10:46 +0300)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 22 May 2015 08:37:31 +0000 (09:37 +0100)
commit74cf6c5026fef6e327f09786445f626df02cbdf0
tree6e03c4194a6d7795872a5642801eb9b88966a348
parent50ffd8fd3cfceede87cec1f7f9a04cd7b9147271
block/parallels: support parallels image creation

Do not even care to create WithoutFreeSpace image, it is obsolete.
Always create WithouFreSpacExt one.

The code also does not spend a lot of efforts to fill cylinders and
heads fields, they are not used actually in a real life neither in
QEMU nor in Parallels products.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: Roman Kagan <rkagan@parallels.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Roman Kagan <rkagan@parallels.com>
Message-id: 1430207220-24458-12-git-send-email-den@openvz.org
CC: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/parallels.c