Home
last modified time | relevance | path

Searched hist:"99 b7e7756780cec03fe5175db0f53b2fffa9426b" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dblock.cdiff 99b7e7756780cec03fe5175db0f53b2fffa9426b Fri Sep 25 08:41:44 CDT 2015 Alberto Garcia <berto@igalia.com> block: disable I/O limits at the beginning of bdrv_close()

Disabling I/O limits from a BDS also drains all pending throttled
requests, so it should be done at the beginning of bdrv_close() with
the rest of the bdrv_drain() calls before the BlockDriver is closed.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>