summaryrefslogtreecommitdiffstats
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * cpus: rename local variable to meaningful oneCao jin2016-09-131-4/+4
* | timer/cpus: fix some typos and update some commentsCao jin2016-09-131-3/+3
|/
* seqlock: rename write_lock/unlock to write_begin/endEmilio G. Cota2016-06-121-14/+14
* seqlock: remove optional mutexEmilio G. Cota2016-06-121-1/+1
* cpu: Add a sync version of cpu_remove()Bharata B Rao2016-05-301-0/+12
* cpu: Reclaim vCPU objectsGu Zheng2016-05-301-2/+37
* cpus: call the core nmi injection functionBandan Das2016-05-231-14/+0Star
* cpus.c: Use pthread_sigmask() rather than sigprocmask()Peter Maydell2016-05-231-1/+1
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+1
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-1/+2
* cpus: don't use atomic_read for vm_clock_warp_startAlex Bennée2016-04-051-1/+9
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-3/+3
* block: Use blk_{commit,flush}_all() consistentlyMax Reitz2016-03-171-2/+3
* icount: decouple warp callsPavel Dovgalyuk2016-03-151-25/+33
* icount: remove obsolete warp callPavel Dovgalyuk2016-03-151-3/+0Star
* icount: possible options for sleep are on or offPranith Kumar2016-03-071-2/+2
* qapi: Don't box branches of flat unionsEric Blake2016-02-191-12/+6Star