qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 20/54] vvfat: Implement .bdrv_child_perm()


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH 20/54] vvfat: Implement .bdrv_child_perm()
Date: Wed, 22 Feb 2017 15:12:36 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

On 21.02.2017 15:58, Kevin Wolf wrote:
> vvfat is the last remaining driver that can have children, but doesn't
> implement .bdrv_child_perm() yet. The default handlers aren't suitable
> here, so let's implement a very simple driver-specific one that protects
> the internal child from being used by other users as good as our
> permissions permit.
> 
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
>  block.c                   |  2 +-
>  block/vvfat.c             | 22 ++++++++++++++++++++++
>  include/block/block_int.h |  1 +
>  3 files changed, 24 insertions(+), 1 deletion(-)

Reviewed-by: Max Reitz <address@hidden>

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]