[Qemu-devel] [PATCH for 2.10 0/2] block: simple changes

Denis V. Lunev posted 2 patches 7 years ago
Only 1 patches received!
block.c                   | 2 ++
include/block/block_int.h | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
[Qemu-devel] [PATCH for 2.10 0/2] block: simple changes
Posted by Denis V. Lunev 7 years ago
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 <den@openvz.org>
CC: Kevin Wolf <kwolf@redhat.com>
CC: Max Reitz <mreitz@redhat.com>

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(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH for 2.10 0/2] block: simple changes
Posted by Max Reitz 7 years ago
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 <den@openvz.org>
> CC: Kevin Wolf <kwolf@redhat.com>
> CC: Max Reitz <mreitz@redhat.com>
> 
> 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