aboutsummaryrefslogtreecommitdiff
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* Rework debug exception processing for gdb useJan Kiszka2010-07-221-10/+16
* Rename tcg_cpu_exec and tcg_has_workJan Kiszka2010-07-221-5/+5
* Drop redundant global cur_cpu variableJan Kiszka2010-07-221-3/+2
* Fix qemu_wait_io_event processing in io-thread modeJan Kiszka2010-07-221-4/+9
* Fix cpu_exit for tcp_cpu_execJan Kiszka2010-07-221-1/+2
* Init qemu_system_condJan Kiszka2010-07-221-0/+1
* Fix io-thread build breakage of a88790a14fJan Kiszka2010-07-061-0/+1
* make qemu_thread_create block all signalsPaolo Bonzini2010-06-141-27/+11
* 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/+2
* make SIG_IPI to tcg vcpu thread reliableMarcelo Tosatti2010-05-111-14/+9
* 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/+2
* Compile qemu-timer only onceBlue Swirl2010-03-291-0/+16
* Refactor CPUState handling out of vl.cBlue Swirl2010-03-291-0/+773