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
2015-12-17
target-i386: kvm: clear unusable segments' flags in migration
Michael Chapman
1
-9
/
+13
2015-12-17
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
Paolo Bonzini
3
-3
/
+43
2015-12-17
target-i386/kvm: Hyper-V SynIC timers MSR's support
Andrey Smetanin
5
-1
/
+82
2015-12-17
target-i386/hyperv: Hyper-V SynIC SINT routing and vcpu exit
Andrey Smetanin
4
-1
/
+176
2015-12-17
target-i386/kvm: Hyper-V SynIC MSR's support
Andrey Smetanin
5
-1
/
+109
2015-11-26
target-i386: kvm: Print warning when clearing mcg_cap bits
Eduardo Habkost
1
-1
/
+7
2015-11-26
target-i386: kvm: Use env->mcg_cap when setting up MCE
Eduardo Habkost
2
-7
/
+6
2015-11-26
target-i386: kvm: Abort if MCE bank count is not supported by host
Eduardo Habkost
1
-3
/
+6
2015-11-17
target-i386: Disable rdtscp on Opteron_G* CPU models
Eduardo Habkost
1
-4
/
+8
2015-11-17
target-i386: Fix mulx for identical target regs
Richard Henderson
1
-1
/
+3
2015-11-06
target-i386: Add clflushopt/clwb/pcommit to TCG_7_0_EBX_FEATURES
Xiao Guangrong
1
-1
/
+3
2015-11-06
target-i386: tcg: Check right CPUID bits for clflushopt/pcommit
Eduardo Habkost
1
-8
/
+20
2015-11-06
target-i386: tcg: Accept clwb instruction
Eduardo Habkost
1
-1
/
+12
2015-11-05
target-i386: Enable clflushopt/clwb/pcommit instructions
Xiao Guangrong
2
-2
/
+5
2015-11-05
target-i386: Remove POPCNT from qemu64 and qemu32 CPU models
Eduardo Habkost
1
-2
/
+2
2015-11-05
target-i386: Remove ABM from qemu64 CPU model
Eduardo Habkost
1
-2
/
+1
2015-11-05
target-i386: Remove SSE4a from qemu64 CPU model
Eduardo Habkost
1
-1
/
+1
2015-11-05
kvmclock: add a new function to update env->tsc.
Liang Li
2
-0
/
+46
2015-11-04
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
Eduardo Habkost
1
-1
/
+1
2015-11-04
target-i386: fix pcmpxstrx equal-ordered (strstr) mode
Paolo Bonzini
1
-2
/
+2
2015-10-28
target-*: Advance pc after recognizing a breakpoint
Richard Henderson
1
-0
/
+5
2015-10-27
target-i386: Enable "check" mode by default
Eduardo Habkost
1
-1
/
+1
2015-10-27
target-i386: Don't left shift negative constant
Eduardo Habkost
1
-1
/
+1
2015-10-23
target-i386: Use 1UL for bit shift
Eduardo Habkost
1
-1
/
+1
2015-10-23
target-i386: Add DE to TCG_FEATURES
Eduardo Habkost
1
-1
/
+1
2015-10-23
target-i386: Ensure always-1 bits on DR6 can't be cleared
Eduardo Habkost
1
-1
/
+1
2015-10-23
target-i386: Check CR4[DE] for processing DR4/DR5
Richard Henderson
4
-11
/
+50
2015-10-23
target-i386: Handle I/O breakpoints
Eduardo Habkost
4
-28
/
+94
2015-10-23
target-i386: Optimize setting dr[0-3]
Richard Henderson
1
-3
/
+8
2015-10-23
target-i386: Move hw_*breakpoint_* functions
Richard Henderson
2
-28
/
+28
2015-10-23
target-i386: Ensure bit 10 on DR7 is never cleared
Eduardo Habkost
1
-0
/
+2
2015-10-23
target-i386: Re-introduce optimal breakpoint removal
Richard Henderson
1
-6
/
+28
2015-10-23
target-i386: Introduce cpu_x86_update_dr7
Richard Henderson
4
-22
/
+27
2015-10-23
target-i386: Disable cache info passthrough by default
Eduardo Habkost
1
-3
/
+1
2015-10-23
target-i386: allow any alignment for SMBASE
Paolo Bonzini
1
-2
/
+2
2015-10-19
kvm: Allow the Hyper-V vendor ID to be specified
Alex Williamson
3
-1
/
+15
2015-10-19
kvm: Move x86-specific functions into target-i386/kvm.c
Thomas Huth
1
-5
/
+26
2015-10-19
kvm: Pass PCI device pointer to MSI routing functions
Pavel Fedin
1
-1
/
+1
2015-10-12
target-i386/kvm: Hyper-V HV_X64_MSR_VP_RUNTIME support
Andrey Smetanin
5
-1
/
+43
2015-10-12
target-i386/kvm: set Hyper-V features cpuid bit HV_X64_MSR_VP_INDEX_AVAILABLE
Andrey Smetanin
3
-1
/
+12
2015-10-12
target-i386/kvm: Hyper-V HV_X64_MSR_RESET support
Andrey Smetanin
3
-2
/
+12
2015-10-09
qdev: Protect device-list-properties against broken devices
Markus Armbruster
1
-0
/
+8
2015-10-07
tcg: Remove gen_intermediate_code_pc
Richard Henderson
1
-44
/
+5
2015-10-07
tcg: Pass data argument to restore_state_to_opc
Richard Henderson
1
-20
/
+6
2015-10-07
tcg: Add TCG_MAX_INSNS
Richard Henderson
1
-1
/
+5
2015-10-07
target-*: Drop cpu_gen_code define
Richard Henderson
1
-1
/
+0
2015-10-07
target-i386: Add cc_op state to insn_start
Richard Henderson
2
-1
/
+2
2015-10-07
target-*: Introduce and use cpu_breakpoint_test
Richard Henderson
1
-10
/
+7
2015-10-07
target-*: Increment num_insns immediately after tcg_gen_insn_start
Richard Henderson
1
-2
/
+3
2015-10-07
target-*: Unconditionally emit tcg_gen_insn_start
Richard Henderson
1
-3
/
+2
[next]