Re: [PATCH v2 05/11] qemu: Introduce virQEMUDriverGetEmbedRoot

2020-03-30 Thread Daniel P . Berrangé
On Mon, Mar 30, 2020 at 06:20:28PM +0200, Michal Prívozník wrote: > On 30. 3. 2020 13:16, Daniel P. Berrangé wrote: > > On Thu, Mar 26, 2020 at 04:15:09PM +0100, Michal Privoznik wrote: > >> This function returns embeddedRoot member of the driver > >> structure. > >> > >> Signed-off-by: Michal Priv

Re: [PATCH v2 05/11] qemu: Introduce virQEMUDriverGetEmbedRoot

2020-03-30 Thread Michal Prívozník
On 30. 3. 2020 13:16, Daniel P. Berrangé wrote: > On Thu, Mar 26, 2020 at 04:15:09PM +0100, Michal Privoznik wrote: >> This function returns embeddedRoot member of the driver >> structure. >> >> Signed-off-by: Michal Privoznik >> Reviewed-by: Andrea Bolognani >> Reviewed-by: Daniel Henrique Barbo

Re: [PATCH v2 05/11] qemu: Introduce virQEMUDriverGetEmbedRoot

2020-03-30 Thread Daniel P . Berrangé
On Thu, Mar 26, 2020 at 04:15:09PM +0100, Michal Privoznik wrote: > This function returns embeddedRoot member of the driver > structure. > > Signed-off-by: Michal Privoznik > Reviewed-by: Andrea Bolognani > Reviewed-by: Daniel Henrique Barboza > --- > src/qemu/qemu_conf.c | 12 >

[PATCH v2 05/11] qemu: Introduce virQEMUDriverGetEmbedRoot

2020-03-26 Thread Michal Privoznik
This function returns embeddedRoot member of the driver structure. Signed-off-by: Michal Privoznik Reviewed-by: Andrea Bolognani Reviewed-by: Daniel Henrique Barboza --- src/qemu/qemu_conf.c | 12 src/qemu/qemu_conf.h | 1 + 2 files changed, 13 insertions(+) diff --git a/src/qem