summaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota1-0/+2
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota1-0/+12
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy1-2/+3
2017-07-13Convert error_report() to warn_report()Alistair Francis1-1/+1
2017-06-07cpus: reset throttle_thread_scheduled after sleepFelipe Franciosi1-1/+1
2017-06-06migration: Mark CPU states dirty before incoming migration/loadvmDavid Gibson1-0/+9
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi1-0/+10
2017-05-11QMP: include CpuInstanceProperties into query_cpus output outputIgor Mammedov1-0/+10
2017-05-11cpus: Fix CPU unplug for MTTCGBharata B Rao1-0/+6
2017-04-10cpus: call cpu_update_icount on readAlex Bennée1-4/+6
2017-04-10cpu-exec: update icount after each TB_EXITAlex Bennée1-13/+5
2017-04-10cpus: introduce cpu_update_icount helperAlex Bennée1-2/+21
2017-04-10cpus: don't credit executed instructions before they have runAlex Bennée1-6/+19
2017-04-10cpus: move icount preparation out of tcg_exec_cpuAlex Bennée1-22/+45
2017-04-10cpus: check cpu->running in cpu_get_icount_raw()Alex Bennée1-1/+1
2017-04-10cpus: remove icount handling from qemu_tcg_cpu_thread_fnAlex Bennée1-2/+2
2017-04-10cpus: fix wrong define nameNikunj A Dadhania1-1/+1
2017-03-28tcg: Add a new line after incompatibility warningPranith Kumar1-1/+1
2017-03-20hax: fix breakage in lockingVincent Palatin1-1/+2
2017-03-14icount: process QEMU_CLOCK_VIRTUAL timers in vCPU threadPaolo Bonzini1-3/+25
2017-03-14cpus: define QEMUTimerListNotifyCB for QEMU system emulationPaolo Bonzini1-0/+5
2017-03-09cpus.c: add additional error_report when !TARGET_SUPPORT_MTTCGAlex Bennée1-0/+4
2017-03-09vl/cpus: be smarter with icount and MTTCGAlex Bennée1-4/+3
2017-03-03KVM: move SIG_IPI handling to kvm-all.cPaolo Bonzini1-61/+1
2017-03-03KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini1-18/+13
2017-03-03cpus: reorganize signal handling codePaolo Bonzini1-31/+32
2017-03-03cpus: remove ugly cast on sigbus_handlerPaolo Bonzini1-9/+3
2017-02-24tcg: handle EXCP_ATOMIC exception for system emulationPranith Kumar1-0/+9
2017-02-24tcg: enable thread-per-vCPUAlex Bennée1-31/+103
2017-02-24tcg: remove global exit_requestAlex Bennée1-8/+11
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka1-23/+5
2017-02-24tcg: rename tcg_current_cpu to tcg_current_rr_cpuAlex Bennée1-19/+22
2017-02-24tcg: add kick timer for single-threaded vCPU emulationAlex Bennée1-0/+61
2017-02-24tcg: add options for enabling MTTCGKONRAD Frederic1-0/+73
2017-02-16move vm_start to cpus.cClaudio Imbrenda1-0/+42
2017-01-19Plumb the HAXM-based hardware acceleration supportVincent Palatin1-1/+77
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-0/+1
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini1-3/+4
2016-10-31cpus: re-factor out handle_icount_deadlineAlex Bennée1-6/+13
2016-10-31tcg: cpus rm tcg_exec_all()Alex Bennée1-44/+43
2016-10-31tcg: move tcg_exec_all and helpers above thread fnAlex Bennée1-101/+99
2016-10-31cpus: make all_vcpus_paused() return boolAlex Bennée1-3/+3
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson1-0/+2
2016-09-29qemu: use bdrv_flush_all for vm_stop et alJohn Snow1-2/+2
2016-09-27replay: allow replay stopping and restartingPavel Dovgalyuk1-0/+1
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini1-0/+2
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov1-81/+1
2016-09-27cpus: Rename flush_queued_work()Sergey Fedorov1-2/+2
2016-09-27cpus: Move common code out of {async_, }run_on_cpu()Sergey Fedorov1-24/+18
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée1-8/+7