Re: [PATCH 3/9] virDomainDriverGenerateMachineName: Factor out embed path hashing

2020-03-25 Thread Andrea Bolognani
On Wed, 2020-03-25 at 11:18 +0100, Michal Privoznik wrote: > The code that generates "qemu-embed-$hash" is going to be useful > in more places. Separate it out into a function. > > Signed-off-by: Michal Privoznik > --- > src/hypervisor/domain_driver.c | 42 ++ > s

[PATCH 3/9] virDomainDriverGenerateMachineName: Factor out embed path hashing

2020-03-25 Thread Michal Privoznik
The code that generates "qemu-embed-$hash" is going to be useful in more places. Separate it out into a function. Signed-off-by: Michal Privoznik --- src/hypervisor/domain_driver.c | 42 ++ src/hypervisor/domain_driver.h | 4 src/libvirt_private.syms |