+++ /dev/null
-Index: qemu-kvm-devel/vma.c
-===================================================================
---- qemu-kvm-devel.orig/vma.c
-+++ qemu-kvm-devel/vma.c
-@@ -299,7 +299,13 @@ static int extract_content(int argc, cha
- }
-
- BlockDriverState *bs = bdrv_new();
-- if (errp || bdrv_open(&bs, devfn, NULL, NULL, flags, NULL, &errp)) {
-+
-+ char *tmp = g_strrstr(devfn, ".");
-+ char *format = (tmp == NULL) ? "raw" : ++tmp;
-+
-+ BlockDriver *drv = bdrv_find_format(format);
-+
-+ if (errp || bdrv_open(&bs, devfn, NULL, NULL, flags, drv, &errp)) {
- g_error("can't open file %s - %s", devfn,
- error_get_pretty(errp));
- }
--- /dev/null
+Index: qemu-kvm-devel/vma.c
+===================================================================
+--- qemu-kvm-devel.orig/vma.c
++++ qemu-kvm-devel/vma.c
+@@ -299,7 +299,13 @@ static int extract_content(int argc, cha
+ }
+
+ BlockDriverState *bs = bdrv_new();
+- if (errp || bdrv_open(&bs, devfn, NULL, NULL, flags, NULL, &errp)) {
++
++ char *tmp = g_strrstr(devfn, ".");
++ char *format = (tmp == NULL) ? "raw" : ++tmp;
++
++ BlockDriver *drv = bdrv_find_format(format);
++
++ if (errp || bdrv_open(&bs, devfn, NULL, NULL, flags, drv, &errp)) {
+ g_error("can't open file %s - %s", devfn,
+ error_get_pretty(errp));
+ }
internal-snapshot-async.patch
disable-efi-enable-pxe-roms.patch
backup-vma-allow-empty-backups.patch
+backup-vma-extract-add-block-driver-type.patch
glusterfs-daemonize.patch
gluster-backupserver.patch
add-qmp-get-link-status.patch
0001-friendlier-ai_flag-hints-for-ipv6-hosts.patch
tcmalloc.patch
-add_block_driver_type_to_extract