index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-16
kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exit
Jan Kiszka
3
-22
/
+16
2011-03-16
kvm: x86: Reorder functions in kvm.c
Jan Kiszka
1
-54
/
+54
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
[next]