summaryrefslogtreecommitdiffstats
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* make qemu_thread_create block all signalsPaolo Bonzini2010-06-141-27/+11Star
* cpus: add one 'const'Blue Swirl2010-05-141-1/+1
* add cpu_is_stopped helperMarcelo Tosatti2010-05-111-0/+5
* port qemu-kvm's on_vcpu codeMarcelo Tosatti2010-05-111-0/+53
* standardize on qemu_cpu_kick for signalling cpu thread(s)Marcelo Tosatti2010-05-111-5/+2Star
* make SIG_IPI to tcg vcpu thread reliableMarcelo Tosatti2010-05-111-14/+9Star
* Fix cpu list("-cpu ?") breakage, spotted by TeLeManBlue Swirl2010-05-041-0/+11
* kvm_init_vcpu requires global lock heldMarcelo Tosatti2010-04-261-1/+1
* Fix build when configured with --enable-io-threadBlue Swirl2010-04-121-0/+16
* fix 100% cpu utilization when cpu is stoppedPaolo Bonzini2010-04-071-4/+2Star
* Compile qemu-timer only onceBlue Swirl2010-03-291-0/+16
* Refactor CPUState handling out of vl.cBlue Swirl2010-03-291-0/+773