aboutsummaryrefslogtreecommitdiffstats
path: root/cpus.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-09cpus: flush all requests on each vm stopMichael S. Tsirkin1-0/+2
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-2/+1
2010-10-20MCE: Relay UCR MCE to guestMarcelo Tosatti1-8/+73
2010-10-20iothread: use signalfdMarcelo Tosatti1-5/+69
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-06Fix io-thread build breakage of a88790a14fJan Kiszka1-0/+1
2010-06-14make qemu_thread_create block all signalsPaolo Bonzini1-27/+11
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