On 2014-11-21 at 14:22, Max Reitz wrote:
On 2014-11-21 at 11:48, Stefan Hajnoczi wrote:
Originally the transaction QMP command was just for taking snapshots.
The command became more general when drive-backup and abort were added.
It is more accurate to say the command is about performing operations on
an atomic group than to say it is about snapshots.
Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com>
---
blockdev.c | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
Reviewed-by: Max Reitz <mre...@redhat.com>
Oh, I forgot to note: The patch is fine and it applies cleanly to
master. But there is a contextual conflict when applying it on top of
your previous series.
Max