Age | Commit message (Expand) | Author |
2018-09-24 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into... | Peter Maydell |
2018-08-28 | qapi: Drop qapi_event_send_FOO()'s Error ** argument | Peter Xu |
2018-08-28 | ppc: Remove deprecated ppcemb target | Thomas Huth |
2018-08-23 | cpus: allow cpu_get_ticks out of BQL | Paolo Bonzini |
2018-08-23 | cpus: protect TimerState writes with a spinlock | Paolo Bonzini |
2018-08-23 | cpus: protect all icount computation with seqlock | Paolo Bonzini |
2018-08-23 | qom: convert the CPU list to RCU | Emilio G. Cota |
2018-08-23 | qsp: track BQL callers explicitly | Emilio G. Cota |
2018-06-22 | tcg: fix --disable-tcg build breakage | Emilio G. Cota |
2018-06-22 | qapi: remove empty flat union branches and types | Anton Nefedov |
2018-05-09 | cpus: tcg: fix never exiting loop on unplug | Cédric Le Goater |
2018-05-09 | cpus: Fix event order on resume of stopped guest | Markus Armbruster |
2018-05-04 | qapi: discriminate CpuInfoFast on SysEmuTarget, not CpuInfoArch | Laszlo Ersek |
2018-05-04 | qapi: fill in CpuInfoFast.arch in query-cpus-fast | Laszlo Ersek |
2018-04-10 | cpus.c: ensure running CPU recalculates icount deadlines on timer expiry | Peter Maydell |
2018-03-12 | replay: push replay_mutex_lock up the call tree | Alex Bennée |
2018-03-09 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2018-03-08 | vl: introduce vm_shutdown() | Stefan Hajnoczi |
2018-03-07 | RISC-V Build Infrastructure | Michael Clark |
2018-03-06 | cpus: CPU threads are always created initially for one CPU only | David Hildenbrand |
2018-03-06 | cpus: wait for CPU creation at central place | David Hildenbrand |
2018-03-06 | cpus: properly inititalize CPU > 1 under single-threaded TCG | David Hildenbrand |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-26 | qmp: add architecture specific cpu data for query-cpus-fast | Viktor Mihajlovski |
2018-02-26 | qmp: add query-cpus-fast | Luiz Capitulino |
2018-02-26 | qmp: expose s390-specific CPU info | Viktor Mihajlovski |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-07 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-02-07 | Add the WHPX acceleration enlightenments | Justin Terry (VM) |
2018-02-07 | cpus: join thread when removing a vCPU | Paolo Bonzini |
2018-02-07 | cpus: hvf: unregister thread with RCU | Paolo Bonzini |
2018-02-07 | cpus: tcg: unregister thread with RCU, fix exiting of loop on unplug | Paolo Bonzini |
2018-02-07 | cpus: dummy: unregister thread with RCU, exit loop on unplug | Paolo Bonzini |
2018-02-07 | cpus: kvm: unregister thread with RCU | Paolo Bonzini |
2018-02-07 | cpus: hax: register/unregister thread with RCU, exit loop on unplug | Paolo Bonzini |
2018-02-06 | tcg: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-01-16 | cpus: unify qemu_*_wait_io_event | Paolo Bonzini |
2018-01-16 | icount: fixed saving/restoring of icount warp timers | Pavel Dovgalyuk |
2017-12-22 | i386: hvf: add code base from Google's QEMU repository | Sergio Andres Gomez Del Real |
2017-12-21 | cpu: refactor cpu_address_space_init() | Peter Xu |
2017-12-21 | cpus: make pause_all_cpus() play with SMP on single threaded TCG | David Hildenbrand |
2017-10-24 | tcg: enable multiple TCG contexts in softmmu | Emilio G. Cota |
2017-10-24 | tcg: introduce regions to split code_gen_buffer | Emilio G. Cota |
2017-09-22 | memory: Get rid of address_space_init_shareable | Alexey Kardashevskiy |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis |
2017-06-07 | cpus: reset throttle_thread_scheduled after sleep | Felipe Franciosi |
2017-06-06 | migration: Mark CPU states dirty before incoming migration/loadvm | David Gibson |
2017-05-15 | Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int... | Stefan Hajnoczi |