]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration/block: rename MAX_INFLIGHT_IO to MAX_IO_BUFFERS
authorPeter Lieven <pl@kamp.de>
Thu, 8 Mar 2018 11:18:26 +0000 (12:18 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Fri, 9 Mar 2018 17:39:25 +0000 (17:39 +0000)
commitef9c5160a18f4d0eee3cbd878fab766b22797269
tree9177f032c7e2888f0bccf1d8c63e6a35f724e6b9
parent86b124bc76bd7137d0fb20696c4e349571b8533d
migration/block: rename MAX_INFLIGHT_IO to MAX_IO_BUFFERS

this actually limits (as the original commit mesage suggests) the
number of I/O buffers that can be allocated and not the number
of parallel (inflight) I/O requests.

Signed-off-by: Peter Lieven <pl@kamp.de>
Message-Id: <1520507908-16743-4-git-send-email-pl@kamp.de>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/block.c