aboutsummaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)Author
2018-01-16cpus: unify qemu_*_wait_io_eventPaolo Bonzini
2018-01-16icount: fixed saving/restoring of icount warp timersPavel Dovgalyuk
2017-12-22i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real
2017-12-21cpu: refactor cpu_address_space_init()Peter Xu
2017-12-21cpus: make pause_all_cpus() play with SMP on single threaded TCGDavid Hildenbrand
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-06-07cpus: reset throttle_thread_scheduled after sleepFelipe Franciosi
2017-06-06migration: Mark CPU states dirty before incoming migration/loadvmDavid Gibson
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi
2017-05-11QMP: include CpuInstanceProperties into query_cpus output outputIgor Mammedov
2017-05-11cpus: Fix CPU unplug for MTTCGBharata B Rao
2017-04-10cpus: call cpu_update_icount on readAlex Bennée
2017-04-10cpu-exec: update icount after each TB_EXITAlex Bennée
2017-04-10cpus: introduce cpu_update_icount helperAlex Bennée
2017-04-10cpus: don't credit executed instructions before they have runAlex Bennée
2017-04-10cpus: move icount preparation out of tcg_exec_cpuAlex Bennée
2017-04-10cpus: check cpu->running in cpu_get_icount_raw()Alex Bennée
2017-04-10cpus: remove icount handling from qemu_tcg_cpu_thread_fnAlex Bennée
2017-04-10cpus: fix wrong define nameNikunj A Dadhania
2017-03-28tcg: Add a new line after incompatibility warningPranith Kumar
2017-03-20hax: fix breakage in lockingVincent Palatin
2017-03-14icount: process QEMU_CLOCK_VIRTUAL timers in vCPU threadPaolo Bonzini
2017-03-14cpus: define QEMUTimerListNotifyCB for QEMU system emulationPaolo Bonzini
2017-03-09cpus.c: add additional error_report when !TARGET_SUPPORT_MTTCGAlex Bennée
2017-03-09vl/cpus: be smarter with icount and MTTCGAlex Bennée
2017-03-03KVM: move SIG_IPI handling to kvm-all.cPaolo Bonzini
2017-03-03KVM: do not use sigtimedwait to catch SIGBUSPaolo Bonzini
2017-03-03cpus: reorganize signal handling codePaolo Bonzini
2017-03-03cpus: remove ugly cast on sigbus_handlerPaolo Bonzini
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