All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Fixing non-blocking operation of chardevs
@ 2016-03-31 14:29 Daniel P. Berrange
  2016-03-31 14:29 ` [Qemu-devel] [PATCH 1/2] char: fix broken EAGAIN retry on OS-X due to errno clobbering Daniel P. Berrange
  2016-03-31 14:29 ` [Qemu-devel] [PATCH 2/2] char: ensure all clients are in non-blocking mode Daniel P. Berrange
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel P. Berrange @ 2016-03-31 14:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini

This fixes socket chardevs to always be in non-blocking
mode, as they were before the QIOChannel conversion. The
second patch was already posted before, but dropped when
Peter discovered a problem on OS-X causing ahci-test to
hang:

  https://lists.gnu.org/archive/html/qemu-devel/2016-03/msg05807.html

I traced this down to broken EAGAIN handling affecting
OS-X, hence the first patch in this series.

Daniel P. Berrange (2):
  char: fix broken EAGAIN retry on OS-X due to errno clobbering
  char: ensure all clients are in non-blocking mode

 qemu-char.c | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-03-31 14:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-31 14:29 [Qemu-devel] [PATCH 0/2] Fixing non-blocking operation of chardevs Daniel P. Berrange
2016-03-31 14:29 ` [Qemu-devel] [PATCH 1/2] char: fix broken EAGAIN retry on OS-X due to errno clobbering Daniel P. Berrange
2016-03-31 14:35   ` Peter Maydell
2016-03-31 14:37     ` Daniel P. Berrange
2016-03-31 14:29 ` [Qemu-devel] [PATCH 2/2] char: ensure all clients are in non-blocking mode Daniel P. Berrange

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.