Age | Commit message (Expand) | Author |
2013-11-06 | timers: fix stop/cont with -icount | Paolo Bonzini |
2013-10-25 | target-ppc: Check for error on address translation in memsave command | Aneesh Kumar K.V |
2013-10-17 | icount: make it thread-safe | Paolo Bonzini |
2013-10-17 | icount: document (future) locking rules for icount | Paolo Bonzini |
2013-10-17 | icount: prepare the code for future races in calling qemu_clock_warp | Paolo Bonzini |
2013-10-17 | icount: reorganize icount_warp_rt | Paolo Bonzini |
2013-10-17 | icount: use cpu_get_icount() directly | Paolo Bonzini |
2013-10-17 | timer: protect timers_state's clock with seqlock | Liu Ping Fan |
2013-09-03 | cpu: Replace qemu_for_each_cpu() | Andreas Färber |
2013-09-03 | cpu: Use QTAILQ for CPU list | Andreas Färber |
2013-08-30 | s390: wire up nmi command to raise a RESTART interrupt on S390 | Eugene (jno) Dvurechenski |
2013-08-22 | aio / timers: Rearrange timer.h & make legacy functions call non-legacy | Alex Bligh |
2013-08-22 | aio / timers: Use all timerlists in icount warp calculations | Alex Bligh |
2013-08-16 | cpus: Use cpu_is_stopped() efficiently | Tiejun Chen |
2013-07-27 | timer: make timers_state static | Liu Ping Fan |
2013-07-23 | exec: Change cpu_memory_rw_debug() argument to CPUState | Andreas Färber |
2013-07-23 | cpu: Move singlestep_enabled field from CPU_COMMON to CPUState | Andreas Färber |
2013-07-19 | cpus: Let vm_stop[_force_state]() always flush block devices | Kevin Wolf |
2013-07-15 | Merge remote-tracking branch 'quintela/migration.next' into staging | Anthony Liguori |
2013-07-15 | cpus: Add return value for vm_stop() | Kevin Wolf |
2013-07-12 | Introduce async_run_on_cpu() | Chegu Vinod |
2013-07-09 | cpu: Make first_cpu and next_cpu CPUState | Andreas Färber |
2013-07-09 | cpu: Replace cpu_single_env with CPUState current_cpu | Andreas Färber |
2013-07-01 | KVM: Don't assume that mpstate exists with in-kernel PIC always | Alexander Graf |
2013-06-28 | cpu: Change qemu_init_vcpu() argument to CPUState | Andreas Färber |
2013-06-28 | cpus: Change qemu_dummy_start_vcpu() argument to CPUState | Andreas Färber |
2013-06-28 | cpus: Change qemu_kvm_start_vcpu() argument to CPUState | Andreas Färber |
2013-06-28 | cpus: Change cpu_handle_guest_debug() argument to CPUState | Andreas Färber |
2013-06-28 | gdbstub: Set gdb_set_stop_cpu() argument to CPUState | Andreas Färber |
2013-06-28 | kvm: Change kvm_cpu_exec() argument to CPUState | Andreas Färber |
2013-06-28 | cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks | Andreas Färber |
2013-06-28 | cpus: Change qemu_kvm_init_cpu_signals() argument to CPUState | Andreas Färber |
2013-06-28 | kvm: Change kvm_set_signal_mask() argument to CPUState | Andreas Färber |
2013-06-28 | cpus: Change qemu_kvm_wait_io_event() argument to CPUState | Andreas Färber |
2013-06-28 | cpus: Change cpu_thread_is_idle() argument to CPUState | Andreas Färber |
2013-06-28 | cpu: Change cpu_exit() argument to CPUState | Andreas Färber |
2013-06-28 | kvm: Change cpu_synchronize_state() argument to CPUState | Andreas Färber |
2013-06-17 | cpus: use error_setg_file_open() | Luiz Capitulino |
2013-05-02 | cpus: Fix pausing TCG CPUs while in vCPU thread | Andreas Färber |
2013-05-01 | cpus: Use qemu_for_each_cpu() in TCG thread | Igor Mammedov |
2013-05-01 | cpu: Introduce cpu_resume(), for single CPU | Igor Mammedov |
2013-04-19 | w64: Fix compiler warnings (wrong format specifier) | Stefan Weil |
2013-04-16 | cpu: Pass CPUState to *cpu_synchronize_post*() | Igor Mammedov |
2013-04-12 | Check effective suspension of TCG thread | Olivier Hainque |
2013-03-12 | cpu: Pass CPUState to cpu_interrupt() | Andreas Färber |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber |
2013-03-12 | cpus: Replace open-coded CPU loop in qmp_memsave() with qemu_get_cpu() | Andreas Färber |
2013-02-16 | cpus.c: Drop unnecessary set_cpu_log() | Peter Maydell |
2013-02-16 | qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log | Peter Maydell |
2013-02-16 | qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask | Peter Maydell |