On 05.04.2017 17:18, Denis V. Lunev wrote: > First patch here is one we have agreed on during the initial discussion > about truncate() in parallels format driver, another one is simple > coding style change spotted by my student. > > Signed-off-by: Denis V. Lunev > CC: Kevin Wolf > CC: Max Reitz > > Denis V. Lunev (1): > block: assert no image modification under BDRV_O_INACTIVE > > Klim Kireev (1): > block: fix obvious coding style mitakes in block_int.h > > block.c | 2 ++ > include/block/block_int.h | 6 +++--- > 2 files changed, 5 insertions(+), 3 deletions(-) Thanks, fixed the subject of the first patch and applied to my block-next branch: https://github.com/XanClic/qemu/commits/block-next Max