summaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-01Merge commit 'fd2f659ee3f6f991f4f194f3fde5c9f957fd663d' into upstream-mergeAvi Kivity1-23/+35
2010-07-22Rework debug exception processing for gdb useJan Kiszka1-10/+16
2010-07-22Rename tcg_cpu_exec and tcg_has_workJan Kiszka1-5/+5
2010-07-22Drop redundant global cur_cpu variableJan Kiszka1-3/+2
2010-07-22Fix qemu_wait_io_event processing in io-thread modeJan Kiszka1-4/+9
2010-07-22Fix cpu_exit for tcp_cpu_execJan Kiszka1-1/+2
2010-07-22Init qemu_system_condJan Kiszka1-0/+1
2010-07-13Merge commit 'd17b5288d91c935cc8795fa0620721da0a3865e1' into upstream-mergeMarcelo Tosatti1-0/+1
2010-07-06Fix io-thread build breakage of a88790a14fJan Kiszka1-0/+1
2010-06-21Merge commit 'fd42deeb4cb42f90084046e3ebdb4383953195e3' into upstream-mergeAvi Kivity1-27/+11
2010-06-14make qemu_thread_create block all signalsPaolo Bonzini1-27/+11
2010-05-16Merge commit 'fc0bdd995ca36a34cc576ee706df239dd5ff79a9' into upstream-mergeAvi Kivity1-1/+1
2010-05-16Merge commit 'ced6c05143b49a910342862ed9c14204e1177ee4' into upstream-mergeAvi Kivity1-0/+5
2010-05-16Merge commit 'e82bcec25f19846bfb899d55c9fb5915516b378a' into upstream-mergeAvi Kivity1-19/+64
2010-05-14cpus: add one 'const'Blue Swirl1-1/+1
2010-05-11port qemu-kvm's on_vcpu codeMarcelo Tosatti1-0/+53
2010-05-11add cpu_is_stopped helperMarcelo Tosatti1-0/+5
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-09Merge commit '72139e83a98eba2bfed2dbc2db2818fb19e47ca0' into upstream-mergeAvi Kivity1-0/+11
2010-05-04Fix cpu list("-cpu ?") breakage, spotted by TeLeManBlue Swirl1-0/+11
2010-05-03Merge commit 'cce83b7d625d71b8708c869403d1b8781af6f9b4' into upstream-mergeMarcelo Tosatti1-1/+1
2010-05-01Merge commit '7277e027bbbf708979c82c44714f9105bf8e62d7' into upstream-mergeMarcelo Tosatti1-0/+16
2010-05-01Merge commit '00a1555e0cff5d710ea63145b18e2915b84b58de' into upstream-mergeMarcelo Tosatti1-4/+2
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-04-06Merge commit '29e922b61fb3d93836825ca9731bb2cadbb6ed72' into upstream-mergeMarcelo Tosatti1-0/+16
2010-04-06Merge commit '296af7c9524cffbedda258b95272ade25b0a726e' into upstream-mergeMarcelo Tosatti1-0/+780
2010-03-29Compile qemu-timer only onceBlue Swirl1-0/+16
2010-03-29Refactor CPUState handling out of vl.cBlue Swirl1-0/+773