]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: process: document parameters for startup preparing functions
authorPeter Krempa <pkrempa@redhat.com>
Tue, 3 Oct 2017 07:51:27 +0000 (09:51 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 5 Oct 2017 07:37:47 +0000 (09:37 +0200)
Document mainly what flag values are passed in.

src/qemu/qemu_process.c

index d8b7212823b67fa1da63ec20f6cedfbb60d3c38d..4f2d5f96fab321b3584b9c6ec386b49db89d703b 100644 (file)
@@ -5285,7 +5285,11 @@ qemuProcessPrepareDomainNUMAPlacement(virDomainObjPtr vm,
 
 
 /**
- * qemuProcessPrepareDomain
+ * qemuProcessPrepareDomain:
+ * @conn: connection object (for looking up storage volumes)
+ * @driver: qemu driver
+ * @vm: domain object
+ * @flags: qemuProcessStartFlags
  *
  * This function groups all code that modifies only live XML of a domain which
  * is about to start and it's the only place to do those modifications.
@@ -5413,7 +5417,10 @@ qemuProcessPrepareDomain(virConnectPtr conn,
 
 
 /**
- * qemuProcessPrepareHost
+ * qemuProcessPrepareHost:
+ * @driver: qemu driver
+ * @vm: domain object
+ * @incoming: true if we are preparing an incoming migration
  *
  * This function groups all code that modifies host system (which also may
  * update live XML) to prepare environment for a domain which is about to start