[Qemu-devel] [PATCH v8 11/25] tcg: enable thread-per-vCPU

2017-01-27 Thread Alex Bennée
There are a couple of changes that occur at the same time here: - introduce a single vCPU qemu_tcg_cpu_thread_fn One of these is spawned per vCPU with its own Thread and Condition variables. qemu_tcg_rr_cpu_thread_fn is the new name for the old single threaded function. - the TLS curre

[Qemu-devel] [PATCH v8 11/25] tcg: enable thread-per-vCPU

2017-01-27 Thread Alex Bennée
There are a couple of changes that occur at the same time here: - introduce a single vCPU qemu_tcg_cpu_thread_fn One of these is spawned per vCPU with its own Thread and Condition variables. qemu_tcg_rr_cpu_thread_fn is the new name for the old single threaded function. - the TLS curre