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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-13
inline cpu_halted into sole caller
Paolo Bonzini
1
-12
/
+0
2011-03-13
Refactor thread retrieval and check
Jan Kiszka
1
-2
/
+2
2011-02-14
kvm: x86: Catch and report failing IRQ and NMI injections
Jan Kiszka
1
-3
/
+13
2011-02-14
kvm: Drop return values from kvm_arch_pre/post_run
Jan Kiszka
1
-6
/
+2
2011-02-14
kvm: x86: Prepare VCPU loop for in-kernel irqchip
Jan Kiszka
1
-31
/
+38
2011-02-14
kvm: Separate TCG from KVM cpu execution
Jan Kiszka
1
-3
/
+3
2011-02-14
kvm: make tsc stable over migration and machine start
Glauber Costa
2
-1
/
+18
2011-02-14
kvm: Unconditionally reenter kernel after IO exits
Jan Kiszka
1
-0
/
+5
2011-02-14
kvm: Provide sigbus services arch-independently
Jan Kiszka
1
-2
/
+2
2011-02-08
x86: Fix MCA broadcast parameters for TCG case
Jan Kiszka
1
-2
/
+2
2011-02-01
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
5
-344
/
+523
2011-01-23
kvm: x86: Only read/write MSR_KVM_ASYNC_PF_EN if supported
Jan Kiszka
1
-2
/
+11
2011-01-23
kvm: x86: Implicitly clear nmi_injected/pending on reset
Jan Kiszka
2
-4
/
+4
2011-01-23
kvm: x86: Rework identity map and TSS setup for larger BIOS sizes
Jan Kiszka
1
-33
/
+30
2011-01-23
kvm: Consolidate must-have capability checks
Jan Kiszka
1
-31
/
+8
2011-01-23
kvm: Drop smp_cpus argument from init functions
Jan Kiszka
1
-1
/
+1
2011-01-23
kvm: x86: Fix !CONFIG_KVM_PARA build
Jan Kiszka
1
-4
/
+4
2011-01-23
kvm: x86: Reset paravirtual MSRs
Jan Kiszka
1
-0
/
+7
2011-01-23
kvm: x86: Refactor msr_star/hsave_pa setup and checks
Jan Kiszka
1
-28
/
+19
2011-01-23
kvm: x86: Fix xcr0 reset mismerge
Jan Kiszka
1
-2
/
+1
2011-01-23
kvm: x86: Remove redundant mp_state initialization
Jan Kiszka
1
-2
/
+0
2011-01-23
kvm: x86: Prepare kvm_get_mp_state for in-kernel irqchip
Jan Kiszka
1
-0
/
+3
2011-01-23
kvm: x86: Align kvm_arch_put_registers code with comment
Jan Kiszka
1
-3
/
+3
2011-01-23
x86: Optionally dump code bytes on cpu_dump_state
Jan Kiszka
1
-0
/
+21
2011-01-23
kvm: Improve reporting of fatal errors
Jan Kiszka
3
-3
/
+37
2011-01-23
kvm: Stop on all fatal exit reasons
Jan Kiszka
1
-0
/
+4
2011-01-23
kvm: x86: Swallow KVM_EXIT_SET_TPR
Jan Kiszka
1
-0
/
+3
2011-01-21
kvm: x86: Fix a few coding style violations
Jan Kiszka
1
-153
/
+182
2011-01-21
kvm: x86: Prevent sign extension of DR7 in guest debugging mode
Jan Kiszka
1
-1
/
+1
2011-01-21
kvm: x86: Remove obsolete SS.RPL/DPL aligment
Jan Kiszka
1
-7
/
+0
2011-01-21
kvm: x86: Fix DPL write back of segment registers
Jan Kiszka
1
-1
/
+1
2011-01-21
kvm: introduce kvm_inject_x86_mce_on
Jin Dongming
1
-21
/
+36
2011-01-21
kvm: kvm_mce_inj_* subroutines for templated error injections
Jin Dongming
1
-40
/
+71
2011-01-21
kvm: introduce kvm_mce_in_progress
Jin Dongming
1
-10
/
+5
2011-01-21
Add function for checking mca broadcast of CPU
Jin Dongming
3
-5
/
+35
2011-01-21
Add "broadcast" option for mce command
Jin Dongming
3
-7
/
+34
2011-01-21
Clean up cpu_inject_x86_mce()
Jin Dongming
1
-10
/
+17
2011-01-21
kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()
Lai Jiangshan
1
-2
/
+2
2011-01-21
kvm: Enable user space NMI injection for kvm guest
Lai Jiangshan
1
-0
/
+7
2011-01-20
target-i386: Use deposit operation.
Richard Henderson
1
-28
/
+6
2010-12-27
x86: Filter out garbage from segment flags dump
Jan Kiszka
1
-2
/
+2
2010-12-20
target-i386: Fix accidental use of SoftFloat uint64 type
Andreas Färber
1
-4
/
+4
2010-11-16
Add support for async page fault to qemu
Gleb Natapov
4
-1
/
+42
2010-10-30
target-xxx: Use fprintf_function (format checking)
Stefan Weil
3
-11
/
+10
2010-10-21
kvm: save/restore x86-64 MSRs on x86-64 kernels
Marcelo Tosatti
1
-10
/
+20
2010-10-21
kvm: writeback SMP TSCs on migration only
Marcelo Tosatti
1
-1
/
+9
2010-10-21
kvm: factor out kvm_has_msr_star
Marcelo Tosatti
1
-11
/
+30
2010-10-21
kvm: add save/restore of MSR_VM_HSAVE_PA
Marcelo Tosatti
1
-0
/
+5
2010-10-21
Fix build on !KVM_CAP_MCE
Hidetoshi Seto
1
-2
/
+3
2010-10-21
x86, mce: broadcast mce depending on the cpu version
Hidetoshi Seto
1
-5
/
+24
[next]