mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
qapi: Rename 'dirty-bitmap' mode to 'incremental'
If we wish to make differential backups a feature that's easy to access, it might be pertinent to rename the "dirty-bitmap" mode to "incremental" to make it clear what /type/ of backup the dirty-bitmap is helping us perform. This is an API breaking change, but 2.4 has not yet gone live, so we have this flexibility. Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 1433463642-21840-2-git-send-email-jsnow@redhat.com Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
3e5feb6202
commit
4b80ab2b7d
7 changed files with 22 additions and 22 deletions
|
@ -210,7 +210,7 @@ full backup as a backing image.
|
|||
"bitmap": "bitmap0",
|
||||
"target": "incremental.0.img",
|
||||
"format": "qcow2",
|
||||
"sync": "dirty-bitmap",
|
||||
"sync": "incremental",
|
||||
"mode": "existing"
|
||||
}
|
||||
}
|
||||
|
@ -235,7 +235,7 @@ full backup as a backing image.
|
|||
"bitmap": "bitmap0",
|
||||
"target": "incremental.1.img",
|
||||
"format": "qcow2",
|
||||
"sync": "dirty-bitmap",
|
||||
"sync": "incremental",
|
||||
"mode": "existing"
|
||||
}
|
||||
}
|
||||
|
@ -275,7 +275,7 @@ full backup as a backing image.
|
|||
"bitmap": "bitmap0",
|
||||
"target": "incremental.0.img",
|
||||
"format": "qcow2",
|
||||
"sync": "dirty-bitmap",
|
||||
"sync": "incremental",
|
||||
"mode": "existing"
|
||||
}
|
||||
}
|
||||
|
@ -308,7 +308,7 @@ full backup as a backing image.
|
|||
"bitmap": "bitmap0",
|
||||
"target": "incremental.0.img",
|
||||
"format": "qcow2",
|
||||
"sync": "dirty-bitmap",
|
||||
"sync": "incremental",
|
||||
"mode": "existing"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue