[libvirt] [PATCH 0/8] More virsecretobj changes to prepare for common object

John Ferlan posted 8 patches 6 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170603132737.27650-1-jferlan@redhat.com
There is a newer version of this series
src/conf/virsecretobj.c    | 125 +++++++++++++++++++++------------------------
src/conf/virsecretobj.h    |   2 +-
src/secret/secret_driver.c |  50 ++++++++++++------
3 files changed, 94 insertions(+), 83 deletions(-)
[libvirt] [PATCH 0/8] More virsecretobj changes to prepare for common object
Posted by John Ferlan 6 years, 10 months ago
A couple I forgot from earlier series, but a few things found since then
along with some clarifications to make the ObjAdd processing a bit more
like I've found for nwfilter, nodedev, and interface as well as making
the ObjListRemove processing a bit clearer and more consistent.

Along with the other series and the virObject v2 adjustments - this brings
everything close enough to start sending the patches that will tie all this
stuff together to create/use a common object model.


John Ferlan (8):
  secret: Whitespace modification for secret_driver
  secret: Alter FindByUUID to expect the formatted uuidstr
  secret: Rename variable in virSecretObjListAdd
  secret: Clean up virSecretObjListAdd processing
  secret: Remove need for local configFile and base64File in ObjectAdd
  secret: Have virSecretObjNew consume newdef
  secret: Properly handle @def after virSecretObjAdd in driver
  secret: Handle object list removal and deletion properly

 src/conf/virsecretobj.c    | 125 +++++++++++++++++++++------------------------
 src/conf/virsecretobj.h    |   2 +-
 src/secret/secret_driver.c |  50 ++++++++++++------
 3 files changed, 94 insertions(+), 83 deletions(-)

-- 
2.9.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/8] More virsecretobj changes to prepare for common object
Posted by John Ferlan 6 years, 10 months ago
ping?

A bit involved, but encompasses a few things I have found or made more
common in other vir*obj's

Tks,

John

On 06/03/2017 09:27 AM, John Ferlan wrote:
> A couple I forgot from earlier series, but a few things found since then
> along with some clarifications to make the ObjAdd processing a bit more
> like I've found for nwfilter, nodedev, and interface as well as making
> the ObjListRemove processing a bit clearer and more consistent.
> 
> Along with the other series and the virObject v2 adjustments - this brings
> everything close enough to start sending the patches that will tie all this
> stuff together to create/use a common object model.
> 
> 
> John Ferlan (8):
>   secret: Whitespace modification for secret_driver
>   secret: Alter FindByUUID to expect the formatted uuidstr
>   secret: Rename variable in virSecretObjListAdd
>   secret: Clean up virSecretObjListAdd processing
>   secret: Remove need for local configFile and base64File in ObjectAdd
>   secret: Have virSecretObjNew consume newdef
>   secret: Properly handle @def after virSecretObjAdd in driver
>   secret: Handle object list removal and deletion properly
> 
>  src/conf/virsecretobj.c    | 125 +++++++++++++++++++++------------------------
>  src/conf/virsecretobj.h    |   2 +-
>  src/secret/secret_driver.c |  50 ++++++++++++------
>  3 files changed, 94 insertions(+), 83 deletions(-)
> 

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