Re: [libvirt] [PATCH for 1.3.3 0/3] qemu: Regenerate per-domain paths on restart

2016-04-04 Thread Guido Günther
On Sun, Apr 03, 2016 at 10:23:20PM +0200, Martin Kletzander wrote:
> We forgot to clean up after the domain is torn down.  And because they
> are kept, we don't regenerate them upn another start and because of
> that they contain old IDs in them.
> 
> Again, the series is structured as with the previous one [1].  The
> smallest part (firs patch only) is enough to fix it for the release,
> others can be pushed before or after release.  That depends on the
> reviewer.
> 
> [1] https://www.redhat.com/archives/libvir-list/2016-April/msg00081.html
> 
> 
> Martin Kletzander (3):
>   qemu: Clear generated private paths
>   qemu: Simplify calls to qemuDomainSetPrivatePaths
>   qemu: Add qemuDomainClearPrivatePaths and use it
> 
>  src/qemu/qemu_domain.c  | 40 
>  src/qemu/qemu_domain.h  | 10 --
>  src/qemu/qemu_process.c |  9 +++--
>  3 files changed, 35 insertions(+), 24 deletions(-)
> 

ACK.
 -- Guido

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [PATCH for 1.3.3 0/3] qemu: Regenerate per-domain paths on restart

2016-04-03 Thread Michal Privoznik
On 03.04.2016 22:23, Martin Kletzander wrote:
> We forgot to clean up after the domain is torn down.  And because they
> are kept, we don't regenerate them upn another start and because of
> that they contain old IDs in them.
> 
> Again, the series is structured as with the previous one [1].  The
> smallest part (firs patch only) is enough to fix it for the release,
> others can be pushed before or after release.  That depends on the
> reviewer.
> 
> [1] https://www.redhat.com/archives/libvir-list/2016-April/msg00081.html
> 
> 
> Martin Kletzander (3):
>   qemu: Clear generated private paths
>   qemu: Simplify calls to qemuDomainSetPrivatePaths
>   qemu: Add qemuDomainClearPrivatePaths and use it
> 
>  src/qemu/qemu_domain.c  | 40 
>  src/qemu/qemu_domain.h  | 10 --
>  src/qemu/qemu_process.c |  9 +++--
>  3 files changed, 35 insertions(+), 24 deletions(-)
> 

ACK.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] [PATCH for 1.3.3 0/3] qemu: Regenerate per-domain paths on restart

2016-04-03 Thread Martin Kletzander
We forgot to clean up after the domain is torn down.  And because they
are kept, we don't regenerate them upn another start and because of
that they contain old IDs in them.

Again, the series is structured as with the previous one [1].  The
smallest part (firs patch only) is enough to fix it for the release,
others can be pushed before or after release.  That depends on the
reviewer.

[1] https://www.redhat.com/archives/libvir-list/2016-April/msg00081.html


Martin Kletzander (3):
  qemu: Clear generated private paths
  qemu: Simplify calls to qemuDomainSetPrivatePaths
  qemu: Add qemuDomainClearPrivatePaths and use it

 src/qemu/qemu_domain.c  | 40 
 src/qemu/qemu_domain.h  | 10 --
 src/qemu/qemu_process.c |  9 +++--
 3 files changed, 35 insertions(+), 24 deletions(-)

--
2.8.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list