index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cpus.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
kvm: Change kvm_cpu_exec() argument to CPUState
Andreas Färber
2013-06-28
1
-1
/
+1
*
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
1
-1
/
+1
*
cpus: Change qemu_kvm_init_cpu_signals() argument to CPUState
Andreas Färber
2013-06-28
1
-4
/
+3
*
kvm: Change kvm_set_signal_mask() argument to CPUState
Andreas Färber
2013-06-28
1
-1
/
+2
*
cpus: Change qemu_kvm_wait_io_event() argument to CPUState
Andreas Färber
2013-06-28
1
-4
/
+2
*
cpus: Change cpu_thread_is_idle() argument to CPUState
Andreas Färber
2013-06-28
1
-5
/
+3
*
cpu: Change cpu_exit() argument to CPUState
Andreas Färber
2013-06-28
1
-2
/
+2
*
kvm: Change cpu_synchronize_state() argument to CPUState
Andreas Färber
2013-06-28
1
-4
/
+4
*
cpus: use error_setg_file_open()
Luiz Capitulino
2013-06-17
1
-2
/
+2
*
cpus: Fix pausing TCG CPUs while in vCPU thread
Andreas Färber
2013-05-02
1
-1
/
+2
*
cpus: Use qemu_for_each_cpu() in TCG thread
Igor Mammedov
2013-05-01
1
-6
/
+7
*
cpu: Introduce cpu_resume(), for single CPU
Igor Mammedov
2013-05-01
1
-3
/
+8
*
w64: Fix compiler warnings (wrong format specifier)
Stefan Weil
2013-04-19
1
-2
/
+2
*
cpu: Pass CPUState to *cpu_synchronize_post*()
Igor Mammedov
2013-04-16
1
-2
/
+2
*
Check effective suspension of TCG thread
Olivier Hainque
2013-04-12
1
-2
/
+22
*
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
2013-03-12
1
-1
/
+1
*
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
1
-2
/
+2
*
cpus: Replace open-coded CPU loop in qmp_memsave() with qemu_get_cpu()
Andreas Färber
2013-03-12
1
-8
/
+3
*
cpus.c: Drop unnecessary set_cpu_log()
Peter Maydell
2013-02-16
1
-12
/
+0
*
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
Peter Maydell
2013-02-16
1
-1
/
+1
*
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask
Peter Maydell
2013-02-16
1
-1
/
+1
*
qemu-log: Abstract out "print usage message about valid log categories"
Peter Maydell
2013-02-16
1
-5
/
+1
*
qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename
Peter Maydell
2013-02-16
1
-5
/
+0
*
kvm: Pass CPUState to kvm_on_sigbus_vcpu()
Andreas Färber
2013-01-28
1
-4
/
+4
*
kvm: Pass CPUState to kvm_init_vcpu()
Andreas Färber
2013-01-15
1
-1
/
+1
*
cpu: Move cpu_index field to CPUState
Andreas Färber
2013-01-15
1
-5
/
+9
*
cpu: Move numa_node field to CPUState
Andreas Färber
2013-01-15
1
-1
/
+3
*
cpu: Move nr_{cores,threads} fields to CPUState
Andreas Färber
2013-01-15
1
-2
/
+2
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-5
/
+5
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-4
/
+4
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
[prev]
[next]