aboutsummaryrefslogtreecommitdiff
path: root/tcg
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2021-12-03 17:15:28 -0600
committerEric Blake <eblake@redhat.com>2022-03-07 19:28:00 -0600
commit395aecd037dc35d110b8e1e8cc7d20c1082894b5 (patch)
tree46c7a1e02992f546eda06bbd950ddfc1ca217cd0 /tcg
parent087f2fb3763fd85082fb09ba03ec66ff1d3f5cd7 (diff)
qemu-io: Allow larger write zeroes under no fallback
When writing zeroes can fall back to a slow write, permitting an overly large request can become an amplification denial of service attack in triggering a large amount of work from a small request. But the whole point of the no fallback flag is to quickly determine if writing an entire device to zero can be done quickly (such as when it is already known that the device started with zero contents); in those cases, artificially capping things at 2G in qemu-io itself doesn't help us. Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <20211203231539.3900865-4-eblake@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Diffstat (limited to 'tcg')
0 files changed, 0 insertions, 0 deletions