[libvirt] [PATCH v2 0/5] uml: Clean/fix test driver usage of FindBy{UUID|ID}

John Ferlan posted 5 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180402130616.25745-1-jferlan@redhat.com
Test syntax-check passed
src/uml/uml_driver.c | 353 +++++++++++++++++----------------------------------
1 file changed, 116 insertions(+), 237 deletions(-)
[libvirt] [PATCH v2 0/5] uml: Clean/fix test driver usage of FindBy{UUID|ID}
Posted by John Ferlan 6 years ago
Patches 9-11 of larger series:
v1: https://www.redhat.com/archives/libvir-list/2018-March/msg00489.html

Changes since v1: 

 * Patches 1 and 2 new - essentially they fix issues with how
   virDomainObjListRemove was used inconsistently.

 * Patch 3 should be the same or very similar to the former patch 9:
https://www.redhat.com/archives/libvir-list/2018-March/msg00498.html

 * Patch 4 should be the same as former patch 10:
https://www.redhat.com/archives/libvir-list/2018-March/msg00499.html

 * Patch 5 is altered to also fix virDomainObjListRemove inconsistencies

John Ferlan (5):
  uml: Fix umlProcessAutoDestroyDom dom processing
  uml: Fix umlInotifyEvent dom object handling
  uml: Create accessors to virDomainObjListFindByUUID
  uml: Add more specific error message on failed FindBy call
  uml: Use virDomainObjListFindBy{UUID|ID}Ref

 src/uml/uml_driver.c | 353 +++++++++++++++++----------------------------------
 1 file changed, 116 insertions(+), 237 deletions(-)

-- 
2.13.6

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 0/5] uml: Clean/fix test driver usage of FindBy{UUID|ID}
Posted by John Ferlan 6 years ago
ping?

Beyond patch 1 which was reviewed.  These are not uml specific, but
rather more how domain objects are handled

Tks -

John

On 04/02/2018 09:06 AM, John Ferlan wrote:
> Patches 9-11 of larger series:
> v1: https://www.redhat.com/archives/libvir-list/2018-March/msg00489.html
> 
> Changes since v1: 
> 
>  * Patches 1 and 2 new - essentially they fix issues with how
>    virDomainObjListRemove was used inconsistently.
> 
>  * Patch 3 should be the same or very similar to the former patch 9:
> https://www.redhat.com/archives/libvir-list/2018-March/msg00498.html
> 
>  * Patch 4 should be the same as former patch 10:
> https://www.redhat.com/archives/libvir-list/2018-March/msg00499.html
> 
>  * Patch 5 is altered to also fix virDomainObjListRemove inconsistencies
> 
> John Ferlan (5):
>   uml: Fix umlProcessAutoDestroyDom dom processing
>   uml: Fix umlInotifyEvent dom object handling
>   uml: Create accessors to virDomainObjListFindByUUID
>   uml: Add more specific error message on failed FindBy call
>   uml: Use virDomainObjListFindBy{UUID|ID}Ref
> 
>  src/uml/uml_driver.c | 353 +++++++++++++++++----------------------------------
>  1 file changed, 116 insertions(+), 237 deletions(-)
> 

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