On 06/16/2010 03:09 PM, Anthony Liguori wrote:
On 06/16/2010 06:56 AM, Gautham R Shenoy wrote:
Hi,
This is the v4 of the patch-series to have a generic asynchronous task
offloading framework (called threadlets) within qemu.
Semantically, a threadlet is identical to a QEMUBH except that a QEMU
On 06/16/2010 06:56 AM, Gautham R Shenoy wrote:
Hi,
This is the v4 of the patch-series to have a generic asynchronous task
offloading framework (called threadlets) within qemu.
Semantically, a threadlet is identical to a QEMUBH except that a QEMUBH
holds the qemu_mutex and a threadlet doe
Hi,
This is the v4 of the patch-series to have a generic asynchronous task
offloading framework (called threadlets) within qemu.
V3 can be found here:
http://lists.gnu.org/archive/html/qemu-devel/2010-06/index.html
Changes from V3: