aboutsummaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)Author
2017-02-24tcg: handle EXCP_ATOMIC exception for system emulationPranith Kumar
2017-02-24tcg: enable thread-per-vCPUAlex Bennée
2017-02-24tcg: remove global exit_requestAlex Bennée
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka
2017-02-24tcg: rename tcg_current_cpu to tcg_current_rr_cpuAlex Bennée
2017-02-24tcg: add kick timer for single-threaded vCPU emulationAlex Bennée
2017-02-24tcg: add options for enabling MTTCGKONRAD Frederic
2017-02-16move vm_start to cpus.cClaudio Imbrenda
2017-01-19Plumb the HAXM-based hardware acceleration supportVincent Palatin
2017-01-19kvm: move cpu synchronization codeVincent Palatin
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini
2016-10-31cpus: re-factor out handle_icount_deadlineAlex Bennée
2016-10-31tcg: cpus rm tcg_exec_all()Alex Bennée
2016-10-31tcg: move tcg_exec_all and helpers above thread fnAlex Bennée
2016-10-31cpus: make all_vcpus_paused() return boolAlex Bennée
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson
2016-09-29qemu: use bdrv_flush_all for vm_stop et alJohn Snow
2016-09-27replay: allow replay stopping and restartingPavel Dovgalyuk
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov
2016-09-27cpus: Rename flush_queued_work()Sergey Fedorov
2016-09-27cpus: Move common code out of {async_, }run_on_cpu()Sergey Fedorov
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-09-13cpus: update commentsCao jin
2016-09-13cpus: rename local variable to meaningful oneCao jin
2016-09-13timer/cpus: fix some typos and update some commentsCao jin
2016-06-11seqlock: rename write_lock/unlock to write_begin/endEmilio G. Cota
2016-06-11seqlock: remove optional mutexEmilio G. Cota
2016-05-30cpu: Add a sync version of cpu_remove()Bharata B Rao
2016-05-30cpu: Reclaim vCPU objectsGu Zheng
2016-05-23cpus: call the core nmi injection functionBandan Das
2016-05-23cpus.c: Use pthread_sigmask() rather than sigprocmask()Peter Maydell
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-04-05cpus: don't use atomic_read for vm_clock_warp_startAlex Bennée
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-17block: Use blk_{commit,flush}_all() consistentlyMax Reitz
2016-03-15icount: decouple warp callsPavel Dovgalyuk
2016-03-15icount: remove obsolete warp callPavel Dovgalyuk
2016-03-07icount: possible options for sleep are on or offPranith Kumar
2016-02-19qapi: Don't box branches of flat unionsEric Blake
2016-02-08qapi: Fix compilation failure on MIPS and SPARCEric Blake
2016-01-29exec: Clean up includesPeter Maydell
2016-01-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-01-26cpus: use broadcast on qemu_pause_condDr. David Alan Gilbert
2016-01-21qom/cpu: Add MemoryRegion propertyPeter Crosthwaite
2016-01-21exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell
2016-01-21exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell
2015-12-17cpu: Convert CpuInfo into flat unionEric Blake