]> Git Repo - qemu.git/commit
block: Remove "growable" from BDS
authorMax Reitz <[email protected]>
Thu, 5 Feb 2015 18:58:24 +0000 (13:58 -0500)
committerStefan Hajnoczi <[email protected]>
Mon, 16 Feb 2015 15:07:19 +0000 (15:07 +0000)
commitc0191e763b2f77cc5311d3aa6e487f3fe8a4c96f
tree60a53963e25d9d69fd7dc88748ec2f36fcfd368d
parente7f7d676c1397291ef7d2892f86045d79ee1a1ec
block: Remove "growable" from BDS

Now that request clamping is done in the BlockBackend, the "growable"
field can be removed from the BlockDriverState. All BDSs are now treated
as being "growable" (that is, they are allowed to grow; they are not
necessarily actually able to).

Signed-off-by: Max Reitz <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-id: 1423162705[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
block.c
block/qcow2.c
block/raw-posix.c
block/raw-win32.c
block/sheepdog.c
include/block/block_int.h
This page took 0.026856 seconds and 4 git commands to generate.