index
:
~jwrdegoede/qemu-kvm
master
qemu-kvm-0.14.0-spice
Hans' Fedora 15 qemu-kvm patches git repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-14
Merge commit 'dc7a09cfe47679d89289101cc9eb387c45e48fe7' into upstream-merge
Marcelo Tosatti
1
-0
/
+2
2011-04-14
Merge commit '2a4dac835008da7328e61d8596b310c05cab801d' into upstream-merge
Marcelo Tosatti
1
-72
/
+52
2011-04-14
Merge commit '74475455442398a64355428b37422d14ccc293cb' into upstream-merge
Marcelo Tosatti
1
-4
/
+4
2011-03-20
Fix conversions from pointer to int and vice versa
Stefan Weil
1
-4
/
+4
2011-03-16
Expose thread_id in info cpus
Jan Kiszka
1
-0
/
+2
2011-03-16
kvm: Add in-kernel irqchip awareness to cpu_thread_is_idle
Jan Kiszka
1
-1
/
+2
2011-03-15
x86: Unbreak TCG support for hardware breakpoints
Jan Kiszka
1
-24
/
+3
2011-03-15
Implement qemu_kvm_eat_signals only for CONFIG_LINUX
Jan Kiszka
1
-47
/
+47
2011-03-14
Merge commit 'cc015e9a5dde2f03f123357fa060acbdfcd570a4' into upstream-merge
Marcelo Tosatti
1
-3
/
+26
2011-03-14
Merge commit '714bd040906637441fc10a33d1f6553cfef4938a' into upstream-merge
Marcelo Tosatti
1
-130
/
+121
2011-03-14
Merge commit '9257d46d55f1fe4e8209be9a6870e339ac3266fe' into upstream-merge
Marcelo Tosatti
1
-14
/
+8
2011-03-13
add Win32 IPI service
Paolo Bonzini
1
-3
/
+22
2011-03-13
provide dummy signal init functions for win32
Paolo Bonzini
1
-70
/
+73
2011-03-13
protect qemu_cpu_kick_self for Win32
Paolo Bonzini
1
-0
/
+4
2011-03-13
merge all signal initialization with qemu_signalfd_init, rename
Paolo Bonzini
1
-51
/
+36
2011-03-13
iothread stops the vcpu thread via IPI
Paolo Bonzini
1
-0
/
+2
2011-03-13
do not use timedwait on qemu_cpu_cond
Paolo Bonzini
1
-2
/
+2
2011-03-13
do not use timedwait on qemu_pause_cond
Paolo Bonzini
1
-1
/
+1
2011-03-13
do not use timedwait on qemu_system_cond
Paolo Bonzini
1
-2
/
+2
2011-03-13
do not use timedwait on qemu_halt_cond
Paolo Bonzini
1
-2
/
+2
2011-03-13
always signal pause_cond after stopping a VCPU
Paolo Bonzini
1
-0
/
+2
2011-03-13
Refactor thread retrieval and check
Jan Kiszka
1
-14
/
+8
2011-03-13
exit round-robin vcpu loop if cpu->stopped is true
Paolo Bonzini
1
-1
/
+1
2011-03-13
include qemu-thread.h early
Paolo Bonzini
1
-2
/
+1
2011-03-01
Fix regression caused by qemu_kvm_init_cpu_signals()
Avi Kivity
1
-0
/
+4
2011-02-16
Merge commit '79f2b6fcdb7c06cdce6eccc796f5651f3efb843e' into upstream-merge
Marcelo Tosatti
1
-1
/
+3
2011-02-16
Merge commit '7a39fe588251ba042c91bf23d53b0ba820bf964c' into upstream-merge
Marcelo Tosatti
1
-9
/
+34
2011-02-16
Merge commit '8cf71710f068f9c50ce420b1dd4ef71c2f9b2a8d' into upstream-merge
Marcelo Tosatti
1
-63
/
+76
2011-02-16
Merge commit '9ccfac9ea4b862a75a4270ed32db1f8e314911c5' into upstream-merge
Marcelo Tosatti
1
-41
/
+116
2011-02-16
Merge commit 'd0f294cec0ee25461a0a15b889929c5c7dc983cd' into upstream-merge
Marcelo Tosatti
1
-53
/
+64
2011-02-16
Merge commit '9a36085b866002d8e469f46078f0db5201f44999' into upstream-merge
Marcelo Tosatti
1
-127
/
+159
2011-02-16
Merge commit 'a1b87fe046bbb5a332e51906053c7e0307f26d89' into upstream-merge
Marcelo Tosatti
1
-11
/
+21
2011-02-16
Merge commit 'b4a3d965dee06d52281496bb5fd0a5cb5534b545' into upstream-merge
Marcelo Tosatti
1
-5
/
+18
2011-02-16
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-273
/
+452
2011-02-14
io-thread: make sure to initialize qemu_work_cond and qemu_cpu_cond
Anthony Liguori
1
-1
/
+3
2011-02-14
Refactor debug and vmstop request interface
Jan Kiszka
1
-8
/
+1
2011-02-14
Improve vm_stop reason declarations
Jan Kiszka
1
-2
/
+2
2011-02-14
kvm: Separate TCG from KVM cpu execution
Jan Kiszka
1
-5
/
+5
2011-02-14
Fix a few coding style violations in cpus.c
Jan Kiszka
1
-27
/
+44
2011-02-14
Move debug exception handling out of cpu_exec
Jan Kiszka
1
-5
/
+30
2011-02-14
Refactor cpu_has_work/any_cpu_has_work in cpus.c
Jan Kiszka
1
-20
/
+23
2011-02-14
Refactor kvm&tcg function names in cpus.c
Jan Kiszka
1
-8
/
+8
2011-02-14
Set up signalfd under !CONFIG_IOTHREAD
Jan Kiszka
1
-53
/
+64
2011-02-14
kvm: Call qemu_kvm_eat_signals also under !CONFIG_IOTHREAD
Jan Kiszka
1
-38
/
+52
2011-02-14
kvm: Provide sigbus services arch-independently
Jan Kiszka
1
-6
/
+4
2011-02-14
Introduce VCPU self-signaling service
Jan Kiszka
1
-0
/
+21
2011-02-14
kvm: Refactor qemu_kvm_eat_signals
Jan Kiszka
1
-16
/
+7
2011-02-14
kvm: Handle kvm_init_vcpu errors
Jan Kiszka
1
-4
/
+15
2011-02-14
kvm: Add MCE signal support for !CONFIG_IOTHREAD
Jan Kiszka
1
-42
/
+65
2011-02-14
kvm: Set up signal mask also for !CONFIG_IOTHREAD
Jan Kiszka
1
-2
/
+27
[next]