提交 fda42985 编写于 作者: P Peter Krempa

qemu: process: document parameters for startup preparing functions

Document mainly what flag values are passed in.
上级 79edca27
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册