Sign in
qemu-android
/
qemu-android
/
ad3f7e31bfc148135d93c176d1c9197933fa8344
/
cpus.c
eb6282f
misc: Use cpu_physical_memory_read and cpu_physical_memory_write
by Stefan Weil
· 11 years ago
28ecfd7
cpu: Move icount_decr field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
efee734
cpu: Move icount_extra field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
99df7dc
cpu: Move can_do_io field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
8c2e1b0
cpu: Turn cpu_has_work() into a CPUClass hook
by Andreas Färber
· 12 years ago
4900116
Add a 'name' parameter to qemu_thread_create
by Dr. David Alan Gilbert
· 11 years ago
09daed8
cpu: Add per-cpu address space
by Edgar E. Iglesias
· 11 years ago
02e5148
target-i386: Move apic_state field from CPUX86State to X86CPU
by Chen Fan
· 11 years ago
5f3e310
timers: fix stop/cont with -icount
by Paolo Bonzini
· 11 years ago
2f4d0f5
target-ppc: Check for error on address translation in memsave command
by Aneesh Kumar K.V
· 11 years ago
17a15f1
icount: make it thread-safe
by Paolo Bonzini
· 11 years ago
a3270e1
icount: document (future) locking rules for icount
by Paolo Bonzini
· 11 years ago
ce78d18
icount: prepare the code for future races in calling qemu_clock_warp
by Paolo Bonzini
· 11 years ago
8ed961d
icount: reorganize icount_warp_rt
by Paolo Bonzini
· 11 years ago
468cc7c
icount: use cpu_get_icount() directly
by Paolo Bonzini
· 11 years ago
cb36564
timer: protect timers_state's clock with seqlock
by Liu Ping Fan
· 11 years ago
38fcbd3
cpu: Replace qemu_for_each_cpu()
by Andreas Färber
· 12 years ago
bdc4464
cpu: Use QTAILQ for CPU list
by Andreas Färber
· 12 years ago
7f7f975
s390: wire up nmi command to raise a RESTART interrupt on S390
by Eugene (jno) Dvurechenski
· 12 years ago
40daca5
aio / timers: Rearrange timer.h & make legacy functions call non-legacy
by Alex Bligh
· 12 years ago
ac70aaf
aio / timers: Use all timerlists in icount warp calculations
by Alex Bligh
· 12 years ago
321bc0b
cpus: Use cpu_is_stopped() efficiently
by Tiejun Chen
· 12 years ago
d9cd400
timer: make timers_state static
by Liu Ping Fan
· 12 years ago
f17ec44
exec: Change cpu_memory_rw_debug() argument to CPUState
by Andreas Färber
· 12 years ago
ed2803d
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
594a45c
cpus: Let vm_stop[_force_state]() always flush block devices
by Kevin Wolf
· 12 years ago
6453a3a
Merge remote-tracking branch 'quintela/migration.next' into staging
by Anthony Liguori
· 12 years ago
5698346
cpus: Add return value for vm_stop()
by Kevin Wolf
· 12 years ago
3c02270
Introduce async_run_on_cpu()
by Chegu Vinod
· 12 years ago
182735e
cpu: Make first_cpu and next_cpu CPUState
by Andreas Färber
· 12 years ago
4917cf4
cpu: Replace cpu_single_env with CPUState current_cpu
by Andreas Färber
· 12 years ago
215e79c
KVM: Don't assume that mpstate exists with in-kernel PIC always
by Alexander Graf
· 12 years ago
c643bed
cpu: Change qemu_init_vcpu() argument to CPUState
by Andreas Färber
· 12 years ago
10a9021
cpus: Change qemu_dummy_start_vcpu() argument to CPUState
by Andreas Färber
· 12 years ago
48a106b
cpus: Change qemu_kvm_start_vcpu() argument to CPUState
by Andreas Färber
· 12 years ago
9132504
cpus: Change cpu_handle_guest_debug() argument to CPUState
by Andreas Färber
· 12 years ago
64f6b34
gdbstub: Set gdb_set_stop_cpu() argument to CPUState
by Andreas Färber
· 12 years ago
1458c36
kvm: Change kvm_cpu_exec() argument to CPUState
by Andreas Färber
· 12 years ago
878096e
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
by Andreas Färber
· 12 years ago
13618e0
cpus: Change qemu_kvm_init_cpu_signals() argument to CPUState
by Andreas Färber
· 12 years ago
491d6e8
kvm: Change kvm_set_signal_mask() argument to CPUState
by Andreas Färber
· 12 years ago
fd529e8
cpus: Change qemu_kvm_wait_io_event() argument to CPUState
by Andreas Färber
· 12 years ago
a98ae1d
cpus: Change cpu_thread_is_idle() argument to CPUState
by Andreas Färber
· 12 years ago
60a3e17
cpu: Change cpu_exit() argument to CPUState
by Andreas Färber
· 12 years ago
cb446ec
kvm: Change cpu_synchronize_state() argument to CPUState
by Andreas Färber
· 12 years ago
618da85
cpus: use error_setg_file_open()
by Luiz Capitulino
· 12 years ago
1085819
cpus: Fix pausing TCG CPUs while in vCPU thread
by Andreas Färber
· 12 years ago
a37677c
cpus: Use qemu_for_each_cpu() in TCG thread
by Igor Mammedov
· 12 years ago
2993683
cpu: Introduce cpu_resume(), for single CPU
by Igor Mammedov
· 12 years ago
7f1721d
w64: Fix compiler warnings (wrong format specifier)
by Stefan Weil
· 12 years ago
3f24a58
cpu: Pass CPUState to *cpu_synchronize_post*()
by Igor Mammedov
· 12 years ago
ed9164a
Check effective suspension of TCG thread
by Olivier Hainque
· 12 years ago
c3affe5
cpu: Pass CPUState to cpu_interrupt()
by Andreas Färber
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
151d132
cpus: Replace open-coded CPU loop in qmp_memsave() with qemu_get_cpu()
by Andreas Färber
· 12 years ago
b946bff
cpus.c: Drop unnecessary set_cpu_log()
by Peter Maydell
· 12 years ago
24537a0
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
by Peter Maydell
· 12 years ago
4fde1eb
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask
by Peter Maydell
· 12 years ago
59a6fa6
qemu-log: Abstract out "print usage message about valid log categories"
by Peter Maydell
· 12 years ago
9a7e542
qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename
by Peter Maydell
· 12 years ago
290adf3
kvm: Pass CPUState to kvm_on_sigbus_vcpu()
by Andreas Färber
· 12 years ago
504134d
kvm: Pass CPUState to kvm_init_vcpu()
by Andreas Färber
· 12 years ago
55e5c28
cpu: Move cpu_index field to CPUState
by Andreas Färber
· 12 years ago
1b1ed8d
cpu: Move numa_node field to CPUState
by Andreas Färber
· 12 years ago
ce3960e
cpu: Move nr_{cores,threads} fields to CPUState
by Andreas Färber
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
9f09e18
cpu: Move thread_id to CPUState
by Andreas Färber
· 13 years ago
f100f0b
cpus: Pass CPUState to run_on_cpu()
by Andreas Färber
· 13 years ago
3993c6b
cpus: Pass CPUState to [qemu_]cpu_has_work()
by Andreas Färber
· 13 years ago
509a0d7
cpus: Pass CPUState to qemu_wait_io_event_common()
by Andreas Färber
· 13 years ago
6d45b10
cpus: Pass CPUState to flush_queued_work()
by Andreas Färber
· 13 years ago
c64ca81
cpu: Move queued_work_{first,last} to CPUState
by Andreas Färber
· 13 years ago
c08d742
cpus: Pass CPUState to qemu_cpu_kick()
by Andreas Färber
· 13 years ago
e5ab30a
cpus: Pass CPUState to qemu_tcg_init_vcpu()
by Andreas Färber
· 13 years ago
c3586ba
cpus: Pass CPUState to qemu_tcg_cpu_thread_fn
by Andreas Färber
· 13 years ago
f5c121b
cpu: Move halt_cond to CPUState
by Andreas Färber
· 13 years ago
a1fcaa7
cpus: Pass CPUState to cpu_can_run()
by Andreas Färber
· 13 years ago
2fa4534
cpus: Pass CPUState to cpu_is_stopped()
by Andreas Färber
· 13 years ago
f324e76
cpu: Move stopped field to CPUState
by Andreas Färber
· 13 years ago
4fdeee7
cpu: Move stop field to CPUState
by Andreas Färber
· 13 years ago
61a4621
cpu: Move created field to CPUState
by Andreas Färber
· 13 years ago
2ff09a4
cpus: Pass CPUState to qemu_cpu_kick_thread()
by Andreas Färber
· 13 years ago
60e8257
cpus: Pass CPUState to qemu_cpu_is_self()
by Andreas Färber
· 13 years ago
aa723c2
cpus: create qemu_in_vcpu_thread()
by Juan Quintela
· 12 years ago
046dbab
Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm
by Aurelien Jarno
· 12 years ago
6fd2a02
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
by Peter Maydell
· 12 years ago
b2532d8
cpu: Add missing 'static' attribute to qemu_global_mutex
by Stefan Weil
· 12 years ago
e916cbf
Drop cpu_list_id macro
by Peter Maydell
· 13 years ago
7ae26bd
kvm: Decouple 'async interrupt delivery' from 'kernel irqchip'
by Peter Maydell
· 13 years ago
ee785fe
Fixes related to processing of qemu's -numa option
by Chegu Vinod
· 13 years ago
216fc9a
cpu: Move thread_kicked to CPUState
by Andreas Färber
· 13 years ago
814e612
cpu: Move thread field into CPUState
by Andreas Färber
· 13 years ago
bcba2a7
cpu: Move CPU_COMMON_THREAD into CPUState
by Andreas Färber
· 13 years ago
ac873f1
cpus.c: Make all_cpu_threads_idle() static
by Peter Maydell
· 13 years ago
56b9ead
kvm: Drop redundant kvm_enabled from cpu_thread_is_idle
by Jan Kiszka
· 13 years ago
8156be5
qtest: add clock management
by Paolo Bonzini
· 13 years ago
c7f0f3b
qtest: add test framework
by Anthony Liguori
· 13 years ago
Next »