Skip to content
Elena Ufimtseva edited this page Aug 17, 2020 · 7 revisions

QEMU multi-process

Current branch for Qemu multi-process is multi-process-qemu-v0.8. To build support for multi-process, use --enable-mpqemu option when running ./configure.

Please refer to docs/qemu-multiprocess.txt for more details on how to run and configure. For the design concept and high-level description please read docs/devel/qemu-multiprocess.txt.

Presentation and the talk from KVM Forum 2019:

http://events17.linuxfoundation.org/sites/events/files/slides/KVM%20FORUM%20multi-process.pdf https://www.youtube.com/watch?v=Kq1-coHh7lg

Upstream patches are posted here:

v1: https://www.mail-archive.com/[email protected]/msg602285.html v2: https://www.mail-archive.com/[email protected]/msg624877.html v3: https://www.mail-archive.com/[email protected]/msg642000.html v4: https://www.mail-archive.com/[email protected]/msg655118.html

Current version v5 of the patches is under review, you can see it here: https://www.mail-archive.com/[email protected]/msg682429.html

For upstream project wiki please visit: https://wiki.qemu.org/Features/MultiProcessQEMU

Clone this wiki locally