Age | Commit message (Expand) | Author | Files | Lines |
2018-04-10 | cpus.c: ensure running CPU recalculates icount deadlines on timer expiry | Peter Maydell | 1 | -1/+9 |
2018-03-12 | replay: push replay_mutex_lock up the call tree | Alex Bennée | 1 | -2/+22 |
2018-03-09 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -3/+13 |
2018-03-08 | vl: introduce vm_shutdown() | Stefan Hajnoczi | 1 | -3/+13 |
2018-03-07 | RISC-V Build Infrastructure | Michael Clark | 1 | -0/+6 |
2018-03-06 | cpus: CPU threads are always created initially for one CPU only | David Hildenbrand | 1 | -5/+3 |
2018-03-06 | cpus: wait for CPU creation at central place | David Hildenbrand | 1 | -18/+4 |
2018-03-06 | cpus: properly inititalize CPU > 1 under single-threaded TCG | David Hildenbrand | 1 | -0/+3 |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster | 1 | -1/+1 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+1 |
2018-02-26 | qmp: add architecture specific cpu data for query-cpus-fast | Viktor Mihajlovski | 1 | -0/+10 |
2018-02-26 | qmp: add query-cpus-fast | Luiz Capitulino | 1 | -0/+38 |
2018-02-26 | qmp: expose s390-specific CPU info | Viktor Mihajlovski | 1 | -0/+6 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 1 | -1/+1 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -1/+1 |
2018-02-07 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -23/+90 |
2018-02-07 | Add the WHPX acceleration enlightenments | Justin Terry (VM) | 1 | -1/+68 |
2018-02-07 | cpus: join thread when removing a vCPU | Paolo Bonzini | 1 | -9/+4 |
2018-02-07 | cpus: hvf: unregister thread with RCU | Paolo Bonzini | 1 | -0/+1 |
2018-02-07 | cpus: tcg: unregister thread with RCU, fix exiting of loop on unplug | Paolo Bonzini | 1 | -7/+7 |
2018-02-07 | cpus: dummy: unregister thread with RCU, exit loop on unplug | Paolo Bonzini | 1 | -2/+3 |
2018-02-07 | cpus: kvm: unregister thread with RCU | Paolo Bonzini | 1 | -0/+1 |
2018-02-07 | cpus: hax: register/unregister thread with RCU, exit loop on unplug | Paolo Bonzini | 1 | -2/+4 |
2018-02-06 | tcg: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -5/+5 |
2018-01-16 | cpus: unify qemu_*_wait_io_event | Paolo Bonzini | 1 | -32/+17 |
2018-01-16 | icount: fixed saving/restoring of icount warp timers | Pavel Dovgalyuk | 1 | -19/+66 |
2017-12-22 | i386: hvf: add code base from Google's QEMU repository | Sergio Andres Gomez Del Real | 1 | -0/+86 |
2017-12-21 | cpu: refactor cpu_address_space_init() | Peter Xu | 1 | -4/+1 |
2017-12-21 | cpus: make pause_all_cpus() play with SMP on single threaded TCG | David Hildenbrand | 1 | -13/+19 |
2017-10-24 | tcg: enable multiple TCG contexts in softmmu | Emilio G. Cota | 1 | -0/+2 |
2017-10-24 | tcg: introduce regions to split code_gen_buffer | Emilio G. Cota | 1 | -0/+12 |
2017-09-22 | memory: Get rid of address_space_init_shareable | Alexey Kardashevskiy | 1 | -2/+3 |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis | 1 | -1/+1 |
2017-06-07 | cpus: reset throttle_thread_scheduled after sleep | Felipe Franciosi | 1 | -1/+1 |
2017-06-06 | migration: Mark CPU states dirty before incoming migration/loadvm | David Gibson | 1 | -0/+9 |
2017-05-15 | Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int... | Stefan Hajnoczi | 1 | -0/+10 |
2017-05-11 | QMP: include CpuInstanceProperties into query_cpus output output | Igor Mammedov | 1 | -0/+10 |
2017-05-11 | cpus: Fix CPU unplug for MTTCG | Bharata B Rao | 1 | -0/+6 |
2017-04-10 | cpus: call cpu_update_icount on read | Alex Bennée | 1 | -4/+6 |
2017-04-10 | cpu-exec: update icount after each TB_EXIT | Alex Bennée | 1 | -13/+5 |
2017-04-10 | cpus: introduce cpu_update_icount helper | Alex Bennée | 1 | -2/+21 |
2017-04-10 | cpus: don't credit executed instructions before they have run | Alex Bennée | 1 | -6/+19 |
2017-04-10 | cpus: move icount preparation out of tcg_exec_cpu | Alex Bennée | 1 | -22/+45 |
2017-04-10 | cpus: check cpu->running in cpu_get_icount_raw() | Alex Bennée | 1 | -1/+1 |
2017-04-10 | cpus: remove icount handling from qemu_tcg_cpu_thread_fn | Alex Bennée | 1 | -2/+2 |
2017-04-10 | cpus: fix wrong define name | Nikunj A Dadhania | 1 | -1/+1 |
2017-03-28 | tcg: Add a new line after incompatibility warning | Pranith Kumar | 1 | -1/+1 |
2017-03-20 | hax: fix breakage in locking | Vincent Palatin | 1 | -1/+2 |
2017-03-14 | icount: process QEMU_CLOCK_VIRTUAL timers in vCPU thread | Paolo Bonzini | 1 | -3/+25 |
2017-03-14 | cpus: define QEMUTimerListNotifyCB for QEMU system emulation | Paolo Bonzini | 1 | -0/+5 |