Re: [libvirt] [RFC PATCH 02/30] qemu: domain: Format storage source node names into private data

2018-04-20 Thread Peter Krempa
On Fri, Apr 20, 2018 at 10:32:11 +0200, Kevin Wolf wrote: > Am 20.04.2018 um 09:45 hat Peter Krempa geschrieben: > > On Fri, Apr 20, 2018 at 09:30:16 +0200, Kevin Wolf wrote: > > > Am 19.04.2018 um 17:24 hat Peter Krempa geschrieben: > > > > Save and restore node names if we know them in the

Re: [libvirt] [RFC PATCH 02/30] qemu: domain: Format storage source node names into private data

2018-04-20 Thread Kevin Wolf
Am 20.04.2018 um 09:45 hat Peter Krempa geschrieben: > On Fri, Apr 20, 2018 at 09:30:16 +0200, Kevin Wolf wrote: > > Am 19.04.2018 um 17:24 hat Peter Krempa geschrieben: > > > Save and restore node names if we know them in the status XML so that we > > > don't need to recalculate them or don't

Re: [libvirt] [RFC PATCH 02/30] qemu: domain: Format storage source node names into private data

2018-04-20 Thread Peter Krempa
On Fri, Apr 20, 2018 at 09:30:16 +0200, Kevin Wolf wrote: > Am 19.04.2018 um 17:24 hat Peter Krempa geschrieben: > > Save and restore node names if we know them in the status XML so that we > > don't need to recalculate them or don't lose them in some cases. > > > > Signed-off-by: Peter Krempa

Re: [libvirt] [RFC PATCH 02/30] qemu: domain: Format storage source node names into private data

2018-04-20 Thread Kevin Wolf
Am 19.04.2018 um 17:24 hat Peter Krempa geschrieben: > Save and restore node names if we know them in the status XML so that we > don't need to recalculate them or don't lose them in some cases. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_domain.c | 12

[libvirt] [RFC PATCH 02/30] qemu: domain: Format storage source node names into private data

2018-04-19 Thread Peter Krempa
Save and restore node names if we know them in the status XML so that we don't need to recalculate them or don't lose them in some cases. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 12 1 file changed, 12 insertions(+) diff --git