[PATCH] conf: Trivial comment fix

Trivial comment fix, reflecting the changes in 4ee2b31804f4d3477ee83bac28d9991afb0c3393. Signed-off-by: Leonid Bloch <lb.workbox@gmail.com> --- src/conf/domain_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/domain_conf.h b/src/conf/domain_conf.h index aad3f82db7..7d8f1aa31b 100644 --- a/src/conf/domain_conf.h +++ b/src/conf/domain_conf.h @@ -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 */ -- 2.26.1

On Thu, 2020-04-16 at 14:24 +0300, Leonid Bloch wrote:
Trivial comment fix, reflecting the changes in 4ee2b31804f4d3477ee83bac28d9991afb0c3393.
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com> --- src/conf/domain_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Patch Reviewed-by: Andrea Bolognani <abologna@redhat.com> and pushed. Congratulations on your first contribution to libvirt! -- Andrea Bolognani / Red Hat / Virtualization

On Thu, Apr 16, 2020 at 5:39 PM Andrea Bolognani <abologna@redhat.com> wrote:
On Thu, 2020-04-16 at 14:24 +0300, Leonid Bloch wrote:
Trivial comment fix, reflecting the changes in 4ee2b31804f4d3477ee83bac28d9991afb0c3393.
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com> --- src/conf/domain_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Patch
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
and pushed.
Congratulations on your first contribution to libvirt!
Thank you! :)
-- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Leonid Bloch