On Wed, Nov 10, 2010 at 1:19 PM, Arun R Bharadwaj <a...@linux.vnet.ibm.com> wrote: > The reason for creating this generic infrastructure is so that other > subsystems, > such as virtio-9p could make use of it for offloading tasks that could block. > > Signed-off-by: Arun R Bharadwaj <a...@linux.vnet.ibm.com> > Signed-off-by: Aneesh Kumar K.V <aneesh.ku...@linux.vnet.ibm.com> > Signed-off-by: Gautham R Shenoy <gautham.she...@gmail.com> > Signed-off-by: Sripathi Kodi <sripat...@in.ibm.com> > --- > Makefile.objs | 1 > docs/async-support.txt | 141 +++++++++++++++++++++++++++++++++++++++ > posix-aio-compat.c | 173 > ------------------------------------------------ > qemu-threadlets.c | 168 +++++++++++++++++++++++++++++++++++++++++++++++ > qemu-threadlets.h | 48 +++++++++++++ > 5 files changed, 359 insertions(+), 172 deletions(-) > create mode 100644 docs/async-support.txt > create mode 100644 qemu-threadlets.c > create mode 100644 qemu-threadlets.h
Looks good. Stefan