Fix up comments for isEncrypted, isSecure, domainIsActive,

and domainIsPersistent.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
Chris Lalancette 2010-03-23 14:00:38 -04:00
parent 6449cb9014
commit 6f17a5d166
7 changed files with 24 additions and 24 deletions

View File

@ -2527,10 +2527,10 @@ static virDriver lxcDriver = {
NULL, /* nodeDeviceReAttach */ NULL, /* nodeDeviceReAttach */
NULL, /* nodeDeviceReset */ NULL, /* nodeDeviceReset */
NULL, /* domainMigratePrepareTunnel */ NULL, /* domainMigratePrepareTunnel */
lxcIsEncrypted, lxcIsEncrypted, /* isEncrypted */
lxcIsSecure, lxcIsSecure, /* isSecure */
lxcDomainIsActive, lxcDomainIsActive, /* domainIsActive */
lxcDomainIsPersistent, lxcDomainIsPersistent, /* domainIsPersistent */
NULL, /* cpuCompare */ NULL, /* cpuCompare */
NULL, /* cpuBaseline */ NULL, /* cpuBaseline */
NULL, /* domainGetJobInfo */ NULL, /* domainGetJobInfo */

View File

@ -781,8 +781,8 @@ static virDriver oneDriver = {
NULL, /* nodeDeviceReAttach; */ NULL, /* nodeDeviceReAttach; */
NULL, /* nodeDeviceReset; */ NULL, /* nodeDeviceReset; */
NULL, /* domainMigratePrepareTunnel */ NULL, /* domainMigratePrepareTunnel */
oneIsEncrypted, oneIsEncrypted, /* isEncrypted */
oneIsSecure, oneIsSecure, /* isSecure */
NULL, /* domainIsActive */ NULL, /* domainIsActive */
NULL, /* domainIsPersistent */ NULL, /* domainIsPersistent */
NULL, /* cpuCompare */ NULL, /* cpuCompare */

View File

@ -1640,8 +1640,8 @@ virDriver phypDriver = {
NULL, /* nodeDeviceReAttach */ NULL, /* nodeDeviceReAttach */
NULL, /* nodeDeviceReset */ NULL, /* nodeDeviceReset */
NULL, /* domainMigratePrepareTunnel */ NULL, /* domainMigratePrepareTunnel */
phypIsEncrypted, phypIsEncrypted, /* isEncrypted */
phypIsSecure, phypIsSecure, /* isSecure */
NULL, /* domainIsActive */ NULL, /* domainIsActive */
NULL, /* domainIsPersistent */ NULL, /* domainIsPersistent */
NULL, /* cpuCompare */ NULL, /* cpuCompare */

View File

@ -11325,10 +11325,10 @@ static virDriver qemuDriver = {
qemudNodeDeviceReAttach, /* nodeDeviceReAttach */ qemudNodeDeviceReAttach, /* nodeDeviceReAttach */
qemudNodeDeviceReset, /* nodeDeviceReset */ qemudNodeDeviceReset, /* nodeDeviceReset */
qemudDomainMigratePrepareTunnel, /* domainMigratePrepareTunnel */ qemudDomainMigratePrepareTunnel, /* domainMigratePrepareTunnel */
qemuIsEncrypted, qemuIsEncrypted, /* isEncrypted */
qemuIsSecure, qemuIsSecure, /* isSecure */
qemuDomainIsActive, qemuDomainIsActive, /* domainIsActive */
qemuDomainIsPersistent, qemuDomainIsPersistent, /* domainIsPersistent */
qemuCPUCompare, /* cpuCompare */ qemuCPUCompare, /* cpuCompare */
qemuCPUBaseline, /* cpuBaseline */ qemuCPUBaseline, /* cpuBaseline */
qemuDomainGetJobInfo, /* domainGetJobInfo */ qemuDomainGetJobInfo, /* domainGetJobInfo */

View File

@ -1921,10 +1921,10 @@ static virDriver umlDriver = {
NULL, /* nodeDeviceReAttach */ NULL, /* nodeDeviceReAttach */
NULL, /* nodeDeviceReset */ NULL, /* nodeDeviceReset */
NULL, /* domainMigratePrepareTunnel */ NULL, /* domainMigratePrepareTunnel */
umlIsEncrypted, umlIsEncrypted, /* isEncrypted */
umlIsSecure, umlIsSecure, /* isSecure */
umlDomainIsActive, umlDomainIsActive, /* domainIsActive */
umlDomainIsPersistent, umlDomainIsPersistent, /* domainIsPersistent */
NULL, /* cpuCompare */ NULL, /* cpuCompare */
NULL, /* cpuBaseline */ NULL, /* cpuBaseline */
NULL, /* domainGetJobInfo */ NULL, /* domainGetJobInfo */

View File

@ -8135,10 +8135,10 @@ virDriver NAME(Driver) = {
NULL, /* nodeDeviceReAttach */ NULL, /* nodeDeviceReAttach */
NULL, /* nodeDeviceReset */ NULL, /* nodeDeviceReset */
NULL, /* domainMigratePrepareTunnel */ NULL, /* domainMigratePrepareTunnel */
vboxIsEncrypted, vboxIsEncrypted, /* isEncrypted */
vboxIsSecure, vboxIsSecure, /* isSecure */
vboxDomainIsActive, vboxDomainIsActive, /* domainIsActive */
vboxDomainIsPersistent, vboxDomainIsPersistent, /* domainIsPersistent */
NULL, /* cpuCompare */ NULL, /* cpuCompare */
NULL, /* cpuBaseline */ NULL, /* cpuBaseline */
NULL, /* domainGetJobInfo */ NULL, /* domainGetJobInfo */

View File

@ -1969,10 +1969,10 @@ static virDriver xenUnifiedDriver = {
xenUnifiedNodeDeviceReAttach, /* nodeDeviceReAttach */ xenUnifiedNodeDeviceReAttach, /* nodeDeviceReAttach */
xenUnifiedNodeDeviceReset, /* nodeDeviceReset */ xenUnifiedNodeDeviceReset, /* nodeDeviceReset */
NULL, /* domainMigratePrepareTunnel */ NULL, /* domainMigratePrepareTunnel */
xenUnifiedIsEncrypted, xenUnifiedIsEncrypted, /* isEncrypted */
xenUnifiedIsSecure, xenUnifiedIsSecure, /* isSecure */
xenUnifiedDomainIsActive, xenUnifiedDomainIsActive, /* domainIsActive */
xenUnifiedDomainisPersistent, xenUnifiedDomainisPersistent, /* domainIsPersistent */
NULL, /* cpuCompare */ NULL, /* cpuCompare */
NULL, /* cpuBaseline */ NULL, /* cpuBaseline */
NULL, /* domainGetJobInfo */ NULL, /* domainGetJobInfo */