qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] migration: fix one typo in comment of function migration_total_bytes()
@ 2019-09-12  2:49 Wei Yang
  2019-09-12  7:44 ` Juan Quintela
  2019-09-12 10:25 ` Dr. David Alan Gilbert
  0 siblings, 2 replies; 4+ messages in thread
From: Wei Yang @ 2019-09-12  2:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: Wei Yang, dgilbert, quintela

Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
---
 migration/migration.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/migration/migration.c b/migration/migration.c
index fbdabd34d9..cae3e894ad 100644
--- a/migration/migration.c
+++ b/migration/migration.c
@@ -3023,7 +3023,7 @@ static MigThrError migration_detect_error(MigrationState *s)
     }
 }
 
-/* How many bytes have we transferred since the beggining of the migration */
+/* How many bytes have we transferred since the beginning of the migration */
 static uint64_t migration_total_bytes(MigrationState *s)
 {
     return qemu_ftell(s->to_dst_file) + ram_counters.multifd_bytes;
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] migration: fix one typo in comment of function migration_total_bytes()
  2019-09-12  2:49 [Qemu-devel] [PATCH] migration: fix one typo in comment of function migration_total_bytes() Wei Yang
@ 2019-09-12  7:44 ` Juan Quintela
  2019-09-12 21:42   ` Wei Yang
  2019-09-12 10:25 ` Dr. David Alan Gilbert
  1 sibling, 1 reply; 4+ messages in thread
From: Juan Quintela @ 2019-09-12  7:44 UTC (permalink / raw)
  To: Wei Yang; +Cc: qemu-devel, dgilbert

Wei Yang <richardw.yang@linux.intel.com> wrote:
> Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>

Reviewed-by: Juan Quintela <quintela@redhat.com>

for(i = 0; i < 0; i++)
  printf("Beginning is with double n, not double g");


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] migration: fix one typo in comment of function migration_total_bytes()
  2019-09-12  2:49 [Qemu-devel] [PATCH] migration: fix one typo in comment of function migration_total_bytes() Wei Yang
  2019-09-12  7:44 ` Juan Quintela
@ 2019-09-12 10:25 ` Dr. David Alan Gilbert
  1 sibling, 0 replies; 4+ messages in thread
From: Dr. David Alan Gilbert @ 2019-09-12 10:25 UTC (permalink / raw)
  To: Wei Yang; +Cc: qemu-devel, quintela

* Wei Yang (richardw.yang@linux.intel.com) wrote:
> Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>

Queued

> ---
>  migration/migration.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/migration/migration.c b/migration/migration.c
> index fbdabd34d9..cae3e894ad 100644
> --- a/migration/migration.c
> +++ b/migration/migration.c
> @@ -3023,7 +3023,7 @@ static MigThrError migration_detect_error(MigrationState *s)
>      }
>  }
>  
> -/* How many bytes have we transferred since the beggining of the migration */
> +/* How many bytes have we transferred since the beginning of the migration */
>  static uint64_t migration_total_bytes(MigrationState *s)
>  {
>      return qemu_ftell(s->to_dst_file) + ram_counters.multifd_bytes;
> -- 
> 2.17.1
> 
> 
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] migration: fix one typo in comment of function migration_total_bytes()
  2019-09-12  7:44 ` Juan Quintela
@ 2019-09-12 21:42   ` Wei Yang
  0 siblings, 0 replies; 4+ messages in thread
From: Wei Yang @ 2019-09-12 21:42 UTC (permalink / raw)
  To: Juan Quintela; +Cc: Wei Yang, dgilbert, qemu-devel

On Thu, Sep 12, 2019 at 09:44:41AM +0200, Juan Quintela wrote:
>Wei Yang <richardw.yang@linux.intel.com> wrote:
>> Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
>
>Reviewed-by: Juan Quintela <quintela@redhat.com>
>
>for(i = 0; i < 0; i++)
>  printf("Beginning is with double n, not double g");

:-)

-- 
Wei Yang
Help you, Help me


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-12 21:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-12  2:49 [Qemu-devel] [PATCH] migration: fix one typo in comment of function migration_total_bytes() Wei Yang
2019-09-12  7:44 ` Juan Quintela
2019-09-12 21:42   ` Wei Yang
2019-09-12 10:25 ` Dr. David Alan Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).