[PATCH] conf: Trivial comment fix

Leonid Bloch posted 1 patch 4 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200416112454.12715-1-lb.workbox@gmail.com
src/conf/domain_conf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] conf: Trivial comment fix
Posted by Leonid Bloch 4 years ago
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


Re: [PATCH] conf: Trivial comment fix
Posted by Andrea Bolognani 4 years ago
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

Re: [PATCH] conf: Trivial comment fix
Posted by Leonid Bloch 4 years ago
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
>
>