aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorDmitry Guryanov <dguryanov@parallels.com>2012-07-31 22:56:07 +0400
committerDaniel Veillard <veillard@redhat.com>2012-08-01 11:44:36 +0800
commite93c33a987023c750e8806206266c0a75f8cad3b (patch)
tree79cf7a1d7f2040f84026422695d2a9907082a3d7 /po
parentadd function virCommandNewVAList (diff)
downloadlibvirt-e93c33a987023c750e8806206266c0a75f8cad3b.tar.gz
libvirt-e93c33a987023c750e8806206266c0a75f8cad3b.tar.bz2
libvirt-e93c33a987023c750e8806206266c0a75f8cad3b.zip
parallels: add functions to list domains and get info
Parallels driver is 'stateless', like vmware or openvz drivers. It collects information about domains during startup using command-line utility prlctl. VMs in Parallels are identified by UUIDs or unique names, which can be used as respective fields in virDomainDef structure. Currently only basic info, like description, virtual cpus number and memory amount, is implemented. Querying devices information will be added in the next patches. Parallels doesn't support non-persistent domains - you can't run a domain having only disk image, it must always be registered in system. Functions for querying domain info have been just copied from test driver with some changes - they extract needed data from previously created list of virDomainObj objects. Signed-off-by: Dmitry Guryanov <dguryanov@parallels.com>
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 01c74cc85..7bf83716e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -66,6 +66,7 @@ src/openvz/openvz_conf.c
src/openvz/openvz_driver.c
src/openvz/openvz_util.c
src/parallels/parallels_driver.c
+src/parallels/parallels_utils.c
src/phyp/phyp_driver.c
src/qemu/qemu_agent.c
src/qemu/qemu_bridge_filter.c