Age | Commit message (Expand) | Author |
2012-10-31 | cpu: Move created field to CPUState | Andreas Färber |
2012-10-31 | cpus: Pass CPUState to qemu_cpu_kick_thread() | Andreas Färber |
2012-10-31 | cpus: Pass CPUState to qemu_cpu_is_self() | Andreas Färber |
2012-10-17 | cpus: create qemu_in_vcpu_thread() | Juan Quintela |
2012-10-06 | Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel... | Aurelien Jarno |
2012-10-05 | cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic | Peter Maydell |
2012-10-05 | cpu: Add missing 'static' attribute to qemu_global_mutex | Stefan Weil |
2012-09-21 | Drop cpu_list_id macro | Peter Maydell |
2012-08-09 | kvm: Decouple 'async interrupt delivery' from 'kernel irqchip' | Peter Maydell |
2012-08-04 | Fixes related to processing of qemu's -numa option | Chegu Vinod |
2012-08-02 | cpu: Move thread_kicked to CPUState | Andreas Färber |
2012-08-02 | cpu: Move thread field into CPUState | Andreas Färber |
2012-08-02 | cpu: Move CPU_COMMON_THREAD into CPUState | Andreas Färber |
2012-07-21 | cpus.c: Make all_cpu_threads_idle() static | Peter Maydell |
2012-04-12 | kvm: Drop redundant kvm_enabled from cpu_thread_is_idle | Jan Kiszka |
2012-03-30 | qtest: add clock management | Paolo Bonzini |
2012-03-30 | qtest: add test framework | Anthony Liguori |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2012-02-18 | Allow to use pause_all_vcpus from VCPU context | Jan Kiszka |
2012-02-18 | Process pending work while waiting for initial kick-off in TCG mode | Jan Kiszka |
2012-02-18 | Remove useless casts from cpu iterators | Jan Kiszka |
2012-02-18 | kvm: Set cpu_single_env only once | Jan Kiszka |
2012-01-19 | apic: Inject external NMI events via LINT1 | Jan Kiszka |
2012-01-12 | cleanup, Remove duplicated code | Lai Jiangshan |
2011-12-15 | fix win32 build | Paolo Bonzini |
2011-12-14 | Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging | Anthony Liguori |
2011-12-12 | qemu-thread: add API for joinable threads | Jan Kiszka |
2011-12-06 | qapi: Convert inject-nmi | Luiz Capitulino |
2011-12-06 | qapi: Convert pmemsave | Luiz Capitulino |
2011-12-06 | qapi: Convert memsave | Luiz Capitulino |
2011-12-06 | fix typo: delete redundant semicolon | Dong Xu Wang |
2011-12-05 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2011-12-05 | block: convert qemu_aio_flush() calls to bdrv_drain_all() | Stefan Hajnoczi |
2011-12-02 | fix spelling in main directory | Dong Xu Wang |
2011-11-07 | reenable vm_clock when resuming all vcpus | Wen Congyang |
2011-11-01 | Simplify cpu_exec_all to tcg_exec_all | Jan Kiszka |
2011-10-27 | qapi: Convert query-cpus | Luiz Capitulino |
2011-10-21 | simplify main loop functions | Paolo Bonzini |
2011-10-21 | main-loop: create main-loop.c | Paolo Bonzini |
2011-10-21 | main-loop: create main-loop.h | Paolo Bonzini |
2011-10-21 | qemu-timer: do not refer to runstate_is_running() | Paolo Bonzini |
2011-10-21 | qemu-timer: move icount to cpus.c | Paolo Bonzini |
2011-10-19 | runstate: Allow user to migrate twice | Luiz Capitulino |
2011-09-20 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2011-09-20 | block: avoid SIGUSR2 | Frediano Ziglio |
2011-09-15 | Drop the vm_running global variable | Luiz Capitulino |
2011-09-15 | RunState: Add additional states | Luiz Capitulino |
2011-09-15 | Replace the VMSTOP macros with a proper state type | Luiz Capitulino |
2011-09-02 | main: force enabling of I/O thread | Anthony Liguori |
2011-08-22 | Replace qemu_system_cond with VCPU stop mechanism | Jan Kiszka |