mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-04 21:47:16 +03:00
qemu: process: document parameters for startup preparing functions
Document mainly what flag values are passed in.
This commit is contained in:
parent
79edca277a
commit
fda4298515
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user