summaryrefslogtreecommitdiff
path: root/block/bochs.c
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2016-06-23 16:37:23 -0600
committerKevin Wolf <kwolf@redhat.com>2016-07-05 16:46:26 +0200
commitd9e0dfa2462e32cc5c6c49401ad7bff36453f75c (patch)
treed287c65d3f4de478474e7d62f5d048e125bc22f4 /block/bochs.c
parentad82be2f4feda6260d499cb923bf2a59d3838493 (diff)
downloadqemu-d9e0dfa2462e32cc5c6c49401ad7bff36453f75c.tar.gz
block: Split bdrv_merge_limits() from bdrv_refresh_limits()
During bdrv_merge_limits(), we were computing initial limits based on another BDS in two places. At first glance, the two computations are not identical (one is doing straight copying, the other is doing merging towards or away from zero) - but when you realize that the first round is starting with all-0 memory, all of the merging happens to work. Factoring out the merging makes it easier to track how two BDS limits are merged, in case we have future reasons to merge in even more limits. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/bochs.c')
0 files changed, 0 insertions, 0 deletions