Re: [Qemu-devel] [PATCH 10/11] iotests: 124 - backup_prepare refactoring

2015-03-17 Thread John Snow
On 03/17/2015 04:50 PM, Max Reitz wrote: On 2015-03-04 at 23:15, John Snow wrote: Allow tests to call just the backup preparation routine without invoking a backup. Useful for transactions where we want to prepare, but don't wish to issue the QMP command. Signed-off-by: John Snow --- tests

Re: [Qemu-devel] [PATCH 10/11] iotests: 124 - backup_prepare refactoring

2015-03-17 Thread Max Reitz
On 2015-03-04 at 23:15, John Snow wrote: Allow tests to call just the backup preparation routine without invoking a backup. Useful for transactions where we want to prepare, but don't wish to issue the QMP command. Signed-off-by: John Snow --- tests/qemu-iotests/124 | 17 - 1

[Qemu-devel] [PATCH 10/11] iotests: 124 - backup_prepare refactoring

2015-03-04 Thread John Snow
Allow tests to call just the backup preparation routine without invoking a backup. Useful for transactions where we want to prepare, but don't wish to issue the QMP command. Signed-off-by: John Snow --- tests/qemu-iotests/124 | 17 - 1 file changed, 12 insertions(+), 5 deletions(