summaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qapi: discriminate CpuInfoFast on SysEmuTarget, not CpuInfoArchLaszlo Ersek1-24/+63
2018-05-04qapi: fill in CpuInfoFast.arch in query-cpus-fastLaszlo Ersek1-1/+15
2018-04-10cpus.c: ensure running CPU recalculates icount deadlines on timer expiryPeter Maydell1-1/+9
2018-03-12replay: push replay_mutex_lock up the call treeAlex Bennée1-2/+22
2018-03-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-3/+13
2018-03-08vl: introduce vm_shutdown()Stefan Hajnoczi1-3/+13
2018-03-07RISC-V Build InfrastructureMichael Clark1-0/+6
2018-03-06cpus: CPU threads are always created initially for one CPU onlyDavid Hildenbrand1-5/+3
2018-03-06cpus: wait for CPU creation at central placeDavid Hildenbrand1-18/+4
2018-03-06cpus: properly inititalize CPU > 1 under single-threaded TCGDavid Hildenbrand1-0/+3
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-26qmp: add architecture specific cpu data for query-cpus-fastViktor Mihajlovski1-0/+10
2018-02-26qmp: add query-cpus-fastLuiz Capitulino1-0/+38
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski1-0/+6
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+1
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-23/+90
2018-02-07Add the WHPX acceleration enlightenmentsJustin Terry (VM)1-1/+68
2018-02-07cpus: join thread when removing a vCPUPaolo Bonzini1-9/+4
2018-02-07cpus: hvf: unregister thread with RCUPaolo Bonzini1-0/+1
2018-02-07cpus: tcg: unregister thread with RCU, fix exiting of loop on unplugPaolo Bonzini1-7/+7
2018-02-07cpus: dummy: unregister thread with RCU, exit loop on unplugPaolo Bonzini1-2/+3
2018-02-07cpus: kvm: unregister thread with RCUPaolo Bonzini1-0/+1
2018-02-07cpus: hax: register/unregister thread with RCU, exit loop on unplugPaolo Bonzini1-2/+4
2018-02-06tcg: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-5/+5
2018-01-16cpus: unify qemu_*_wait_io_eventPaolo Bonzini1-32/+17
2018-01-16icount: fixed saving/restoring of icount warp timersPavel Dovgalyuk1-19/+66
2017-12-22i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real1-0/+86
2017-12-21cpu: refactor cpu_address_space_init()Peter Xu1-4/+1
2017-12-21cpus: make pause_all_cpus() play with SMP on single threaded TCGDavid Hildenbrand1-13/+19
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota1-0/+2
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota1-0/+12
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy1-2/+3
2017-07-13Convert error_report() to warn_report()Alistair Francis1-1/+1
2017-06-07cpus: reset throttle_thread_scheduled after sleepFelipe Franciosi1-1/+1
2017-06-06migration: Mark CPU states dirty before incoming migration/loadvmDavid Gibson1-0/+9
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi1-0/+10
2017-05-11QMP: include CpuInstanceProperties into query_cpus output outputIgor Mammedov1-0/+10
2017-05-11cpus: Fix CPU unplug for MTTCGBharata B Rao1-0/+6
2017-04-10cpus: call cpu_update_icount on readAlex Bennée1-4/+6
2017-04-10cpu-exec: update icount after each TB_EXITAlex Bennée1-13/+5
2017-04-10cpus: introduce cpu_update_icount helperAlex Bennée1-2/+21
2017-04-10cpus: don't credit executed instructions before they have runAlex Bennée1-6/+19
2017-04-10cpus: move icount preparation out of tcg_exec_cpuAlex Bennée1-22/+45
2017-04-10cpus: check cpu->running in cpu_get_icount_raw()Alex Bennée1-1/+1
2017-04-10cpus: remove icount handling from qemu_tcg_cpu_thread_fnAlex Bennée1-2/+2
2017-04-10cpus: fix wrong define nameNikunj A Dadhania1-1/+1
2017-03-28tcg: Add a new line after incompatibility warningPranith Kumar1-1/+1
2017-03-20hax: fix breakage in lockingVincent Palatin1-1/+2