| Commit message (Expand) | Author | Age | Files | Lines |
* | monitor: Add drift info to 'info jit' | Sebastian Tanase | 2014-08-07 | 1 | -0/+19 |
* | cpu-exec: Add sleeping algorithm | Sebastian Tanase | 2014-08-06 | 1 | -0/+17 |
* | icount: Add align option to icount | Sebastian Tanase | 2014-08-06 | 1 | -7/+12 |
* | icount: Add QemuOpts for icount | Sebastian Tanase | 2014-08-06 | 1 | -1/+9 |
* | icount: Fix virtual clock start value on ARM | Sebastian Tanase | 2014-08-06 | 1 | -1/+1 |
* | timer: add cpu_icount_to_ns function. | KONRAD Frederic | 2014-08-06 | 1 | -1/+6 |
* | migration: migrate icount fields. | KONRAD Frederic | 2014-08-06 | 1 | -0/+27 |
* | icount: put icount variables into TimerState. | KONRAD Frederic | 2014-08-06 | 1 | -13/+16 |
* | qapi event: convert STOP | Wenchao Xia | 2014-06-23 | 1 | -1/+3 |
* | vl: allow other threads to do qemu_system_vmstop_request | Paolo Bonzini | 2014-06-23 | 1 | -0/+1 |
* | NUMA: move numa related code to new file numa.c | Wanlong Gao | 2014-06-19 | 1 | -14/+0 |
* | qtest: fix qtest_clock_warp() for no deadline case | Sergey Fedorov | 2014-06-17 | 1 | -1/+1 |
* | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela | 2014-05-14 | 1 | -2/+1 |
* | misc: Use cpu_physical_memory_read and cpu_physical_memory_write | Stefan Weil | 2014-04-27 | 1 | -1/+1 |
* | cpu: Move icount_decr field from CPU_COMMON to CPUState | Andreas Färber | 2014-03-13 | 1 | -7/+6 |
* | cpu: Move icount_extra field from CPU_COMMON to CPUState | Andreas Färber | 2014-03-13 | 1 | -7/+7 |
* | cpu: Move can_do_io field from CPU_COMMON to CPUState | Andreas Färber | 2014-03-13 | 1 | -1/+1 |
* | cpu: Turn cpu_has_work() into a CPUClass hook | Andreas Färber | 2014-03-13 | 1 | -1/+1 |
* | Add a 'name' parameter to qemu_thread_create | Dr. David Alan Gilbert | 2014-03-09 | 1 | -5/+20 |
* | cpu: Add per-cpu address space | Edgar E. Iglesias | 2014-02-11 | 1 | -0/+2 |
* | target-i386: Move apic_state field from CPUX86State to X86CPU | Chen Fan | 2013-12-23 | 1 | -3/+2 |
* | timers: fix stop/cont with -icount | Paolo Bonzini | 2013-11-07 | 1 | -20/+22 |
* | target-ppc: Check for error on address translation in memsave command | Aneesh Kumar K.V | 2013-10-25 | 1 | -1/+4 |
* | icount: make it thread-safe | Paolo Bonzini | 2013-10-17 | 1 | -6/+31 |
* | icount: document (future) locking rules for icount | Paolo Bonzini | 2013-10-17 | 1 | -4/+11 |
* | icount: prepare the code for future races in calling qemu_clock_warp | Paolo Bonzini | 2013-10-17 | 1 | -12/+10 |
* | icount: reorganize icount_warp_rt | Paolo Bonzini | 2013-10-17 | 1 | -8/+10 |
* | icount: use cpu_get_icount() directly | Paolo Bonzini | 2013-10-17 | 1 | -2/+5 |
* | timer: protect timers_state's clock with seqlock | Liu Ping Fan | 2013-10-17 | 1 | -7/+42 |
* | cpu: Replace qemu_for_each_cpu() | Andreas Färber | 2013-09-03 | 1 | -7/+4 |
* | cpu: Use QTAILQ for CPU list | Andreas Färber | 2013-09-03 | 1 | -28/+21 |
* | s390: wire up nmi command to raise a RESTART interrupt on S390 | Eugene (jno) Dvurechenski | 2013-08-30 | 1 | -0/+14 |
* | aio / timers: Rearrange timer.h & make legacy functions call non-legacy | Alex Bligh | 2013-08-22 | 1 | -53/+59 |
* | aio / timers: Use all timerlists in icount warp calculations | Alex Bligh | 2013-08-22 | 1 | -9/+37 |
* | cpus: Use cpu_is_stopped() efficiently | Tiejun Chen | 2013-08-16 | 1 | -7/+7 |
* | timer: make timers_state static | Liu Ping Fan | 2013-07-27 | 1 | -1/+1 |
* | exec: Change cpu_memory_rw_debug() argument to CPUState | Andreas Färber | 2013-07-23 | 1 | -3/+1 |
* | cpu: Move singlestep_enabled field from CPU_COMMON to CPUState | Andreas Färber | 2013-07-23 | 1 | -1/+1 |
* | cpus: Let vm_stop[_force_state]() always flush block devices | Kevin Wolf | 2013-07-19 | 1 | -3/+6 |
* | Merge remote-tracking branch 'quintela/migration.next' into staging | Anthony Liguori | 2013-07-15 | 1 | -0/+29 |
|\ |
|
| * | Introduce async_run_on_cpu() | Chegu Vinod | 2013-07-12 | 1 | -0/+29 |
* | | cpus: Add return value for vm_stop() | Kevin Wolf | 2013-07-15 | 1 | -7/+13 |
|/ |
|
* | cpu: Make first_cpu and next_cpu CPUState | Andreas Färber | 2013-07-09 | 1 | -60/+66 |
* | cpu: Replace cpu_single_env with CPUState current_cpu | Andreas Färber | 2013-07-09 | 1 | -21/+20 |
* | KVM: Don't assume that mpstate exists with in-kernel PIC always | Alexander Graf | 2013-07-01 | 1 | -1/+1 |
* | cpu: Change qemu_init_vcpu() argument to CPUState | Andreas Färber | 2013-06-28 | 1 | -4/+1 |
* | cpus: Change qemu_dummy_start_vcpu() argument to CPUState | Andreas Färber | 2013-06-28 | 1 | -9/+6 |
* | cpus: Change qemu_kvm_start_vcpu() argument to CPUState | Andreas Färber | 2013-06-28 | 1 | -8/+5 |
* | cpus: Change cpu_handle_guest_debug() argument to CPUState | Andreas Färber | 2013-06-28 | 1 | -5/+3 |
* | gdbstub: Set gdb_set_stop_cpu() argument to CPUState | Andreas Färber | 2013-06-28 | 1 | -1/+1 |