index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpus.c
Age
Commit message (
Expand
)
Author
2011-08-22
Replace qemu_system_cond with VCPU stop mechanism
Jan Kiszka
2011-08-22
Do not kick vcpus in TCG mode
Jan Kiszka
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-07-23
iothread: replace fair_mutex with a condition variable
Paolo Bonzini
2011-07-16
Fix signal handling of SIG_IPI when io-thread is enabled
Alexandre Raymond
2011-07-16
Fix signal handling when io-thread is disabled
Alexandre Raymond
2011-06-27
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2011-06-26
Remove exec-all.h include directives
Blue Swirl
2011-06-24
Do not include compatfd for WIN32
Jan Kiszka
2011-06-20
Fix typo in cpus.c
Alexandre Raymond
2011-06-15
Command line support for altering the log file location
Matthew Fernandez
2011-04-15
qemu_next_deadline should not consider host-time timers
Paolo Bonzini
2011-04-15
enable vm_clock to "warp" in the iothread+icount case
Paolo Bonzini
2011-04-15
really fix -icount in the iothread case
Paolo Bonzini
2011-03-21
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2011-03-20
Fix conversions from pointer to int and vice versa
Stefan Weil
2011-03-16
Expose thread_id in info cpus
Jan Kiszka
2011-03-16
kvm: Add in-kernel irqchip awareness to cpu_thread_is_idle
Jan Kiszka
2011-03-15
x86: Unbreak TCG support for hardware breakpoints
Jan Kiszka
2011-03-15
Implement qemu_kvm_eat_signals only for CONFIG_LINUX
Jan Kiszka
2011-03-13
add Win32 IPI service
Paolo Bonzini
2011-03-13
protect qemu_cpu_kick_self for Win32
Paolo Bonzini
2011-03-13
provide dummy signal init functions for win32
Paolo Bonzini
2011-03-13
merge all signal initialization with qemu_signalfd_init, rename
Paolo Bonzini
2011-03-13
iothread stops the vcpu thread via IPI
Paolo Bonzini
2011-03-13
do not use timedwait on qemu_cpu_cond
Paolo Bonzini
2011-03-13
do not use timedwait on qemu_pause_cond
Paolo Bonzini
2011-03-13
do not use timedwait on qemu_system_cond
Paolo Bonzini
2011-03-13
do not use timedwait on qemu_halt_cond
Paolo Bonzini
2011-03-13
always signal pause_cond after stopping a VCPU
Paolo Bonzini
2011-03-13
exit round-robin vcpu loop if cpu->stopped is true
Paolo Bonzini
2011-03-13
include qemu-thread.h early
Paolo Bonzini
2011-03-13
Refactor thread retrieval and check
Jan Kiszka
2011-02-16
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2011-02-14
io-thread: make sure to initialize qemu_work_cond and qemu_cpu_cond
Anthony Liguori
2011-02-14
kvm: Separate TCG from KVM cpu execution
Jan Kiszka
2011-02-14
Move debug exception handling out of cpu_exec
Jan Kiszka
2011-02-14
Refactor debug and vmstop request interface
Jan Kiszka
2011-02-14
Improve vm_stop reason declarations
Jan Kiszka
2011-02-14
Fix a few coding style violations in cpus.c
Jan Kiszka
2011-02-14
Refactor cpu_has_work/any_cpu_has_work in cpus.c
Jan Kiszka
2011-02-14
Refactor kvm&tcg function names in cpus.c
Jan Kiszka
2011-02-14
Introduce VCPU self-signaling service
Jan Kiszka
2011-02-14
kvm: Add MCE signal support for !CONFIG_IOTHREAD
Jan Kiszka
2011-02-14
kvm: Fix race between timer signals and vcpu entry under !IOTHREAD
Jan Kiszka
2011-02-14
Set up signalfd under !CONFIG_IOTHREAD
Jan Kiszka
2011-02-14
kvm: Call qemu_kvm_eat_signals also under !CONFIG_IOTHREAD
Jan Kiszka
2011-02-14
kvm: Refactor qemu_kvm_eat_signals
Jan Kiszka
2011-02-14
kvm: Set up signal mask also for !CONFIG_IOTHREAD
Jan Kiszka
2011-02-14
Refactor signal setup functions in cpus.c
Jan Kiszka
[next]