]> git.proxmox.com Git - mirror_qemu.git/commit
docs: new design document multi-thread-tcg.txt
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 23 Feb 2017 18:29:04 +0000 (18:29 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 24 Feb 2017 10:32:45 +0000 (10:32 +0000)
commitc6489dd921e7450bced1816013eb22cc100ed07c
tree744022abd987e36f7fe6dbc8970516748bdb65e4
parent2d896b454a0e19ec4c1ddbb0e0b65b7e54fcedf3
docs: new design document multi-thread-tcg.txt

This documents the current design for upgrading TCG emulation to take
advantage of modern CPUs by running a thread-per-CPU. The document goes
through the various areas of the code affected by such a change and
proposes design requirements for each part of the solution.

The text marked with (Current solution[s]) to document what the current
approaches being used are.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
docs/multi-thread-tcg.txt [new file with mode: 0644]