• E
    First version of the Power Hypervisor driver · a7a82f98
    Eduardo Otubo 提交于
    Features supported:
    - Connects to HMC/VIOS or IVM systems.
    - Life cycle commands (resume and shutdown).
    - dumpxml
    - 'list' and 'list --all'
    
    What is being implemented:
    - better and centralized control for UUID
    - definexml
    - CPU management commands
    
    * src/domain_conf.c src/domain_conf.h: first version of the driver
    * configure.in src/Makefile.am include/libvirt/virterror.h
      src/domain_conf.[ch] src/libvirt.c src/virterror.c: glue the driver
      in the general framework
    a7a82f98
Makefile.am 21.5 KB