Re: [Qemu-devel] [PATCH 37/54] commit: Use real permissions for HMP 'commit'

2017-02-25 Thread Max Reitz
On 21.02.2017 15:58, Kevin Wolf wrote: > This is a little simpler than the commit block job because it's > synchronous and only commits into the immediate backing file, but > otherwise doing more or less the same. > > Signed-off-by: Kevin Wolf > --- > block/commit.c | 31

[Qemu-devel] [PATCH 37/54] commit: Use real permissions for HMP 'commit'

2017-02-21 Thread Kevin Wolf
This is a little simpler than the commit block job because it's synchronous and only commits into the immediate backing file, but otherwise doing more or less the same. Signed-off-by: Kevin Wolf --- block/commit.c | 31 ++- 1 file changed, 26 insertions(+), 5 deletion