mirror of https://gitee.com/openkylin/libvirt.git
conf: Trivial comment fix
Trivial comment fix, reflecting the changes in
4ee2b31804
.
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
67b973b510
commit
5ccd6ae586
|
@ -2084,7 +2084,7 @@ struct _virDomainTimerDef {
|
|||
virDomainTimerCatchupDef catchup;
|
||||
|
||||
/* track is only valid for name='platform|rtc' */
|
||||
int track; /* host|guest */
|
||||
int track; /* boot|guest|wall */
|
||||
|
||||
/* frequency & mode are only valid for name='tsc' */
|
||||
unsigned long frequency; /* in Hz, unspecified = 0 */
|
||||
|
|
Loading…
Reference in New Issue