diff --git a/debian/patches/pve/0027-PVE-Backup-add-vma-backup-format-code.patch b/debian/patches/pve/0027-PVE-Backup-add-vma-backup-format-code.patch index b131dd8..15db16f 100644 --- a/debian/patches/pve/0027-PVE-Backup-add-vma-backup-format-code.patch +++ b/debian/patches/pve/0027-PVE-Backup-add-vma-backup-format-code.patch @@ -15,11 +15,11 @@ Signed-off-by: Fiona Ebner --- block/meson.build | 2 + meson.build | 5 + - vma-reader.c | 867 +++++++++++++++++++++++++++++++++++++++++++++ - vma-writer.c | 793 +++++++++++++++++++++++++++++++++++++++++ - vma.c | 878 ++++++++++++++++++++++++++++++++++++++++++++++ + vma-reader.c | 867 ++++++++++++++++++++++++++++++++++++++++++++ + vma-writer.c | 793 ++++++++++++++++++++++++++++++++++++++++ + vma.c | 900 ++++++++++++++++++++++++++++++++++++++++++++++ vma.h | 150 ++++++++ - 6 files changed, 2695 insertions(+) + 6 files changed, 2717 insertions(+) create mode 100644 vma-reader.c create mode 100644 vma-writer.c create mode 100644 vma.c @@ -1735,7 +1735,7 @@ index 0000000000..ac7da237d0 +} diff --git a/vma.c b/vma.c new file mode 100644 -index 0000000000..1604d955d8 +index 0000000000..cf2a2a74af --- /dev/null +++ b/vma.c @@ -0,0 +1,900 @@