index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-02
cpus: Fix pausing TCG CPUs while in vCPU thread
Andreas Färber
1
-1
/
+2
2013-05-01
cpus: Use qemu_for_each_cpu() in TCG thread
Igor Mammedov
1
-6
/
+7
2013-05-01
cpu: Introduce cpu_resume(), for single CPU
Igor Mammedov
1
-3
/
+8
2013-04-19
w64: Fix compiler warnings (wrong format specifier)
Stefan Weil
1
-2
/
+2
2013-04-16
cpu: Pass CPUState to *cpu_synchronize_post*()
Igor Mammedov
1
-2
/
+2
2013-04-12
Check effective suspension of TCG thread
Olivier Hainque
1
-2
/
+22
2013-03-12
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
1
-1
/
+1
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
1
-2
/
+2
2013-03-12
cpus: Replace open-coded CPU loop in qmp_memsave() with qemu_get_cpu()
Andreas Färber
1
-8
/
+3
2013-02-16
cpus.c: Drop unnecessary set_cpu_log()
Peter Maydell
1
-12
/
+0
2013-02-16
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
Peter Maydell
1
-1
/
+1
2013-02-16
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask
Peter Maydell
1
-1
/
+1
2013-02-16
qemu-log: Abstract out "print usage message about valid log categories"
Peter Maydell
1
-5
/
+1
2013-02-16
qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename
Peter Maydell
1
-5
/
+0
2013-01-28
kvm: Pass CPUState to kvm_on_sigbus_vcpu()
Andreas Färber
1
-4
/
+4
2013-01-15
kvm: Pass CPUState to kvm_init_vcpu()
Andreas Färber
1
-1
/
+1
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
1
-5
/
+9
2013-01-15
cpu: Move numa_node field to CPUState
Andreas Färber
1
-1
/
+3
2013-01-15
cpu: Move nr_{cores,threads} fields to CPUState
Andreas Färber
1
-2
/
+2
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-5
/
+5
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-4
/
+4
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-10-31
cpu: Move thread_id to CPUState
Andreas Färber
1
-5
/
+6
2012-10-31
cpus: Pass CPUState to run_on_cpu()
Andreas Färber
1
-2
/
+1
2012-10-31
cpus: Pass CPUState to [qemu_]cpu_has_work()
Andreas Färber
1
-1
/
+1
2012-10-31
cpus: Pass CPUState to qemu_wait_io_event_common()
Andreas Färber
1
-7
/
+5
2012-10-31
cpus: Pass CPUState to flush_queued_work()
Andreas Färber
1
-3
/
+2
2012-10-31
cpu: Move queued_work_{first,last} to CPUState
Andreas Färber
1
-9
/
+10
2012-10-31
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
1
-8
/
+5
2012-10-31
cpus: Pass CPUState to qemu_tcg_init_vcpu()
Andreas Färber
1
-5
/
+2
2012-10-31
cpus: Pass CPUState to qemu_tcg_cpu_thread_fn
Andreas Färber
1
-3
/
+3
2012-10-31
cpu: Move halt_cond to CPUState
Andreas Färber
1
-10
/
+12
2012-10-31
cpus: Pass CPUState to cpu_can_run()
Andreas Färber
1
-8
/
+6
2012-10-31
cpus: Pass CPUState to cpu_is_stopped()
Andreas Färber
1
-3
/
+1
2012-10-31
cpu: Move stopped field to CPUState
Andreas Färber
1
-12
/
+18
2012-10-31
cpu: Move stop field to CPUState
Andreas Färber
1
-9
/
+18
2012-10-31
cpu: Move created field to CPUState
Andreas Färber
1
-6
/
+7
2012-10-31
cpus: Pass CPUState to qemu_cpu_kick_thread()
Andreas Färber
1
-5
/
+4
2012-10-31
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
1
-7
/
+5
2012-10-17
cpus: create qemu_in_vcpu_thread()
Juan Quintela
1
-2
/
+7
2012-10-06
Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...
Aurelien Jarno
1
-5
/
+1
2012-10-05
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
Peter Maydell
1
-5
/
+1
2012-10-05
cpu: Add missing 'static' attribute to qemu_global_mutex
Stefan Weil
1
-1
/
+1
2012-09-21
Drop cpu_list_id macro
Peter Maydell
1
-4
/
+2
2012-08-09
kvm: Decouple 'async interrupt delivery' from 'kernel irqchip'
Peter Maydell
1
-1
/
+2
2012-08-04
Fixes related to processing of qemu's -numa option
Chegu Vinod
1
-1
/
+2
2012-08-02
cpu: Move thread_kicked to CPUState
Andreas Färber
1
-5
/
+9
2012-08-02
cpu: Move thread field into CPUState
Andreas Färber
1
-17
/
+23
2012-08-02
cpu: Move CPU_COMMON_THREAD into CPUState
Andreas Färber
1
-3
/
+7
[next]