]> Git Repo - qemu.git/commit
migration/block: rename MAX_INFLIGHT_IO to MAX_IO_BUFFERS
authorPeter Lieven <[email protected]>
Thu, 8 Mar 2018 11:18:26 +0000 (12:18 +0100)
committerDr. David Alan Gilbert <[email protected]>
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 <[email protected]>
Message-Id: <1520507908[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
migration/block.c
This page took 0.024835 seconds and 4 git commands to generate.