]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: driver: Remove semi-stale comment about asynchronous job abort
authorPeter Krempa <pkrempa@redhat.com>
Thu, 18 Jul 2019 16:31:43 +0000 (18:31 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 25 Jul 2019 11:21:32 +0000 (13:21 +0200)
commit188de4f52979fbd5ef4f6895a8ba354b5104e3ac
treeabe4cc982c8e1d1b6dfa3c2172e81a12b9a53680
parent45c37d648d3c19d2d536ba7bd4ca9ef2a7fb51b8
qemu: driver: Remove semi-stale comment about asynchronous job abort

Now that we track the job separately we watch only for the abort of the
one single block job so the comment is no longer accurate. Also
describing asynchronous operation is not really necessary.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c