index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-16
kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes
Jan Kiszka
4
-13
/
+13
2011-03-16
kvm: Rework inner loop of kvm_cpu_exec
Jan Kiszka
1
-12
/
+14
2011-03-16
kvm: Reorder error handling of KVM_RUN
Jan Kiszka
1
-6
/
+5
2011-03-16
kvm: Keep KVM_RUN return value in separate variable
Jan Kiszka
1
-5
/
+5
2011-03-16
kvm: Consider EXIT_DEBUG unknown without CAP_SET_GUEST_DEBUG
Jan Kiszka
1
-2
/
+2
2011-03-16
kvm: x86: Synchronize PAT MSR with the kernel
Jan Kiszka
1
-0
/
+5
2011-03-16
x86: Save/restore PAT MSR
Jan Kiszka
1
-0
/
+2
2011-03-16
x86: Properly reset PAT MSR
Jan Kiszka
3
-3
/
+7
2011-03-16
kvm: Mark VCPU state dirty on creation
Jan Kiszka
1
-0
/
+1
2011-03-16
kvm: x86: Do not leave halt if interrupts are disabled
Jan Kiszka
1
-1
/
+3
2011-03-16
kvm: Add in-kernel irqchip awareness to cpu_thread_is_idle
Jan Kiszka
1
-1
/
+2
2011-03-15
s390: Detect invalid invocations of qemu_ram_free/remap
Jan Kiszka
1
-0
/
+4
2011-03-15
x86: Unbreak TCG support for hardware breakpoints
Jan Kiszka
2
-24
/
+30
2011-03-15
Implement qemu_kvm_eat_signals only for CONFIG_LINUX
Jan Kiszka
1
-47
/
+47
2011-03-15
KVM, MCE, unpoison memory address across reboot
Huang Ying
1
-0
/
+36
2011-03-15
Add qemu_ram_remap
Huang Ying
3
-1
/
+67
2011-03-15
kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization fails
Jan Kiszka
1
-13
/
+17
2011-03-15
kvm: x86: Clean up kvm_setup_mce
Jan Kiszka
1
-7
/
+4
2011-03-15
kvm: x86: Consolidate TCG and KVM MCE injection code
Jan Kiszka
3
-260
/
+37
2011-03-15
x86: Run qemu_inject_x86_mce on target VCPU
Jan Kiszka
1
-29
/
+58
2011-03-15
kvm: x86: Inject pending MCE events on state writeback
Jan Kiszka
1
-0
/
+60
2011-03-15
kvm: Rename kvm_arch_process_irqchip_events to async_events
Jan Kiszka
5
-5
/
+5
2011-03-15
kvm: x86: Move MCE functions together
Jan Kiszka
1
-175
/
+171
2011-03-15
Synchronize VCPU states before reset
Jan Kiszka
1
-0
/
+1
2011-03-15
x86: Optionally avoid injecting AO MCEs while others are pending
Jan Kiszka
3
-10
/
+28
2011-03-15
x86: Refine error reporting of MCE injection services
Jan Kiszka
4
-41
/
+54
2011-03-15
x86: Small cleanups of MCE helpers
Jan Kiszka
4
-22
/
+30
2011-03-15
x86: Perform implicit mcg_status reset
Jan Kiszka
2
-3
/
+2
2011-03-15
x86: Account for MCE in cpu_has_work
Jan Kiszka
1
-9
/
+6
2011-03-15
kvm: Fix build warning when KVM_CAP_SET_GUEST_DEBUG is lacking
Jan Kiszka
1
-0
/
+2
2011-03-15
kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_events
Jan Kiszka
1
-3
/
+3
2011-03-13
add Win32 IPI service
Paolo Bonzini
3
-13
/
+22
2011-03-13
protect qemu_cpu_kick_self for Win32
Paolo Bonzini
1
-0
/
+4
2011-03-13
provide dummy signal init functions for win32
Paolo Bonzini
1
-70
/
+73
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
exit round-robin vcpu loop if cpu->stopped is true
Paolo Bonzini
1
-1
/
+1
2011-03-13
always qemu_cpu_kick after unhalting a cpu
Paolo Bonzini
4
-4
/
+13
2011-03-13
inline cpu_halted into sole caller
Paolo Bonzini
12
-124
/
+7
2011-03-13
remove CONFIG_THREAD
Paolo Bonzini
1
-2
/
+0
2011-03-13
add assertions on the owner of a QemuMutex
Paolo Bonzini
1
-1
/
+5
2011-03-13
include qemu-thread.h early
Paolo Bonzini
1
-2
/
+1
2011-03-13
add win32 qemu-thread implementation
Paolo Bonzini
6
-17
/
+313
2011-03-13
Refactor thread retrieval and check
Jan Kiszka
7
-24
/
+18
2011-03-13
use win32 timer queues
Paolo Bonzini
1
-51
/
+35
[next]