Hello Stefan
Hello Mitnick,
asynchronous i/o is also missing in block/vpc.c.
All newer block drivers support asynchronous reads and writes,
only some old drivers don't.
So adding asynchronous i/o to at least some of the old drivers
would improve their usability.
Look for "aio" in block/*.c to get a starting point.
Regards
Stefan (W.)
I look for "aio" in block/*.c as a starting point of asynchronous i/o. And Ifound that there isn't any "aio" keywords in block/vmdk.c. block/vmdk.cis used as block driver for the VMDK format. Is it means that asynchronousi/o is also missing in VMDK format?
thanks
Mitnick