qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Do we need CONFIG_AIO?
@ 2009-05-25  8:21 Christoph Hellwig
  2009-05-25 11:49 ` Stefano Stabellini
  0 siblings, 1 reply; 15+ messages in thread
From: Christoph Hellwig @ 2009-05-25  8:21 UTC (permalink / raw)
  To: qemu-devel

Currently all aio code in the raw-posix block driver depends on a
CONFIG_AIO symbol that gets set based on the availability of the
pthreads library.  Beeing able to rely on unconditional aio support
means we could remove the whole code for plain bdrv_read/bdrv_write
in raw-posix.c which is about 300 lines of code and a duplicated code
path.  Is there any Posix-ish platform qemu supports that does not
have pthreads support?

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

end of thread, other threads:[~2009-05-26 13:25 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-25  8:21 [Qemu-devel] Do we need CONFIG_AIO? Christoph Hellwig
2009-05-25 11:49 ` Stefano Stabellini
2009-05-25 12:29   ` Christoph Hellwig
2009-05-25 12:58     ` Samuel Thibault
2009-05-25 13:00       ` Christoph Hellwig
2009-05-25 13:26         ` Stefano Stabellini
2009-05-25 13:35   ` Todd T. Fries
2009-05-25 13:40     ` Christoph Hellwig
2009-05-25 13:47     ` Avi Kivity
2009-05-25 15:24       ` Todd T. Fries
2009-05-25 15:27         ` Avi Kivity
2009-05-26  7:58   ` Anthony Liguori
2009-05-26  8:19     ` Christoph Hellwig
2009-05-26 10:02     ` Stefano Stabellini
2009-05-26 13:25       ` Anthony Liguori

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