Re: [Qemu-devel] [PATCH v4 1/6] block: Change bdrv_get_encrypted_filename()

2015-09-02 Thread Max Reitz
On 31.08.2015 22:50, Eric Blake wrote: > On 08/18/2015 05:10 PM, Max Reitz wrote: >> Instead of returning a pointer to the filename, copy it into a buffer >> specified by the caller. >> >> Signed-off-by: Max Reitz >> --- >> block.c | 25 ++--- >> include/block/bl

Re: [Qemu-devel] [PATCH v4 1/6] block: Change bdrv_get_encrypted_filename()

2015-08-31 Thread Eric Blake
On 08/18/2015 05:10 PM, Max Reitz wrote: > Instead of returning a pointer to the filename, copy it into a buffer > specified by the caller. > > Signed-off-by: Max Reitz > --- > block.c | 25 ++--- > include/block/block.h | 2 +- > monitor.c | 6 +++

[Qemu-devel] [PATCH v4 1/6] block: Change bdrv_get_encrypted_filename()

2015-08-18 Thread Max Reitz
Instead of returning a pointer to the filename, copy it into a buffer specified by the caller. Signed-off-by: Max Reitz --- block.c | 25 ++--- include/block/block.h | 2 +- monitor.c | 6 +- 3 files changed, 24 insertions(+), 9 deletions(-) d