qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/6] serial: flow control fixes
@ 2016-06-23 17:22 Paolo Bonzini
  2016-06-23 17:22 ` [Qemu-devel] [PATCH v2 1/6] serial: make tsr_retry unsigned Paolo Bonzini
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Paolo Bonzini @ 2016-06-23 17:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert

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

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

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

end of thread, other threads:[~2016-06-24  9:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Qemu-devel] [PATCH v2 0/6] serial: flow control fixes 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).