summaryrefslogtreecommitdiffstats
path: root/cpus.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into...Peter Maydell2018-09-241-1/+0Star
|\
| * ppc: Remove deprecated ppcemb targetThomas Huth2018-08-281-1/+0Star
* | qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-4/+4
|/
* cpus: allow cpu_get_ticks out of BQLPaolo Bonzini2018-08-231-15/+20
* cpus: protect TimerState writes with a spinlockPaolo Bonzini2018-08-231-25/+47
* cpus: protect all icount computation with seqlockPaolo Bonzini2018-08-231-27/+42
* qom: convert the CPU list to RCUEmilio G. Cota2018-08-231-1/+1
* qsp: track BQL callers explicitlyEmilio G. Cota2018-08-231-2/+8
* tcg: fix --disable-tcg build breakageEmilio G. Cota2018-06-221-0/+4
* qapi: remove empty flat union branches and typesAnton Nefedov2018-06-221-2/+0Star
* cpus: tcg: fix never exiting loop on unplugCédric Le Goater2018-05-091-1/+1
* cpus: Fix event order on resume of stopped guestMarkus Armbruster2018-05-091-8/+8
* qapi: discriminate CpuInfoFast on SysEmuTarget, not CpuInfoArchLaszlo Ersek2018-05-041-24/+63
* qapi: fill in CpuInfoFast.arch in query-cpus-fastLaszlo Ersek2018-05-041-1/+15
* cpus.c: ensure running CPU recalculates icount deadlines on timer expiryPeter Maydell2018-04-101-1/+9
* replay: push replay_mutex_lock up the call treeAlex Bennée2018-03-121-2/+22
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2018-03-091-3/+13
|\
| * vl: introduce vm_shutdown()Stefan Hajnoczi2018-03-081-3/+13
* | RISC-V Build InfrastructureMichael Clark2018-03-061-0/+6
|/
* cpus: CPU threads are always created initially for one CPU onlyDavid Hildenbrand2018-03-061-5/+3Star
* cpus: wait for CPU creation at central placeDavid Hildenbrand2018-03-061-18/+4Star
* cpus: properly inititalize CPU > 1 under single-threaded TCGDavid Hildenbrand2018-03-061-0/+3
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* qmp: add architecture specific cpu data for query-cpus-fastViktor Mihajlovski2018-02-261-0/+10
* qmp: add query-cpus-fastLuiz Capitulino2018-02-261-0/+38
* qmp: expose s390-specific CPU infoViktor Mihajlovski2018-02-261-0/+6
* 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
|\