]> Git Repo - qemu.git/commit
qapi: backup: add max-chunk and max-workers to x-perf struct
authorVladimir Sementsov-Ogievskiy <[email protected]>
Sat, 16 Jan 2021 21:46:52 +0000 (00:46 +0300)
committerMax Reitz <[email protected]>
Tue, 26 Jan 2021 13:36:37 +0000 (14:36 +0100)
commit2c59fd833a6c547e174b26ba3e1f88f5865e16cf
treebac9d428e1078b7dbfb2e86415068cae5b1b9086
parent3ee1483b95f314b960231c1c0b329bea4346f49c
qapi: backup: add max-chunk and max-workers to x-perf struct

Add new parameters to configure future backup features. The patch
doesn't introduce aio backup requests (so we actually have only one
worker) neither requests larger than one cluster. Still, formally we
satisfy these maximums anyway, so add the parameters now, to facilitate
further patch which will really change backup job behavior.

Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Message-Id: <20210116214705[email protected]>
Signed-off-by: Max Reitz <[email protected]>
block/backup.c
block/replication.c
blockdev.c
qapi/block-core.json
This page took 0.02726 seconds and 4 git commands to generate.