On 09/26/2011 08:23 PM, Jan Kiszka wrote:
> > Perhaps qemu_eventfd() can be used in the future instead of an explicit > pipe. Then Linux will do eventfd while other OSes will fall back to > pipes. Basically simpler code, or does this also have runtime benefits?
In corner cases, the completion can block on the write() with pipes, but not eventfd.
-- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html