Re: [PATCH 5/9] qemuDomainGetMachineName: Access embeddedRoot from driver rather than cfg

2020-03-25 Thread Andrea Bolognani
On Wed, 2020-03-25 at 11:18 +0100, Michal Privoznik wrote: > The cfg->root is going away, therefore get the info right from > the driver structure. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_domain.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Andrea

[PATCH 5/9] qemuDomainGetMachineName: Access embeddedRoot from driver rather than cfg

2020-03-25 Thread Michal Privoznik
The cfg->root is going away, therefore get the info right from the driver structure. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index b921126e1c..e0a2f3c695