qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [patch 0/7] separate thread for io v2


From: mtosatti
Subject: [Qemu-devel] [patch 0/7] separate thread for io v2
Date: Thu, 19 Mar 2009 11:57:05 -0300
User-agent: quilt/0.46-1

Move IO event processing to a separate thread, with a global mutex
serializing access to QEMU data structures. This opens the possibility
to execute certain operations in parallel, and is necessary to integrate
KVM SMP support.

Future changes:
- make the cpu_single_env history nicer
- use signalfd and block IO event signals in the io thread
- optimize tcg interaction
- implement kvm smp

-- 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]