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
*
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
*
cpu: Move thread_id to CPUState
Andreas Färber
2012-10-31
1
-5
/
+6
*
cpus: Pass CPUState to run_on_cpu()
Andreas Färber
2012-10-31
1
-2
/
+1
*
cpus: Pass CPUState to [qemu_]cpu_has_work()
Andreas Färber
2012-10-31
1
-1
/
+1
*
cpus: Pass CPUState to qemu_wait_io_event_common()
Andreas Färber
2012-10-31
1
-7
/
+5
*
cpus: Pass CPUState to flush_queued_work()
Andreas Färber
2012-10-31
1
-3
/
+2
*
cpu: Move queued_work_{first,last} to CPUState
Andreas Färber
2012-10-31
1
-9
/
+10
*
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
2012-10-31
1
-8
/
+5
*
cpus: Pass CPUState to qemu_tcg_init_vcpu()
Andreas Färber
2012-10-31
1
-5
/
+2
*
cpus: Pass CPUState to qemu_tcg_cpu_thread_fn
Andreas Färber
2012-10-31
1
-3
/
+3
*
cpu: Move halt_cond to CPUState
Andreas Färber
2012-10-31
1
-10
/
+12
*
cpus: Pass CPUState to cpu_can_run()
Andreas Färber
2012-10-31
1
-8
/
+6
*
cpus: Pass CPUState to cpu_is_stopped()
Andreas Färber
2012-10-31
1
-3
/
+1
*
cpu: Move stopped field to CPUState
Andreas Färber
2012-10-31
1
-12
/
+18
*
cpu: Move stop field to CPUState
Andreas Färber
2012-10-31
1
-9
/
+18
*
cpu: Move created field to CPUState
Andreas Färber
2012-10-31
1
-6
/
+7
*
cpus: Pass CPUState to qemu_cpu_kick_thread()
Andreas Färber
2012-10-31
1
-5
/
+4
*
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
2012-10-31
1
-7
/
+5
*
cpus: create qemu_in_vcpu_thread()
Juan Quintela
2012-10-17
1
-2
/
+7
*
Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...
Aurelien Jarno
2012-10-06
1
-5
/
+1
|
\
|
*
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
Peter Maydell
2012-10-05
1
-5
/
+1
*
|
cpu: Add missing 'static' attribute to qemu_global_mutex
Stefan Weil
2012-10-05
1
-1
/
+1
|
/
*
Drop cpu_list_id macro
Peter Maydell
2012-09-21
1
-4
/
+2
*
kvm: Decouple 'async interrupt delivery' from 'kernel irqchip'
Peter Maydell
2012-08-09
1
-1
/
+2
*
Fixes related to processing of qemu's -numa option
Chegu Vinod
2012-08-04
1
-1
/
+2
*
cpu: Move thread_kicked to CPUState
Andreas Färber
2012-08-02
1
-5
/
+9
*
cpu: Move thread field into CPUState
Andreas Färber
2012-08-02
1
-17
/
+23
*
cpu: Move CPU_COMMON_THREAD into CPUState
Andreas Färber
2012-08-02
1
-3
/
+7
*
cpus.c: Make all_cpu_threads_idle() static
Peter Maydell
2012-07-21
1
-26
/
+26
*
kvm: Drop redundant kvm_enabled from cpu_thread_is_idle
Jan Kiszka
2012-04-12
1
-2
/
+1
*
qtest: add clock management
Paolo Bonzini
2012-03-30
1
-0
/
+20
*
qtest: add test framework
Anthony Liguori
2012-03-30
1
-3
/
+59
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-38
/
+38
*
Allow to use pause_all_vcpus from VCPU context
Jan Kiszka
2012-02-18
1
-0
/
+12
[next]