]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/move-bdrv-snapshot-find.patch
remove tcmalloc default memory allocator
[pve-qemu-kvm.git] / debian / patches / move-bdrv-snapshot-find.patch
index fa592dfe272f3f276ea27b36a2d7884e1e2db636..0cb7d488ad539c04876c49f420a1f77fcab9f661 100644 (file)
@@ -1,8 +1,8 @@
 Index: new/block.c
 ===================================================================
---- new.orig/block.c   2012-09-24 07:15:00.000000000 +0200
-+++ new/block.c        2012-09-24 07:15:32.000000000 +0200
-@@ -2724,6 +2724,28 @@
+--- new.orig/block.c   2013-02-12 12:05:14.000000000 +0100
++++ new/block.c        2013-02-12 12:06:52.000000000 +0100
+@@ -3162,6 +3162,28 @@
      return -ENOTSUP;
  }
  
@@ -31,11 +31,11 @@ Index: new/block.c
  int bdrv_snapshot_load_tmp(BlockDriverState *bs,
          const char *snapshot_name)
  {
-Index: new/block.h
+Index: new/include/block/block.h
 ===================================================================
---- new.orig/block.h   2012-09-24 07:15:00.000000000 +0200
-+++ new/block.h        2012-09-24 07:15:32.000000000 +0200
-@@ -302,6 +302,8 @@
+--- new.orig/include/block/block.h     2013-02-12 12:05:14.000000000 +0100
++++ new/include/block/block.h  2013-02-12 12:06:52.000000000 +0100
+@@ -331,6 +331,8 @@
  int bdrv_snapshot_delete(BlockDriverState *bs, const char *snapshot_id);
  int bdrv_snapshot_list(BlockDriverState *bs,
                         QEMUSnapshotInfo **psn_info);
@@ -46,9 +46,9 @@ Index: new/block.h
  char *bdrv_snapshot_dump(char *buf, int buf_size, QEMUSnapshotInfo *sn);
 Index: new/savevm.c
 ===================================================================
---- new.orig/savevm.c  2012-09-24 07:15:00.000000000 +0200
-+++ new/savevm.c       2012-09-24 07:15:32.000000000 +0200
-@@ -2015,28 +2015,6 @@
+--- new.orig/savevm.c  2013-02-12 12:05:14.000000000 +0100
++++ new/savevm.c       2013-02-12 12:06:52.000000000 +0100
+@@ -2055,28 +2055,6 @@
      return ret;
  }