tree: 2f0eff8b267c3fae83910ba50a7d8dc3527f64db [path history] [tgz]
  1. Android.bp
  2. file_partition.cpp
  3. file_partition.h
  4. guest_config.cpp
  5. guest_config.h
  6. host_config.cpp
  7. host_config.h
  8. README.md
host/libs/config/README.md

VM Configuration libraries

This package supplies library that supports VM configuration by:

  • creating, initializing and verifying images used to create a VM,
  • creating configuration file that can be used with libvirt directly.

Details

FilePartition

FilePartition class offers means to create (both persistent and ephemeral), initialize and access image files.

GuestConfig

GuestConfig class builds XML configuration string based on supplied details that is used to initialize libvirt domain.