On (Mon) Jan 17 2011 [08:57:16], Anthony Liguori wrote: > >Also -- this patchset was prompted by a bug in qemu chardevs that > >freezes guests if they write faster than the chardevs can consume. > >What should the strategy on fixing that bug be? > > Fix the loop API such that we're not just fixing one bug but that we > can address a bunch of other bugs that are out there.
But what's the right fix? * Pull in glib or some other library * Mimic API from some other library Amit