Sign in
qemu-android
/
qemu-android
/
88e6c60671df4c8b1b6c1eb8f76950ab1bea0ec2
/
cpus.c
d798e97
Allow to use pause_all_vcpus from VCPU context
by Jan Kiszka
· 13 years ago
8e564b4
Process pending work while waiting for initial kick-off in TCG mode
by Jan Kiszka
· 13 years ago
5207a5e
Remove useless casts from cpu iterators
by Jan Kiszka
· 13 years ago
e479c20
kvm: Set cpu_single_env only once
by Jan Kiszka
· 13 years ago
02c0919
apic: Inject external NMI events via LINT1
by Jan Kiszka
· 13 years ago
a7d64dd
cleanup, Remove duplicated code
by Lai Jiangshan
· 13 years ago
1ecf47b
fix win32 build
by Paolo Bonzini
· 13 years ago
9423a2e
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
by Anthony Liguori
· 13 years ago
cf21871
qemu-thread: add API for joinable threads
by Jan Kiszka
· 13 years ago
ab49ab5
qapi: Convert inject-nmi
by Luiz Capitulino
· 13 years ago
6d3962b
qapi: Convert pmemsave
by Luiz Capitulino
· 13 years ago
0cfd6a9
qapi: Convert memsave
by Luiz Capitulino
· 13 years ago
3a93113
fix typo: delete redundant semicolon
by Dong Xu Wang
· 13 years ago
eb5d5be
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
922453b
block: convert qemu_aio_flush() calls to bdrv_drain_all()
by Stefan Hajnoczi
· 13 years ago
07f3507
fix spelling in main directory
by Dong Xu Wang
· 13 years ago
47113ab
reenable vm_clock when resuming all vcpus
by Wen Congyang
· 13 years ago
bdb7ca6
Simplify cpu_exec_all to tcg_exec_all
by Jan Kiszka
· 13 years ago
de0b36b
qapi: Convert query-cpus
by Luiz Capitulino
· 14 years ago
9943590
simplify main loop functions
by Paolo Bonzini
· 14 years ago
d3b12f5
main-loop: create main-loop.c
by Paolo Bonzini
· 14 years ago
44a9b35
main-loop: create main-loop.h
by Paolo Bonzini
· 14 years ago
a5c57d6
qemu-timer: do not refer to runstate_is_running()
by Paolo Bonzini
· 14 years ago
946fb27
qemu-timer: move icount to cpus.c
by Paolo Bonzini
· 14 years ago
8a9236f
runstate: Allow user to migrate twice
by Luiz Capitulino
· 13 years ago
c8af89a
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 14 years ago
e1d3b25
block: avoid SIGUSR2
by Frediano Ziglio
· 14 years ago
1354869
Drop the vm_running global variable
by Luiz Capitulino
· 14 years ago
f5bbfba
RunState: Add additional states
by Luiz Capitulino
· 14 years ago
1dfb4dd
Replace the VMSTOP macros with a proper state type
by Luiz Capitulino
· 14 years ago
12d4536
main: force enabling of I/O thread
by Anthony Liguori
· 14 years ago
fa7d186
Replace qemu_system_cond with VCPU stop mechanism
by Jan Kiszka
· 14 years ago
eae74cf
Do not kick vcpus in TCG mode
by Jan Kiszka
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
46daff1
iothread: replace fair_mutex with a condition variable
by Paolo Bonzini
· 14 years ago
89b9ba6
Fix signal handling of SIG_IPI when io-thread is enabled
by Alexandre Raymond
· 14 years ago
5664aed
Fix signal handling when io-thread is disabled
by Alexandre Raymond
· 14 years ago
bb820c0
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 14 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
0ff0fc1
Do not include compatfd for WIN32
by Jan Kiszka
· 14 years ago
77bec68
Fix typo in cpus.c
by Alexandre Raymond
· 14 years ago
c235d73
Command line support for altering the log file location
by Matthew Fernandez
· 14 years ago
cb842c9
qemu_next_deadline should not consider host-time timers
by Paolo Bonzini
· 14 years ago
ab33fcd
enable vm_clock to "warp" in the iothread+icount case
by Paolo Bonzini
· 14 years ago
3b2319a
really fix -icount in the iothread case
by Paolo Bonzini
· 14 years ago
31b7c26
Merge remote branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 14 years ago
e0efb99
Fix conversions from pointer to int and vice versa
by Stefan Weil
· 14 years ago
dc7a09c
Expose thread_id in info cpus
by Jan Kiszka
· 14 years ago
f2c1cc8
kvm: Add in-kernel irqchip awareness to cpu_thread_is_idle
by Jan Kiszka
· 14 years ago
1009d2e
x86: Unbreak TCG support for hardware breakpoints
by Jan Kiszka
· 14 years ago
1ab3c6c
Implement qemu_kvm_eat_signals only for CONFIG_LINUX
by Jan Kiszka
· 14 years ago
cc015e9
add Win32 IPI service
by Paolo Bonzini
· 14 years ago
b55c22c
protect qemu_cpu_kick_self for Win32
by Paolo Bonzini
· 14 years ago
714bd04
provide dummy signal init functions for win32
by Paolo Bonzini
· 14 years ago
712ae48
merge all signal initialization with qemu_signalfd_init, rename
by Paolo Bonzini
· 14 years ago
8cf3f22
iothread stops the vcpu thread via IPI
by Paolo Bonzini
· 14 years ago
18a8572
do not use timedwait on qemu_cpu_cond
by Paolo Bonzini
· 14 years ago
be7d6c5
do not use timedwait on qemu_pause_cond
by Paolo Bonzini
· 14 years ago
e009894
do not use timedwait on qemu_system_cond
by Paolo Bonzini
· 14 years ago
9705fbb
do not use timedwait on qemu_halt_cond
by Paolo Bonzini
· 14 years ago
67bb172
always signal pause_cond after stopping a VCPU
by Paolo Bonzini
· 14 years ago
df646df
exit round-robin vcpu loop if cpu->stopped is true
by Paolo Bonzini
· 14 years ago
96284e8
include qemu-thread.h early
by Paolo Bonzini
· 14 years ago
b7680cb
Refactor thread retrieval and check
by Jan Kiszka
· 14 years ago
c5d69e6
Merge remote branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 14 years ago
ed94592
io-thread: make sure to initialize qemu_work_cond and qemu_cpu_cond
by Anthony Liguori
· 14 years ago
6792a57
kvm: Separate TCG from KVM cpu execution
by Jan Kiszka
· 14 years ago
83f338f
Move debug exception handling out of cpu_exec
by Jan Kiszka
· 14 years ago
8cf7171
Refactor debug and vmstop request interface
by Jan Kiszka
· 14 years ago
e07bbac
Improve vm_stop reason declarations
by Jan Kiszka
· 14 years ago
0ab07c6
Fix a few coding style violations in cpus.c
by Jan Kiszka
· 14 years ago
1640032
Refactor cpu_has_work/any_cpu_has_work in cpus.c
by Jan Kiszka
· 14 years ago
7e97cd8
Refactor kvm&tcg function names in cpus.c
by Jan Kiszka
· 14 years ago
46d62fa
Introduce VCPU self-signaling service
by Jan Kiszka
· 14 years ago
6d9cb73
kvm: Add MCE signal support for !CONFIG_IOTHREAD
by Jan Kiszka
· 14 years ago
de75897
kvm: Fix race between timer signals and vcpu entry under !IOTHREAD
by Jan Kiszka
· 14 years ago
d0f294c
Set up signalfd under !CONFIG_IOTHREAD
by Jan Kiszka
· 14 years ago
9a36085
kvm: Call qemu_kvm_eat_signals also under !CONFIG_IOTHREAD
by Jan Kiszka
· 14 years ago
5db5bda
kvm: Refactor qemu_kvm_eat_signals
by Jan Kiszka
· 14 years ago
ff48eb5
kvm: Set up signal mask also for !CONFIG_IOTHREAD
by Jan Kiszka
· 14 years ago
55f8d6a
Refactor signal setup functions in cpus.c
by Jan Kiszka
· 14 years ago
a1b87fe
kvm: Provide sigbus services arch-independently
by Jan Kiszka
· 14 years ago
84b4915
kvm: Handle kvm_init_vcpu errors
by Jan Kiszka
· 14 years ago
d31ae05
kvm: Drop redundant kvm_enabled from kvm_cpu_thread_fn
by Jan Kiszka
· 14 years ago
38145df
Trigger exit from cpu_exec_all on pending IO events
by Jan Kiszka
· 14 years ago
b4a3d96
Stop current VCPU on synchronous reset requests
by Jan Kiszka
· 14 years ago
aa2c364
Prevent abortion on multiple VCPU kicks
by Jan Kiszka
· 14 years ago
b66042c
kvm: Do not use qemu_fair_mutex
by Jan Kiszka
· 14 years ago
55df6f3
cpus: flush all requests on each vm stop
by Michael S. Tsirkin
· 14 years ago
9a78eea
target-xxx: Use fprintf_function (format checking)
by Stefan Weil
· 14 years ago
c0532a7
MCE: Relay UCR MCE to guest
by Marcelo Tosatti
· 14 years ago
a8486bc
iothread: use signalfd
by Marcelo Tosatti
· 14 years ago
3c638d0
Rework debug exception processing for gdb use
by Jan Kiszka
· 15 years ago
472fb0c
Rename tcg_cpu_exec and tcg_has_work
by Jan Kiszka
· 15 years ago
345f442
Drop redundant global cur_cpu variable
by Jan Kiszka
· 15 years ago
6cabe1f
Fix qemu_wait_io_event processing in io-thread mode
by Jan Kiszka
· 15 years ago
c629a4b
Fix cpu_exit for tcp_cpu_exec
by Jan Kiszka
· 15 years ago
f8ca7b4
Init qemu_system_cond
by Jan Kiszka
· 15 years ago
262ea18
Fix io-thread build breakage of a88790a14f
by Jan Kiszka
· 15 years ago
55541c8
make qemu_thread_create block all signals
by Paolo Bonzini
· 15 years ago
Next »