qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] qemu-io: fix aio_read/write problems
@ 2010-06-15 17:53 MORITA Kazutaka
  2010-06-15 17:53 ` [Qemu-devel] [PATCH 1/2] qemu-io: retry fgets() when errno is EINTR MORITA Kazutaka
  2010-06-15 17:53 ` [Qemu-devel] [PATCH 2/2] qemu-io: check registered fds in command_loop() MORITA Kazutaka
  0 siblings, 2 replies; 12+ messages in thread
From: MORITA Kazutaka @ 2010-06-15 17:53 UTC (permalink / raw)
  To: kwolf; +Cc: qemu-devel, morita.kazutaka

Hi,

This patchset fixes the following qemu-io problems:

 - Qemu-io exits suddenly when we do aio_read/write to drivers which
   use posix-aio-compat.

 - We cannot get the results of aio_read/write if we don't do other
   operations.  This problem occurs when the block driver uses a fd
   handler to get I/O completion.

Thanks,

Kazutaka


MORITA Kazutaka (2):
  qemu-io: retry fgets() when errno is EINTR
  qemu-io: check registered fds in command_loop()

 cmd.c |   56 ++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 42 insertions(+), 14 deletions(-)

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

end of thread, other threads:[~2010-06-21 10:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-15 17:53 [Qemu-devel] [PATCH 0/2] qemu-io: fix aio_read/write problems MORITA Kazutaka
2010-06-15 17:53 ` [Qemu-devel] [PATCH 1/2] qemu-io: retry fgets() when errno is EINTR MORITA Kazutaka
2010-06-16 11:04   ` [Qemu-devel] " Kevin Wolf
2010-06-16 16:52     ` MORITA Kazutaka
2010-06-17  8:27       ` Kevin Wolf
2010-06-17 17:18         ` [Qemu-devel] Re: [PATCH 1/2] qemu-io: retry fgets() when errno is EINTRg Jamie Lokier
2010-06-18  4:11           ` MORITA Kazutaka
2010-06-15 17:53 ` [Qemu-devel] [PATCH 2/2] qemu-io: check registered fds in command_loop() MORITA Kazutaka
2010-06-16 11:24   ` [Qemu-devel] " Kevin Wolf
2010-06-18 16:21   ` Kevin Wolf
2010-06-20 19:03     ` [Qemu-devel] [PATCH v2] " MORITA Kazutaka
2010-06-21 10:39       ` [Qemu-devel] " Kevin Wolf

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).