]> git.proxmox.com Git - mirror_qemu.git/commit - blockdev.c
blockdev: update outdated qmp_transaction() comments
authorStefan Hajnoczi <stefanha@redhat.com>
Fri, 21 Nov 2014 10:48:57 +0000 (10:48 +0000)
committerKevin Wolf <kwolf@redhat.com>
Wed, 10 Dec 2014 09:31:13 +0000 (10:31 +0100)
commitb756b9ce8a81cd0d95ae691cee541a149463c8c9
tree6bb697a62132f23904cd62461f5b9b4a098a609a
parent00e047926e0e90cf25e39d6a5b3b1e4f3701d69c
blockdev: update outdated qmp_transaction() comments

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 <stefanha@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 1416566940-4430-2-git-send-email-stefanha@redhat.com
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c