summaryrefslogtreecommitdiffstats
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-02-071-23/+90
|\
| * Add the WHPX acceleration enlightenmentsJustin Terry (VM)2018-02-071-1/+68
| * cpus: join thread when removing a vCPUPaolo Bonzini2018-02-071-9/+4Star
| * cpus: hvf: unregister thread with RCUPaolo Bonzini2018-02-071-0/+1
| * cpus: tcg: unregister thread with RCU, fix exiting of loop on unplugPaolo Bonzini2018-02-071-7/+7
| * cpus: dummy: unregister thread with RCU, exit loop on unplugPaolo Bonzini2018-02-071-2/+3
| * cpus: kvm: unregister thread with RCUPaolo Bonzini2018-02-071-0/+1
| * cpus: hax: register/unregister thread with RCU, exit loop on unplugPaolo Bonzini2018-02-071-2/+4
* | tcg: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-5/+5
|/
* cpus: unify qemu_*_wait_io_eventPaolo Bonzini2018-01-161-32/+17Star
* icount: fixed saving/restoring of icount warp timersPavel Dovgalyuk2018-01-161-19/+66
* i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real2017-12-221-0/+86
* cpu: refactor cpu_address_space_init()Peter Xu2017-12-211-4/+1Star
* cpus: make pause_all_cpus() play with SMP on single threaded TCGDavid Hildenbrand2017-12-211-13/+19
* tcg: enable multiple TCG contexts in softmmuEmilio G. Cota2017-10-241-0/+2
* tcg: introduce regions to split code_gen_bufferEmilio G. Cota2017-10-241-0/+12
* 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