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
*
Fix typo in cpus.c
Alexandre Raymond
2011-06-20
1
-1
/
+1
*
Command line support for altering the log file location
Matthew Fernandez
2011-06-15
1
-0
/
+5
*
qemu_next_deadline should not consider host-time timers
Paolo Bonzini
2011-04-15
1
-2
/
+2
*
enable vm_clock to "warp" in the iothread+icount case
Paolo Bonzini
2011-04-15
1
-1
/
+7
*
really fix -icount in the iothread case
Paolo Bonzini
2011-04-15
1
-0
/
+3
*
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2011-03-21
1
-72
/
+54
|
\
|
*
Expose thread_id in info cpus
Jan Kiszka
2011-03-16
1
-0
/
+2
|
*
kvm: Add in-kernel irqchip awareness to cpu_thread_is_idle
Jan Kiszka
2011-03-16
1
-1
/
+2
|
*
x86: Unbreak TCG support for hardware breakpoints
Jan Kiszka
2011-03-15
1
-24
/
+3
|
*
Implement qemu_kvm_eat_signals only for CONFIG_LINUX
Jan Kiszka
2011-03-15
1
-47
/
+47
*
|
Fix conversions from pointer to int and vice versa
Stefan Weil
2011-03-20
1
-4
/
+4
|
/
*
add Win32 IPI service
Paolo Bonzini
2011-03-13
1
-3
/
+22
*
protect qemu_cpu_kick_self for Win32
Paolo Bonzini
2011-03-13
1
-0
/
+4
*
provide dummy signal init functions for win32
Paolo Bonzini
2011-03-13
1
-70
/
+73
*
merge all signal initialization with qemu_signalfd_init, rename
Paolo Bonzini
2011-03-13
1
-51
/
+36
*
iothread stops the vcpu thread via IPI
Paolo Bonzini
2011-03-13
1
-0
/
+2
*
do not use timedwait on qemu_cpu_cond
Paolo Bonzini
2011-03-13
1
-2
/
+2
*
do not use timedwait on qemu_pause_cond
Paolo Bonzini
2011-03-13
1
-1
/
+1
*
do not use timedwait on qemu_system_cond
Paolo Bonzini
2011-03-13
1
-2
/
+2
*
do not use timedwait on qemu_halt_cond
Paolo Bonzini
2011-03-13
1
-2
/
+2
*
always signal pause_cond after stopping a VCPU
Paolo Bonzini
2011-03-13
1
-0
/
+2
*
exit round-robin vcpu loop if cpu->stopped is true
Paolo Bonzini
2011-03-13
1
-1
/
+1
*
include qemu-thread.h early
Paolo Bonzini
2011-03-13
1
-2
/
+1
*
Refactor thread retrieval and check
Jan Kiszka
2011-03-13
1
-14
/
+8
*
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2011-02-16
1
-273
/
+452
|
\
|
*
kvm: Separate TCG from KVM cpu execution
Jan Kiszka
2011-02-14
1
-5
/
+5
|
*
Move debug exception handling out of cpu_exec
Jan Kiszka
2011-02-14
1
-5
/
+30
|
*
Refactor debug and vmstop request interface
Jan Kiszka
2011-02-14
1
-8
/
+1
|
*
Improve vm_stop reason declarations
Jan Kiszka
2011-02-14
1
-2
/
+2
|
*
Fix a few coding style violations in cpus.c
Jan Kiszka
2011-02-14
1
-27
/
+44
|
*
Refactor cpu_has_work/any_cpu_has_work in cpus.c
Jan Kiszka
2011-02-14
1
-20
/
+23
|
*
Refactor kvm&tcg function names in cpus.c
Jan Kiszka
2011-02-14
1
-8
/
+8
|
*
Introduce VCPU self-signaling service
Jan Kiszka
2011-02-14
1
-0
/
+21
|
*
kvm: Add MCE signal support for !CONFIG_IOTHREAD
Jan Kiszka
2011-02-14
1
-42
/
+65
|
*
kvm: Fix race between timer signals and vcpu entry under !IOTHREAD
Jan Kiszka
2011-02-14
1
-1
/
+30
|
*
Set up signalfd under !CONFIG_IOTHREAD
Jan Kiszka
2011-02-14
1
-53
/
+64
|
*
kvm: Call qemu_kvm_eat_signals also under !CONFIG_IOTHREAD
Jan Kiszka
2011-02-14
1
-38
/
+52
|
*
kvm: Refactor qemu_kvm_eat_signals
Jan Kiszka
2011-02-14
1
-16
/
+7
|
*
kvm: Set up signal mask also for !CONFIG_IOTHREAD
Jan Kiszka
2011-02-14
1
-2
/
+27
|
*
Refactor signal setup functions in cpus.c
Jan Kiszka
2011-02-14
1
-79
/
+83
|
*
kvm: Provide sigbus services arch-independently
Jan Kiszka
2011-02-14
1
-6
/
+4
|
*
kvm: Handle kvm_init_vcpu errors
Jan Kiszka
2011-02-14
1
-4
/
+15
|
*
kvm: Drop redundant kvm_enabled from kvm_cpu_thread_fn
Jan Kiszka
2011-02-14
1
-2
/
+2
|
*
Trigger exit from cpu_exec_all on pending IO events
Jan Kiszka
2011-02-14
1
-0
/
+1
|
*
Stop current VCPU on synchronous reset requests
Jan Kiszka
2011-02-14
1
-4
/
+13
|
*
Prevent abortion on multiple VCPU kicks
Jan Kiszka
2011-02-14
1
-1
/
+5
*
|
io-thread: make sure to initialize qemu_work_cond and qemu_cpu_cond
Anthony Liguori
2011-02-14
1
-1
/
+3
|
/
*
kvm: Do not use qemu_fair_mutex
Jan Kiszka
2011-01-23
1
-2
/
+0
*
cpus: flush all requests on each vm stop
Michael S. Tsirkin
2010-12-09
1
-0
/
+2
*
target-xxx: Use fprintf_function (format checking)
Stefan Weil
2010-10-30
1
-2
/
+1
[next]