aboutsummaryrefslogtreecommitdiffstats
path: root/cpus.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-14cpus: add one 'const'Blue Swirl1-1/+1
2010-05-11add cpu_is_stopped helperMarcelo Tosatti1-0/+5
2010-05-11port qemu-kvm's on_vcpu codeMarcelo Tosatti1-0/+53
2010-05-11standardize on qemu_cpu_kick for signalling cpu thread(s)Marcelo Tosatti1-5/+2
2010-05-11make SIG_IPI to tcg vcpu thread reliableMarcelo Tosatti1-14/+9
2010-05-04Fix cpu list("-cpu ?") breakage, spotted by TeLeManBlue Swirl1-0/+11
2010-04-26kvm_init_vcpu requires global lock heldMarcelo Tosatti1-1/+1
2010-04-12Fix build when configured with --enable-io-threadBlue Swirl1-0/+16
2010-04-07fix 100% cpu utilization when cpu is stoppedPaolo Bonzini1-4/+2
2010-03-29Compile qemu-timer only onceBlue Swirl1-0/+16
2010-03-29Refactor CPUState handling out of vl.cBlue Swirl1-0/+773