aboutsummaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)Author
2018-06-22tcg: fix --disable-tcg build breakageEmilio G. Cota
2018-06-22qapi: remove empty flat union branches and typesAnton Nefedov
2018-05-09cpus: tcg: fix never exiting loop on unplugCédric Le Goater
2018-05-09cpus: Fix event order on resume of stopped guestMarkus Armbruster
2018-05-04qapi: discriminate CpuInfoFast on SysEmuTarget, not CpuInfoArchLaszlo Ersek
2018-05-04qapi: fill in CpuInfoFast.arch in query-cpus-fastLaszlo Ersek
2018-04-10cpus.c: ensure running CPU recalculates icount deadlines on timer expiryPeter Maydell
2018-03-12replay: push replay_mutex_lock up the call treeAlex Bennée
2018-03-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2018-03-08vl: introduce vm_shutdown()Stefan Hajnoczi
2018-03-07RISC-V Build InfrastructureMichael Clark
2018-03-06cpus: CPU threads are always created initially for one CPU onlyDavid Hildenbrand
2018-03-06cpus: wait for CPU creation at central placeDavid Hildenbrand
2018-03-06cpus: properly inititalize CPU > 1 under single-threaded TCGDavid Hildenbrand
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-26qmp: add architecture specific cpu data for query-cpus-fastViktor Mihajlovski
2018-02-26qmp: add query-cpus-fastLuiz Capitulino
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-02-07Add the WHPX acceleration enlightenmentsJustin Terry (VM)
2018-02-07cpus: join thread when removing a vCPUPaolo Bonzini
2018-02-07cpus: hvf: unregister thread with RCUPaolo Bonzini
2018-02-07cpus: tcg: unregister thread with RCU, fix exiting of loop on unplugPaolo Bonzini
2018-02-07cpus: dummy: unregister thread with RCU, exit loop on unplugPaolo Bonzini
2018-02-07cpus: kvm: unregister thread with RCUPaolo Bonzini
2018-02-07cpus: hax: register/unregister thread with RCU, exit loop on unplugPaolo Bonzini
2018-02-06tcg: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
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