summaryrefslogtreecommitdiffstats
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* memory: Get rid of address_space_init_shareableAlexey Kardashevskiy2017-09-221-2/+3
* Convert error_report() to warn_report()Alistair Francis2017-07-131-1/+1
* cpus: reset throttle_thread_scheduled after sleepFelipe Franciosi2017-06-071-1/+1
* migration: Mark CPU states dirty before incoming migration/loadvmDavid Gibson2017-06-061-0/+9
* Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi2017-05-151-0/+10
|\
| * QMP: include CpuInstanceProperties into query_cpus output outputIgor Mammedov2017-05-111-0/+10
* | cpus: Fix CPU unplug for MTTCGBharata B Rao2017-05-111-0/+6
|/
* cpus: call cpu_update_icount on readAlex Bennée2017-04-101-4/+6
* cpu-exec: update icount after each TB_EXITAlex Bennée2017-04-101-13/+5Star
* cpus: introduce cpu_update_icount helperAlex Bennée2017-04-101-2/+21
* cpus: don't credit executed instructions before they have runAlex Bennée2017-04-101-6/+19
* cpus: move icount preparation out of tcg_exec_cpuAlex Bennée2017-04-101-22/+45
* cpus: check cpu->running in cpu_get_icount_raw()Alex Bennée2017-04-101-1/+1
* cpus: remove icount handling from qemu_tcg_cpu_thread_fnAlex Bennée2017-04-101-2/+2
* cpus: fix wrong define nameNikunj A Dadhania2017-04-101-1/+1
* tcg: Add a new line after incompatibility warningPranith Kumar2017-03-281-1/+1
* hax: fix breakage in lockingVincent Palatin2017-03-201-1/+2
* icount: process QEMU_CLOCK_VIRTUAL timers in vCPU threadPaolo Bonzini2017-03-141-3/+25
* cpus: define QEMUTimerListNotifyCB for QEMU system emulationPaolo Bonzini2017-03-141-0/+5
* cpus.c: add additional error_report when !TARGET_SUPPORT_MTTCGAlex Bennée2017-03-091-0/+4
* vl/cpus: be smarter with icount and MTTCGAlex Bennée2017-03-091-4/+3Star
* KVM: move SIG_IPI handling to kvm-all.cPaolo Bonzini2017-03-031-61/+1Star
* KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini2017-03-031-18/+13Star
* cpus: reorganize signal handling codePaolo Bonzini2017-03-031-31/+32
* cpus: remove ugly cast on sigbus_handlerPaolo Bonzini2017-03-031-9/+3Star
* tcg: handle EXCP_ATOMIC exception for system emulationPranith Kumar2017-02-241-0/+9
* tcg: enable thread-per-vCPUAlex Bennée2017-02-241-31/+103
* tcg: remove global exit_requestAlex Bennée2017-02-241-8/+11
* tcg: drop global lock during TCG code executionJan Kiszka2017-02-241-23/+5Star
* tcg: rename tcg_current_cpu to tcg_current_rr_cpuAlex Bennée2017-02-241-19/+22
* tcg: add kick timer for single-threaded vCPU emulationAlex Bennée2017-02-241-0/+61
* tcg: add options for enabling MTTCGKONRAD Frederic2017-02-241-0/+73
* move vm_start to cpus.cClaudio Imbrenda2017-02-161-0/+42
* Plumb the HAXM-based hardware acceleration supportVincent Palatin2017-01-191-1/+77
* kvm: move cpu synchronization codeVincent Palatin2017-01-191-0/+1
* *_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini2016-10-311-3/+4
* cpus: re-factor out handle_icount_deadlineAlex Bennée2016-10-311-6/+13
* tcg: cpus rm tcg_exec_all()Alex Bennée2016-10-311-44/+43Star
* tcg: move tcg_exec_all and helpers above thread fnAlex Bennée2016-10-311-101/+99Star
* cpus: make all_vcpus_paused() return boolAlex Bennée2016-10-311-3/+3
* tcg: Add EXCP_ATOMICRichard Henderson2016-10-261-0/+2
* qemu: use bdrv_flush_all for vm_stop et alJohn Snow2016-09-291-2/+2
* replay: allow replay stopping and restartingPavel Dovgalyuk2016-09-271-0/+1
* cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini2016-09-271-0/+2
* cpus-common: move CPU work item management to common codeSergey Fedorov2016-09-271-81/+1Star
* cpus: Rename flush_queued_work()Sergey Fedorov2016-09-271-2/+2
* cpus: Move common code out of {async_, }run_on_cpu()Sergey Fedorov2016-09-271-24/+18Star
* cpus: pass CPUState to run_on_cpu helpersAlex Bennée2016-09-271-8/+7Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-09-151-7/+13
|\
| * cpus: update commentsCao jin2016-09-131-3/+8