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
path:
root
/
target
/
i386
/
cpu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-21
target/i386: add support for MSR_IA32_TSX_CTRL
Paolo Bonzini
1
-0
/
+5
2019-10-26
i386: implement IGNNE
Paolo Bonzini
1
-1
/
+3
2019-10-26
target/i386: move FERR handling to target/i386
Paolo Bonzini
1
-1
/
+2
2019-10-23
target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR
Tao Xu
1
-0
/
+2
2019-10-23
x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE
Tao Xu
1
-0
/
+2
2019-10-22
i386/kvm: add NoNonArchitecturalCoreSharing Hyper-V enlightenment
Vitaly Kuznetsov
1
-0
/
+2
2019-10-15
target/i386: drop the duplicated definition of cpuid AVX512_VBMI macro
Tao Xu
1
-3
/
+2
2019-10-15
target/i386: clean up comments over 80 chars per line
Tao Xu
1
-59
/
+111
2019-10-04
target/i386: add VMX features
Paolo Bonzini
1
-0
/
+9
2019-10-04
target/i386: add VMX definitions
Paolo Bonzini
1
-0
/
+130
2019-10-04
target/i386: expand feature words to 64 bits
Paolo Bonzini
1
-1
/
+1
2019-10-04
Fix wrong behavior of cpu_memory_rw_debug() function in SMM
Dmitry Poletaev
1
-1
/
+2
2019-10-04
i386: Add CPUID bit for CLZERO and XSAVEERPTR
Sebastian Andrzej Siewior
1
-0
/
+2
2019-08-20
x86: Intel AVX512_BF16 feature enabling
Jing Liu
1
-0
/
+7
2019-08-20
kvm: i386: halt poll control MSR support
Marcelo Tosatti
1
-0
/
+1
2019-08-16
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
1
-1
/
+1
2019-07-19
target/i386: kvm: Demand nested migration kernel capabilities only when vCPU ...
Liran Alon
1
-0
/
+22
2019-07-05
i386: Make unversioned CPU models be aliases
Eduardo Habkost
1
-0
/
+12
2019-07-05
i386: Register versioned CPU models
Eduardo Habkost
1
-0
/
+10
2019-07-05
i386: Add x-force-features option for testing
Eduardo Habkost
1
-0
/
+6
2019-07-05
target/i386: Add CPUID.1F generation support for multi-dies PCMachine
Like Xu
1
-0
/
+1
2019-07-05
x86/cpu: use FeatureWordArray to define filtered_features
Wei Yang
1
-1
/
+1
2019-07-05
i386: Fix signedness of hyperv_spinlock_attempts
Eduardo Habkost
1
-1
/
+1
2019-07-05
i386/cpu: Consolidate die-id validity in smp context
Like Xu
1
-0
/
+1
2019-07-05
i386: Add die-level cpu topology to x86CPU on PCMachine
Like Xu
1
-0
/
+2
2019-06-21
target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOAD
Liran Alon
1
-1
/
+5
2019-06-21
target/i386: kvm: Add support for save and restore nested state
Liran Alon
1
-0
/
+3
2019-06-21
target/i386: kvm: Block migration for vCPUs exposed with nested virtualization
Liran Alon
1
-0
/
+12
2019-06-21
target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITY
Xiaoyao Li
1
-0
/
+5
2019-06-21
i386/kvm: add support for Direct Mode for Hyper-V synthetic timers
Vitaly Kuznetsov
1
-0
/
+1
2019-06-21
i386/kvm: implement 'hv-passthrough' mode
Vitaly Kuznetsov
1
-0
/
+1
2019-06-21
i386/kvm: convert hyperv enlightenments properties from bools to bits
Vitaly Kuznetsov
1
-14
/
+23
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
1
-1
/
+1
2019-06-10
cpu: Remove CPU_COMMON
Richard Henderson
1
-3
/
+1
2019-06-10
cpu: Introduce CPUNegativeOffsetState
Richard Henderson
1
-0
/
+1
2019-06-10
cpu: Move ENV_OFFSET to exec/gen-icount.h
Richard Henderson
1
-1
/
+0
2019-06-10
target/i386: Use env_cpu, env_archcpu
Richard Henderson
1
-5
/
+0
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
1
-2
/
+0
2019-06-10
cpu: Define ArchCPU
Richard Henderson
1
-0
/
+1
2019-06-10
cpu: Define CPUArchState with typedef
Richard Henderson
1
-3
/
+2
2019-06-10
tcg: Split out target/arch/cpu-param.h
Richard Henderson
1
-21
/
+0
2019-06-03
i386: Enable IA32_MISC_ENABLE MWAIT bit when exposing mwait/monitor
Wanpeng Li
1
-0
/
+1
2019-05-10
target/i386: Convert to CPUClass::tlb_fill
Richard Henderson
1
-2
/
+3
2019-04-25
i386: Add new Hygon 'Dhyana' CPU model
Pu Wen
1
-0
/
+2
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
1
-2
/
+1
2019-04-18
target/i386: Simplify how x86_cpu_dump_local_apic_state() prints
Markus Armbruster
1
-2
/
+1
2019-04-18
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
1
-1
/
+1
2019-03-11
i386: extended the cpuid_level when Intel PT is enabled
Luwei Kang
1
-0
/
+3
2019-02-05
Revert "i386: Add CPUID bit for PCONFIG"
Robert Hoo
1
-1
/
+0
2019-01-14
x86: host-phys-bits-limit option
Eduardo Habkost
1
-0
/
+3
[next]