qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2 0/6] serial: flow control fixes
Date: Fri, 24 Jun 2016 10:30:06 +0100	[thread overview]
Message-ID: <20160624093006.GB2250@work-vm> (raw)
In-Reply-To: <1466702539-17607-1-git-send-email-pbonzini@redhat.com>

* Paolo Bonzini (pbonzini@redhat.com) wrote:
> v1->v2:
> - use guint for GSource tags
> - move migration patch last because it set watch_tag but never read it
> - add more details in errors
> - don't drop tsr_retry sanity check in migration patch

Thanks,
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

Note you have a 1 character typo in both of your errors, 
+                         "(tsr empty, tsr_retry=%d", s->tsr_retry);
+                         "(tsr not empty, tsr_retry=0");

I think you want to add the close brackets, i.e.:
+                         "(tsr empty, tsr_retry=%d)", s->tsr_retry);
+                         "(tsr not empty, tsr_retry=0)");

Dave

> 
> Paolo Bonzini (6):
>   serial: make tsr_retry unsigned
>   serial: simplify tsr_retry reset
>   serial: separate serial_xmit and serial_watch_cb
>   char: change qemu_chr_fe_add_watch to return unsigned
>   serial: remove watch on reset
>   serial: reinstate watch after migration
> 
>  hw/char/cadence_uart.c   |  9 ++++---
>  hw/char/serial.c         | 67 ++++++++++++++++++++++++++++++++++++------------
>  include/hw/char/serial.h |  3 ++-
>  include/sysemu/char.h    | 16 ++++++++++--
>  net/vhost-user.c         |  2 +-
>  qemu-char.c              |  8 +++---
>  6 files changed, 78 insertions(+), 27 deletions(-)
> 
> -- 
> 2.5.5
> 
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK

      parent reply	other threads:[~2016-06-24  9:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23 17:22 [Qemu-devel] [PATCH v2 0/6] serial: flow control fixes Paolo Bonzini
2016-06-23 17:22 ` [Qemu-devel] [PATCH v2 1/6] serial: make tsr_retry unsigned Paolo Bonzini
2016-06-23 17:22 ` [Qemu-devel] [PATCH v2 2/6] serial: simplify tsr_retry reset Paolo Bonzini
2016-06-23 17:22 ` [Qemu-devel] [PATCH v2 3/6] serial: separate serial_xmit and serial_watch_cb Paolo Bonzini
2016-06-23 17:22 ` [Qemu-devel] [PATCH v2 4/6] char: change qemu_chr_fe_add_watch to return unsigned Paolo Bonzini
2016-06-23 17:22 ` [Qemu-devel] [PATCH v2 5/6] serial: remove watch on reset Paolo Bonzini
2016-06-23 17:22 ` [Qemu-devel] [PATCH v2 6/6] serial: reinstate watch after migration Paolo Bonzini
2016-06-24  9:30 ` Dr. David Alan Gilbert [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160624093006.GB2250@work-vm \
    --to=dgilbert@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).