This is a series of 3 patches to add network management support for 
pHyp driver. 

Eduardo Otubo (3):
  PHYP: Separating UUID functions in another file
  PHYP: Adding basic network functions
  PHYP: create, destroy and other network functions

 po/POTFILES.in         |    1 +
 src/Makefile.am        |    3 +-
 src/phyp/phyp_driver.c | 1066 +++++++++++++++++++++++++++---------------------
 src/phyp/phyp_driver.h |   43 ++-
 src/phyp/phyp_uuid.c   |  834 +++++++++++++++++++++++++++++++++++++
 src/phyp/phyp_uuid.h   |   44 ++
 6 files changed, 1520 insertions(+), 471 deletions(-)
 create mode 100644 src/phyp/phyp_uuid.c
 create mode 100644 src/phyp/phyp_uuid.h

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

Reply via email to