Re: [Qemu-devel] [PATCH 1/4] blockdev: update outdated qmp_transaction() comments

2014-11-21 Thread Max Reitz
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 operat

Re: [Qemu-devel] [PATCH 1/4] blockdev: update outdated qmp_transaction() comments

2014-11-21 Thread Max Reitz
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

[Qemu-devel] [PATCH 1/4] blockdev: update outdated qmp_transaction() comments

2014-11-21 Thread Stefan Hajnoczi
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