[libvirt] [PATCH 0/3] PHYP: Adding network management support

Eduardo Otubo otubo at linux.vnet.ibm.com
Fri Nov 19 14:55:03 UTC 2010


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




More information about the libvir-list mailing list