summary refs log tree commit diff stats
path: root/docs/multi-thread-tcg.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs: create config/, devel/ and spin/ subdirectoriesPaolo Bonzini2017-06-071-350/+0
| | | | | | | | | | | | Developer documentation should be its own manual. As a start, move all developer-oriented files to a separate directory. Also move non-text files to their own directories: docs/config/ for QEMU -readconfig input, and docs/spin/ for formal models to be used with the SPIN model checker. Reviewed-by: Daniel P. Berrange <berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* docs: new design document multi-thread-tcg.txtAlex Bennée2017-02-241-0/+350
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>