On 18.03.2016 19:21, Kevin Wolf wrote:
> It's like bdrv_parse_cache_flags(), except that writethrough mode isn't
> included in the flags, but returned as a separate bool.
>
> Signed-off-by: Kevin Wolf
> ---
> block.c | 17 +
> include/block/block.h | 1 +
> 2 files
It's like bdrv_parse_cache_flags(), except that writethrough mode isn't
included in the flags, but returned as a separate bool.
Signed-off-by: Kevin Wolf
---
block.c | 17 +
include/block/block.h | 1 +
2 files changed, 18 insertions(+)
diff --git a/block.c b/bloc