mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00:00
Fix up comments for isEncrypted, isSecure, domainIsActive,
and domainIsPersistent. Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
parent
6449cb9014
commit
6f17a5d166
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user