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
2016-11-10
target-i386: document how x86 gdb_num_core_regs is computed.
Doug Evans
1
-0
/
+3
2016-11-10
target-i386/machine: fix migrate faile because of Hyper-V HV_X64_MSR_VP_RUNTIME
ZhuangYanying
1
-0
/
+4
2016-11-09
target-i386: fix typo
Paolo Bonzini
1
-1
/
+1
2016-11-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Stefan Hajnoczi
2
-1
/
+22
2016-11-02
x86: add AVX512_4VNNIW and AVX512_4FMAPS features
Luwei Kang
2
-1
/
+22
2016-11-01
log: Add locking to large logging blocks
Richard Henderson
1
-0
/
+4
2016-10-31
target-i386: Print warning when mixing [+-]foo and foo=(on|off)
Eduardo Habkost
1
-0
/
+24
2016-10-31
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...
Peter Maydell
2
-6
/
+6
2016-10-31
*_run_on_cpu: introduce run_on_cpu_data type
Paolo Bonzini
2
-6
/
+6
2016-10-28
clean-up: removed duplicate #includes
Anand J
1
-3
/
+0
2016-10-26
target-i386: remove helper_lock()
Emilio G. Cota
3
-50
/
+0
2016-10-26
target-i386: emulate XCHG using atomic helper
Emilio G. Cota
1
-6
/
+2
2016-10-26
target-i386: emulate LOCK'ed BTX ops using atomic helpers
Emilio G. Cota
1
-30
/
+57
2016-10-26
target-i386: emulate LOCK'ed XADD using atomic helper
Emilio G. Cota
1
-5
/
+10
2016-10-26
target-i386: emulate LOCK'ed NEG using cmpxchg helper
Emilio G. Cota
1
-4
/
+34
2016-10-26
target-i386: emulate LOCK'ed NOT using atomic helper
Emilio G. Cota
1
-6
/
+20
2016-10-26
target-i386: emulate LOCK'ed INC using atomic helper
Emilio G. Cota
1
-11
/
+13
2016-10-26
target-i386: emulate LOCK'ed OP instructions using atomic helpers
Emilio G. Cota
1
-18
/
+58
2016-10-26
target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpers
Emilio G. Cota
3
-66
/
+169
2016-10-24
exec: call cpu_exec_exit() from a CPU unrealize common function
Laurent Vivier
2
-0
/
+10
2016-10-24
exec: move cpu_exec_init() calls to realize functions
Laurent Vivier
1
-1
/
+5
2016-10-24
pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC mode
Igor Mammedov
2
-3
/
+11
2016-10-24
pc: apic_common: Extend APIC ID property to 32bit
Igor Mammedov
2
-1
/
+2
2016-10-24
target-i386: fix 32-bit addresses in LEA
Paolo Bonzini
1
-7
/
+7
2016-10-17
target-i386: Don't use cpu->migratable when filtering features
Eduardo Habkost
1
-1
/
+1
2016-10-17
target-i386: Return runnability information on query-cpu-definitions
Eduardo Habkost
1
-0
/
+76
2016-10-17
target-i386: x86_cpu_load_features() function
Eduardo Habkost
1
-24
/
+41
2016-10-17
target-i386: Unset cannot_destroy_with_object_finalize_yet
Eduardo Habkost
1
-5
/
+0
2016-10-17
target-i386/kvm: cache the return value of kvm_enable_x2apic()
Radim Krčmář
1
-2
/
+15
2016-10-17
intel_iommu: reject broken EIM
Radim Krčmář
3
-0
/
+19
2016-10-17
apic: add global apic_get_class()
Radim Krčmář
1
-3
/
+10
2016-10-17
target-i386: Move warning code outside x86_cpu_filter_features()
Eduardo Habkost
1
-9
/
+19
2016-10-17
target-i386: xsave: Add FP and SSE bits to x86_ext_save_areas
Eduardo Habkost
1
-4
/
+18
2016-10-17
target-i386: Register properties for feature aliases manually
Eduardo Habkost
1
-22
/
+21
2016-10-17
target-i386: Remove underscores from feat_names arrays
Eduardo Habkost
1
-16
/
+20
2016-10-17
target-i386: Make plus_features/minus_features QOM-based
Eduardo Habkost
1
-86
/
+20
2016-10-17
target-i386: Register aliases for feature names with underscores
Eduardo Habkost
1
-0
/
+22
2016-10-17
target-i386: Disable VME by default with TCG
Eduardo Habkost
1
-0
/
+10
2016-10-17
target-i386: List CPU models using subclass list
Eduardo Habkost
2
-29
/
+78
2016-10-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+7
2016-10-07
qemu-tech: document lazy condition code evaluation in cpu.h
Paolo Bonzini
1
-0
/
+7
2016-10-04
hmp: fix qemu crash due to ioapic state dump w/ split irqchip
Wanpeng Li
1
-1
/
+2
2016-10-03
target-i386: Correct family/model/stepping for Opteron_G3
Evgeny Yakovlev
1
-3
/
+3
2016-10-03
target-i386: Report known CPUID[EAX=0xD,ECX=0]:EAX bits as migratable
Eduardo Habkost
1
-8
/
+11
2016-09-28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-15
/
+10
2016-09-27
target-i386: Remove has_msr_* global vars for KVM features
Eduardo Habkost
1
-15
/
+6
2016-09-27
target-i386: Clear KVM CPUID features if KVM is disabled
Eduardo Habkost
1
-0
/
+4
2016-09-27
target-i386: Remove has_msr_hv_tsc global variable
Eduardo Habkost
1
-6
/
+8
2016-09-27
target-i386: Remove has_msr_hv_apic global variable
Eduardo Habkost
1
-5
/
+3
2016-09-27
target-i386: Remove has_msr_mtrr global variable
Eduardo Habkost
1
-6
/
+2
[next]