On 04/09/14 03:40, Eric Blake wrote:
On 04/08/2014 09:55 AM, Peter Krempa wrote:
> Refactor the function to avoid multiple wrappers splitting identical
> fields from the now common metadata struct.
>
> The refactor is done by folding in the wrapper used for disk sources
> which allows us to lookup secrets via the secret driver. This may allow
> using stored secrets for snapshot disk images too in the future.
> ---
> src/qemu/qemu_command.c | 122 +++++++++++++++++++++---------------------------
> src/qemu/qemu_command.h | 12 ++---
> src/qemu/qemu_driver.c | 19 +-------
> 3 files changed, 58 insertions(+), 95 deletions(-)
ACK
Thanks; Series is now pushed.
Peter